HPM_EXP_STAGE

The HPM_EXP_STAGE table provides a list of the stages within the model, and identifies the display order, prefix, associated dimensions and driver dimension for each stage.

Table 19. HPM_EXP_STAGE

FieldSQL Server Data TypeOracle Data TypeDescription
application_namenvarchar (80)varchar2 (80)Name of the application
ididentityintegerUnique record ID
namenvarchar (80)varchar2 (80)Name of the model stage.
descriptionnvarchar (255)varchar2 (255)Brief explanation of the purpose of the stage.
stage_orderinteger integer The sequence position in which the selected stage is to be used within the model while modeling (assignments and rules creation), in calc script generation and calculation.
stage_prefixnvarchar (80)varchar2 (80)Differentiating prefix for the stage name.
dim1_namenvarchar (80)varchar2 (80)Name of the first dimension included in the stage.
dim2_namenvarchar (80)varchar2 (80)Name of the second dimension included in the stage, if available.
dim3_namenvarchar (80)varchar2 (80)Name of the third dimension included in the stage, if available.
driver_dim_namenvarchar (80)varchar2 (80)Name of the dimension selected as the driver for the stage.
Is_intranvarchar (1)varchar2 (255)Enter “Y” (Yes) to enable intrastage assignments within the model stage.

Default is “N” (No). This field is populated from the application.