HPM_STG_DRIVER

The HPM_STG_DRIVER table provides details about the driver for the selected stage, including driver type, formula and layer.

Dependencies: None

Table 15. HPM_STG_DRIVER

FieldSQL Server Data TypeOracle Data TypeRequiredDescription
ididentityintegerYesUnique record ID
namenvarchar (80)varchar2 (80)YesName of the driver.
descriptionnvarchar (255)varchar2 (255) Description of the purpose for the selected driver.
display_orderintegerinteger Display position of the driver within the list of all drivers in the model.
driver_typenvarchar (80)varchar2 (80)YesType of driver:
  • Even

  • Simple

  • Simple Weighted

  • Simple Variable

  • Weighted Variable

  • Fixed and Variable

  • Percentage

  • Custom

fixed_membernvarchar (80)varchar2 (80) Member in the Measures dimension that corresponds to the standard driver measure “FixedDriverValue.”
fixed_locationnvarchar (30)varchar2 (30) Location of the standard driver measure “FixedDriverValue.”
rate_membernvarchar (80)varchar2 (80) Member in the Measures dimension that corresponds to the standard driver measure “Rate.”
rate_locationnvarchar (30)varchar2 (30) Location of the standard driver measure “Rate.”
weight_membernvarchar (80)varchar2 (80) Member in the Measures dimension that corresponds to the standard driver measure “Weight.”
weight_locationnvarchar (30)varchar2 (30) Location of the standard driver measure “Weight.”
volume_membernvarchar (80)varchar2 (80) Member in the Measures dimension that corresponds to the standard driver measure “Volume.”
volume_locationnvarchar (30)varchar2 (30) Location of the standard driver measure “Volume.”
custom_formulanvarchar (500)varchar2 (500) Formula created for the driver by a user. This formula must be created using Essbase calculation script syntax. See the Oracle Hyperion Profitability and Cost Management User's Guide.
cost_layernvarchar (30)varchar2 (30) The driver layer is set to Cost layer, which contains the cost values for the model.

Note:

Either the cost_layer, revenue_layer, or both must be selected.

revenue_layernvarchar (30)varchar2 (30) The driver layer is set to Revenue layer, which contains the revenue values for the model.

Note:

Either the cost_layer, revenue_layer, or both must be selected.

allow_idle_costnvarchar (1)varchar2 (1) Enter the appropriate value to determine whether idle costs are allowed for this driver:
  • Enter “Y” (Yes) to allow idle cost for a driver.

  • Enter “N” (No) to disable idle cost for a driver. This is the default.

driver_basis_type nvarchar (80) VARCHAR2 (80) YesSelect the required driver basis:
  • Actual Basis

  • Standard Basis

Note:

The Standard Basis driver cannot be used with Even or Percentage driver types.

priorityinteger integer NoEnter the calculation priority of a driver so that allocations within a stage can be run in the specified order.

The driver with the lowest priority is processed first. By default, the priority is set to 100, and the highest priority is 1. Numbers need not be sequential. Drivers with the same priority are executed in no particular order. Only whole, positive numbers are valid.

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 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.