CML_LCP_ASSOC_INV_DRIVERS

This table stores the snapshot of parameters entered for Associate Invoices to Trade Operations for a run control request.

Details

  • Schema: FUSION

  • Object owner: CML

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROCUREMENT_BU_ID NUMBER 18 Yes Procurement Business Unit from which the Invoices needs to be picked for Associate Invoices to Trade Operations process.
ASSOC_INV_START_DATE DATE Indicates the start date from which the invoices to be picked.
ASSOC_INV_END_DATE DATE Indicates the end date from which the invoices to be picked.
CHARGE_LINES_START_DATE DATE Indicates the start date from which the charge lines to be looked for.
CHARGE_LINES_END_DATE DATE Indicates the end date from which the charge lines to be looked for.
REVIEW_AUTO_ASSOCIATIONS_FLAG VARCHAR2 1 Yes Review Automatic Associations (N-No. Y-Yes, Default Value: No)
CLOSED_TO_FLAG VARCHAR2 1 Yes Include Closed Trade Operations (N-No. Y-Yes, Default Value: No)
INACTIVE_TO_FLAG VARCHAR2 1 Yes Include Inactive Trade Operations (N-No. Y-Yes, Default Value: No)
STATUS VARCHAR2 1 Yes Include the processing status of the request (A-Active. C-Completed, I ??? Incomplete, B ??? Blocked, E ??? Error, S ??? Setup Data missing.)
BLOCKING_REQUEST_ID NUMBER 18 Indicates the request id that blocks this request
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.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CML_LCP_ASSOC_INV_DRIVERS_U1 Unique Default REQUEST_ID, PROCUREMENT_BU_ID