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
| Field | SQL Server Data Type | Oracle Data Type | Required | Description |
|---|---|---|---|---|
| id | identity | integer | Yes | Unique record ID |
| name | nvarchar (80) | varchar2 (80) | Yes | Name of the model stage. |
| description | nvarchar (255) | varchar2 (255) | Brief explanation of the purpose of the stage. | |
| stage_order | integer | integer | Yes | 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_prefix | nvarchar (80) | varchar2 (80) | Yes | Differentiating prefix for the stage name. |
| dim1_name | nvarchar (80) | varchar2 (80) | Yes | Name of the first dimension included in the stage. |
| dim2_name | nvarchar (80) | varchar2 (80) | Name of the second dimension included in the stage, if available. | |
| dim3_name | nvarchar (80) | varchar2 (80) | Name of the third dimension included in the stage, if available. | |
| driver_dim_name | nvarchar (80) | varchar2 (80) | Yes | Name of the dimension selected as the driver for the stage. |
| Is_intra | nvarchar (1) | varchar2 (255) | Yes | Enter “Y” (Yes) to enable intrastage assignments within the model stage. Default is “N” (No). This field is populated from the application. |
| last_upload_date | datetime | date | The date and time of the last import. | |
| exception | nvarchar (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_timestamp | datetime | date | Populated 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_userid | nvarchar(32) | varchar2 (32) | Populated by the import program upon update. | The ID of the user who modified the last import. |
| modified_timestamp | datetime | date | Populated by the import program upon update. | The date and time of the modified import. |