The HPM_STG_DRIVER_SELECTION table stores the drivers associated with the intersections of the exact stage.
Dependencies:
HPM_STG_DRIVER
HPM_STG_STAGE
HPM_STG_POV
Table 16. HPM_STG_DRIVER_SELECTION
Field | SQL Server Data Type | Oracle Data Type | Required | Description |
---|---|---|---|---|
id | identity | integer | Yes | Unique record ID |
pov_dim1_member_name | nvarchar (80) | varchar2 (80) | Yes | Name of the first dimension member in the selected point of view. |
pov_dim2_member_name | nvarchar (80) | varchar2 (80) | Name of the second dimension member in the point of view, if applicable. | |
pov_dim3_member_name | nvarchar (80) | varchar2 (80) | Name of the third dimension member in the point of view, if applicable. | |
pov_dim4_member_name | nvarchar (80) | varchar2 (80) | Name of the fourth dimension member in the point of view, if applicable. | |
layer_name | nvarchar (80) | varchar2 (80) | Yes | Name of the selected layer for the point of view:
|
stage_name | nvarchar (80) | varchar2 (80) | Yes | Name of the model stage for the selected point of view. |
dim1_member_name | nvarchar (80) | varchar2 (80) | Yes, if driver dimension for the selected stage | Member name of the first dimension of the selected stage. |
dim2_member_name | nvarchar (80) | varchar2 (80) | Yes, if driver dimension for the selected stage | Member name of the second dimension of the selected stage, if applicable. |
dim3_member_name | nvarchar (80) | varchar2 (80) | Yes, if driver dimension for the selected stage | Member name of the third dimension of the selected stage, if applicable. |
driver_name | nvarchar (80) | varchar2 (80) | Yes | Name of the driver for the selected intersection. |
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 initiated 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. |