CN_RECALC_REQUESTS_ALL

The CN_RECALC_REQUESTS_ALL table holds the recalculation flag update request.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_RECALC_REQUESTS_ALL_PK

CN_RECALC_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
CN_RECALC_REQUEST_ID NUMBER 18 Yes This column contains the primary key of the table.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
RECALC_OBJECT_TYPE VARCHAR2 200 Yes Indicates the type of object for which the recalculation flag is to be updated. A typical example is User Defined Query used in incentive formula expressions.
RECALC_OBJECT_CODE VARCHAR2 200 Yes Indicates the name or identifier of the object for which the recalculation flag is to be updated. A typical example is the name of an User Defined Query used in incentive formula expressions.
RECALC_REQUIRED_FLAG VARCHAR2 1 Yes Indicates the value of the request for recalculation. Possible values are Y indicating yes and N indicating no.
ACTIVE_FLAG VARCHAR2 1 Yes Identifies the latest request for the specific object code for the given business unit.Possible values are Y indicating yes and N indicating no.
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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Indexes

Index Uniqueness Tablespace Columns
CN_RECALC_REQUESTS_ALL_U1 Unique Default CN_RECALC_REQUEST_ID