CML_LCP_PROCESSES_B

This table contains the Landed Cost Management Run Control details. A Run Control is used to manage the system processes for capturing and allocating estimated, actual landed costs by scheduling these processes to run at predefined frequencies or on request. Also a Run Control maintains the last run details and provides exceptions management.

Details

  • Schema: FUSION

  • Object owner: CML

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CML_LCP_PROCESSES_B_PK

LCP_PROCESS_ID

Columns

Name Datatype Length Precision Not-null Comments
LCP_PROCESS_ID NUMBER 18 Yes Surrogate key that identifies the Run Control.
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.
NAME VARCHAR2 20 Yes Identifies Run Control used for Landed Cost Processing.
COMMIT_LIMIT NUMBER 18 Identifies the Commit Limit used for the Cost Process. It is the unit of work to perform before committing the work to the database.
LAST_RUN_DATE TIMESTAMP Identifies the Last Run Date for the Run Control and is the start time of the run.
LAST_REQUEST_ID NUMBER Identifies the Last Request/Process ID for the Run Control that was started.
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.

Indexes

Index Uniqueness Tablespace Columns
CML_LCP_PROCESSES_B_N1 Non Unique Default LAST_UPDATE_DATE
CML_LCP_PROCESSES_B_PK Unique Default LCP_PROCESS_ID
CML_LCP_PROCESSES_B_U1 Unique Default NAME