CML_LCP_ALLOC_CHARGES_PARAMS

This table contains the Allocate Landed Cost 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_ALLOC_CHARGES_PAR_PK

LCP_ALLOC_CHARGES_PARAMS_ID

Columns

Name Datatype Length Precision Not-null Comments
LCP_ALLOC_CHARGES_PARAMS_ID NUMBER 18 Yes Surrogate identifying a Run Control Allocate Charges 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 Trade Operations needs to be picked for Control Allocate Charges process.
TROP_CREATED_IN_CODE VARCHAR2 64 Indicates the user selected range code. Possible values are Last 1 Month, Last 3 Months, Custom.
TROP_CREATED_IN_START_DATE TIMESTAMP Indicates the start time from which the Trade Operations to be picked.
TROP_CREATED_IN_END_DATE TIMESTAMP Indicates the end time from which the Trade Operations to be picked.
TROP_FROM_NUMBER NUMBER 18 Indicates the starting number of the range from which Trade Operation to be picked
TROP_TO_NUMBER NUMBER 18 Indicates the ending number of the range from which Trade Operation to be picked
CHARGE_LINE_STATUS VARCHAR2 64 Yes Indicates the charge line status. Possible values are All, Ready for Allocation, Requires Re-Allocation/Allocation in Error.
CHARGES_TO_RECEIPTS_FLAG VARCHAR2 1 Yes Indicates whether charge lines can be applied to receipts. (N-No. Y-Yes, Default Value: Yes)
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_ALLOC_CHARGES_PAR_N1 Non Unique Default LAST_UPDATE_DATE
CML_LCP_ALLOC_CHARGES_PAR_PK Unique Default LCP_ALLOC_CHARGES_PARAMS_ID
CML_LCP_ALLOC_CHARGES_PAR_U1 Unique Default LCP_PROCESS_ID, PROCUREMENT_BU_ID