HPM_STG_ASSIGNMENT

The HPM_STG_ASSIGNMENT table provides details about each assignment, including the source stage, POV, driver layer, source dimension members, destination stage, and destination dimension members.

Dependencies:

Table 17. HPM_STG_ASSIGNMENT

FieldSQL Server Data TypeOracle Data TypeRequiredDescription
ididentityintegerYesUnique record ID
pov_dim1_member_namenvarchar (80)varchar2 (80)YesName of the first dimension member in the selected point of view.
pov_dim2_member_namenvarchar (80)varchar2 (80) Name of the second dimension member in the point of view, if applicable.
pov_dim3_member_namenvarchar (80)varchar2 (80) Name of the third dimension member in the point of view, if applicable.
pov_dim4_member_namenvarchar (80)varchar2 (80) Name of the fourth dimension member in the point of view, if applicable.
layer_namenvarchar (80)varchar2 (80)YesName of the selected layer for the point of view:
  • Cost (Default)

  • Revenue

    Note:

    Either the cost_layer or the revenue_layer must be selected.

src_stage_namenvarchar (80)varchar2 (80)YesName of the source stage for the assignment.
src_dim1_member_namenvarchar (80)varchar2 (80)YesName of the first dimension member in the source stage.
src_dim2_member_namenvarchar (80)varchar2 (80)Yes, if stage source/destination stage have this dimensionName of the second dimension member in the source stage, if available.
src_dim3_member_namenvarchar (80)varchar2 (80)Yes, if stage source/destination stage have this dimensionName of the third dimension member in the source stage, if available.
dst_stage_namenvarchar (80)varchar2 (80)YesName of the destination stage for the assignment.
dst_dim1_member_namenvarchar (80)varchar2 (80)YesName of the first dimension member in the destination stage.
dst_dim2_member_namenvarchar (80)varchar2 (80) Name of the second dimension member in the destination stage, if available.
dst_dim3_member_namenvarchar (80)varchar2 (80) Name of the third dimension member in the destination stage, if available.
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_useridnvarchar (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 initiated 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.