HPM_STG_ASGN_RULE_SELECTION

The HPM_STG_ASGN_RULE_SELECTION table stores details about the source stage and dimension members for a rule controlling the assignments for the selected stage.

Dependencies:

Table 18. HPM_STG_ASSGN_RULE_SELECTION

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, revenue_layer, or both is required.

src_stage_namenvarchar (80)varchar2 (80)YesName of the source stage for the assignment rule.
src_dim1_member_namenvarchar (80)varchar2 (80)Yes, if the source stage has the appropriate dimension.Name of the first dimension member in the source stage.
src_dim2_member_namenvarchar (80)varchar2 (80)Yes, if the source stage has the appropriate dimension.Name of the second dimension member in the source stage, if available.
src_dim3_member_namenvarchar (80)varchar2 (80)Yes, if the source stage has the appropriate dimension.Name of the third dimension member in the source stage, if available.
rule_namenvarchar (80)varchar2 (80)YesName of the rule controlling the selected assignment. The rule must be present in the target database.
last_upload_datedatedate Date of the last import.
exceptionnvarchar (255)varchar2 (255) Message detailing errors that occurred during the import of this table.
created_timestampdatetimedatePopulated by the import program upon update. The date and time of the last import.
created_useridnvarchar (32)varchar2 (32)Populated by the import program upon update. ID of the user who initiated the last import.
modified_useridnvarchar (32)varchar2 (32)Populated by the import program upon update. ID of the user who initiated the reimport.
modified_timestampdate, timedatePopulated by the import program upon update. The date and time of the reimport.