CN_FORMULAS_ALL_B

Table for storing data related to Formulas (Measures)

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CN_FORMULAS_B_PK

FORMULA_ID

Columns

Name Datatype Length Precision Not-null Comments
FORMULA_ID NUMBER 18 Yes This is the primary key of this table.
CALC_VARIABLE_ID NUMBER 18 Id used for package generation.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
FORMULA_TYPE_CODE VARCHAR2 30 Yes Indicates whether it is a performance measure or incentive formula
FORMULA_STATUS VARCHAR2 30 Yes This indicates whether formula is valid for calculaiton
USE_EXT_FORMULA_FLAG VARCHAR2 1 Flag for using external package
EXT_FORMULA_NAME VARCHAR2 30 Name of the external formula package
PACKAGE_NAME VARCHAR2 30 Holds the name of the formula package generated
START_DATE DATE Yes This holds the Start date of the formula
END_DATE DATE Yes This holds the End date of the formula
OUTPUT_EXP_ID NUMBER 18 This column holds the output expression id
GOAL_ID NUMBER 18 Holds the id of the goal object
PROCESS_TXN VARCHAR2 30 How to process transaction (individually or group by interval)
ACCUMULATION_FLAG VARCHAR2 1 Flag whether to accumulate or not
ACCUMULATION_INTERVAL NUMBER 18 Interval of Measure or payout frequency Incentive formula
ITD_RESET_INTERVAL NUMBER 18 Reset Interval column for True - up
ITD_FLAG VARCHAR2 1 This column stores the true up flag
UNIT_OF_MEASURE VARCHAR2 30 This is the unit of performance measure
SPLIT_OPTION VARCHAR2 30 Indicates how the rate values need to be applied
REPORT_ENABLED_FLAG VARCHAR2 1 Indicates whether it should be available in reports
RECALCULATION_REQUIRED_FLAG VARCHAR2 1 Indicates whether results produced by evaluating this formula must be recalculated in subsequent executions of the Calculation job
NUMBER_DIM NUMBER 18 This stores the number of dimensions in the rate table attached to this formula
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
INVALID_REASON_CODE VARCHAR2 80 This column holds the reason for invalid formula
INVALID_REASON_TOKENS VARCHAR2 160 The column holds the token values for invalid reason message
DELETE_FLAG VARCHAR2 1 Delete flag. Value Y indicating object is soft deleted. Value N indicating object is not deleted.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER11 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER12 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER13 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER14 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER15 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE6 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE7 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE8 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE9 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE10 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE11 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE12 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE13 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE14 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE15 DATE Descriptive Flexfield: segment of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
CN_FORMULAS_ALL_B cn_goals_all_b GOAL_ID
CN_FORMULAS_ALL_B cn_expressions_all_b OUTPUT_EXP_ID, ORG_ID
CN_FORMULAS_ALL_B cn_interval_types_all_b ACCUMULATION_INTERVAL, ORG_ID
cn_tp_measure_results_all cn_formulas_all_b FORMULA_ID
cn_formula_ecats_all cn_formulas_all_b FORMULA_ID
cn_form_ecat_event_factors_all cn_formulas_all_b FORMULA_ID
cn_sim_srp_per_form_metr_all cn_formulas_all_b FORMULA_ID
cn_plan_component_formulas_all cn_formulas_all_b FORMULA_ID
cn_srp_per_formula_exts_all cn_formulas_all_b FORMULA_ID
cn_formula_input_exps_all cn_formulas_all_b FORMULA_ID
cn_tp_earnings_all cn_formulas_all_b FORMULA_ID
cn_sim_earnings_all cn_formulas_all_b FORMULA_ID
cn_sim_measure_results_all cn_formulas_all_b FORMULA_ID
cn_formulas_all_tl cn_formulas_all_b FORMULA_ID
cn_srp_form_rate_tables_all cn_formulas_all_b FORMULA_ID
cn_srp_per_form_metrics_all cn_formulas_all_b FORMULA_ID
cn_sim_srp_per_form_exts_all cn_formulas_all_b FORMULA_ID
cn_process_audit_lines_all cn_formulas_all_b FORMULA_ID
cn_tp_earnings_all_h cn_formulas_all_b FORMULA_ID
cn_srp_form_metrics_all cn_formulas_all_b FORMULA_ID
cn_formula_rate_tables_all cn_formulas_all_b FORMULA_ID

Indexes

Index Uniqueness Tablespace Columns
CN_FORMULAS_ALL_B_F1 Non Unique Default OUTPUT_EXP_ID, ORG_ID
CN_FORMULAS_ALL_B_F2 Non Unique Default ACCUMULATION_INTERVAL
CN_FORMULAS_ALL_B_N1 Non Unique Default GOAL_ID
CN_FORMULAS_ALL_B_U1 Unique Default FORMULA_ID