HPM_STG_STAGE

The HPM_STG_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.

Dependencies: None

Table 13. HPM_STG_STAGE

FieldSQL Server Data TypeOracle Data TypeRequiredDescription
ididentityintegerYesUnique record ID
namenvarchar (80)varchar2 (80)YesName of the model stage.
descriptionnvarchar (255)varchar2 (255) Brief explanation of the purpose of the stage.
stage_orderinteger integer YesThe 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)YesDifferentiating prefix for the stage name.
dim1_namenvarchar (80)varchar2 (80)YesName 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)YesName of the dimension selected as the driver for the stage.
Is_intranvarchar (1)varchar2 (255)YesEnter “Y” (Yes) to enable intrastage assignments within the model stage.

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

last_upload_datedatetimedate The date and time of the last import.
exceptionnvarchar (255)varchar2 (255) Message detailing errors that occurred during the import of this table.
created_userid nvarchar (32)varchar2 (32)Populated by the import program upon update. The ID of the user who initiated the last import.
created_timestampdatetimedatePopulated by the import program upon update. The date and time of the last import. This value is populated by the import program upon update.
modified_useridnvarchar(32)varchar2 (32)Populated by the import program upon update. The ID of the user who modified the last import.
modified_timestampdatetimedatePopulated by the import program upon update. The date and time of the modified import.