HPM_EXPD_CALCRULE_SNGLSRC

The HPM_EXPD_CALCRULE_SNGLSRC view retrieves details about the single source calculation rule.

Table 16-7 HPM_EXPD_CALCRULE_SNGLSRC

Field SQL Server Data Type Oracle Data Type Description
application_name   VARCHAR2(80 CHAR) Name of the selected application
id identity NUMBER(38,0) Unique identifier for each row. This can come from any sequence generator.
name nvarchar (80) VARCHAR2(80 CHAR) Name of the calculation rule.
description nvarchar (255) varchar2(255 CHAR) Long description of the calculation rule.
pov_dim1_member_name nvarchar (80) varchar2(80 CHAR) 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
calculation_sequence integer NUMBER(4,0) Numeric value designating the relative order in which the calculation rule will be processed during calculation. This must be > 0 or you will get a check constraint error during insert.
tag nvarchar (255) VARCHAR2(255) Specify search tags for the calculation rule in this column.
enabled_flag nvarchar (1) VARCHAR2(1 CHAR)  
first_sequence_priority integer NUMBER(38,0) Designates the first driver sequence priority in the range of drivers to be executed for this rule. This must be > 0 or you will get a check constraint error during insert.
last_sequence_priority integer NUMBER(38,0) Designates the last driver sequence priority in the range of drivers to be executed for this rule. This must be equal to or greater than first_sequence_priority or you will get a check constraint error during insert.
all_drivers_flag nvarchar (1) VARCHAR2(1 CHAR) When Y, ignore values in the first_sequence_priority and last_sequence_priority fields during calculation.