CML_LCP_ALLOC_CHARGES_DRIVERS
This table stores the snapshot of parameters entered for Allocate Landed Cost Process 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 Trade Operations needs to be picked for Control Allocate Estimated Charges process. | |
| CREATED_IN_START_DATE | DATE | Indicates the start time from which the Trade Operations to be picked. | |||
| CREATED_IN_END_DATE | DATE | Indicates the end time from which the Trade Operations to be picked. | |||
| FROM_NUMBER | NUMBER | 18 | Indicates the trade operation number from which the allocation should be done. | ||
| TO_NUMBER | NUMBER | 18 | Indicates the trade operation number to which the allocation should be done. | ||
| 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) | |
| 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 of the job 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_ALLOC_CHARG_DRIVERS_U1 | Unique | Default | REQUEST_ID, PROCUREMENT_BU_ID |