HPM_STGD_POV

The HPM_STGD_POV table stores the states of each combination of dimension members included in a point of view (POV).

Table 15-1 HPM_STGD_POV

Field SQL Server Data Type Oracle Data Type Required Description
id identity integer(38,0) Yes Unique record ID
pov_dim1_member_ name nvarchar (80) varchar2(80 CHAR) Yes Name of the first dimension member in the selected POV
pov_dim2_member_ name nvarchar (80) varchar2(80 CHAR)   Name of the second dimension member in the selected POV
pov_dim3_member_ name nvarchar (80) varchar2(80 CHAR)   Name of the third dimension member in the selected POV
pov_dim4_member_ name nvarchar (80) varchar2(80 CHAR)   Name of the fourth dimension member in the selected POV
pov_state nvarchar (80) varchar2(80 CHAR) Yes The current status of the POV:
  • Draft

  • Published

  • Archived

last_upload_date timestamp (6) timestamp (6)   The date and time of the last import
exception nvarchar (255) varchar2(255 CHAR)   Message detailing errors that occurred during the import of this table.
created_userid nvarchar (32) varchar2(32 CHAR) Populated by the import program upon update The ID of the user who initiated the last import
created_timestamp timestamp (6) timestamp (6)   The date and time of the last import
modified_userid nvarchar (32) varchar2(32 CHAR) Populated by the import program upon update The ID of the user who modified the last import
modified_timestamp timestamp (6) timestamp (6)   The date and time of the modified import