CML_LCP_ASSOC_INV_PARAMS

This table contains the Associate Invoices for Trade Operation Charges process parameters (persisted on Save) entered by the user for a given RunControl

Details

  • Schema: FUSION

  • Object owner: CML

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CML_LCP_ASSOC_INV_PARAMS_PK

LCP_ASSOC_INV_PARAMS_ID

Columns

Name Datatype Length Precision Not-null Comments
LCP_ASSOC_INV_PARAMS_ID NUMBER 18 Yes Surrogate identifying a Run Control Associate Invoices to Trade Operations Process.
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.
LCP_PROCESS_ID NUMBER 18 Yes Identifies the Run Control used for Landed Cost Processing.
PROCUREMENT_BU_ID NUMBER 18 Yes Procurement Business Unit from which the Invoices needs to be picked for Associate Invoices to TradeOperation Charges process.
ASSOC_INV_FOR_CODE VARCHAR2 64 Indicates the user selected range code. Possible values are Last 1 Month, Last 3 Months, Custom.
ASSOC_INV_FOR_START_DATE TIMESTAMP Indicates the start date from which the invoices to be picked.
ASSOC_INV_FOR_END_DATE TIMESTAMP Indicates the end date from which the invoices to be picked.
CHARGE_LINES_FOR_CODE VARCHAR2 64 Indicates the user selected range code. Possible values are Last 1 Month, Last 3 Months, Custom.
CHARGE_LINES_FOR_START_DATE TIMESTAMP Indicates the start date from which the charge lines to be looked for.
CHARGE_LINES_FOR_END_DATE TIMESTAMP Indicates the end date from which the charge lines to be looked for.
REVIEW_AUTO_ASSOC_FLAG VARCHAR2 1 Yes Review Automatic Associations (N-No. Y-Yes, Default Value: No)
INCL_CLOSED_TROP_FLAG VARCHAR2 1 Yes Include Closed Trade Operations (N-No. Y-Yes, Default Value: No)
INCL_INACTIVE_TROP_FLAG VARCHAR2 1 Yes Include Inactive Trade Operations (N-No. Y-Yes, Default Value: 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.

Indexes

Index Uniqueness Tablespace Columns
CML_LCP_ASSOC_INV_PARAMS_N1 Non Unique Default LAST_UPDATE_DATE
CML_LCP_ASSOC_INV_PARAMS_PK Unique Default LCP_ASSOC_INV_PARAMS_ID
CML_LCP_ASSOC_INV_PARAMS_U1 Unique Default LCP_PROCESS_ID, PROCUREMENT_BU_ID