CST_SALES_CREDITS_ERRORS
This is persistant table which contains the duplicate sales credit lines details transferred by costing pre-processor.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
CST_SALES_CREDITS_ERRORS_PK |
SALES_CREDIT_ERROR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SALES_CREDIT_ERROR_ID | NUMBER | 18 | Yes | Stores the unique identifier for the duplicate records of sales credit | |
EXTERNAL_SYSTEM_REFERENCE | VARCHAR2 | 60 | Yes | Source Transaction name | |
EXTERNAL_SYSTEM_REF_ID | VARCHAR2 | 450 | Yes | Transaction Unique identifier in the source system(Unique Sales credit identifier) | |
INV_TRANSACTION_ID | NUMBER | 18 | Stores the inventory transaction identifier | ||
SALESPERSON_ID | NUMBER | 18 | Yes | Sales person Identifier | |
HEADER_ID | NUMBER | 18 | Yes | Header Identifier | |
LINE_ID | NUMBER | 18 | Line Identifier | ||
CREDIT_PERCENTAGE | NUMBER | Yes | Sales percentage for each fulfill line | ||
ERROR_MESSAGE | VARCHAR2 | 60 | Stores the error message for the records | ||
ERROR_STATUS | VARCHAR2 | 30 | Stores Error status | ||
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. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID 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. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_SALES_CREDITS_ERRORS_PK | Unique | Default | SALES_CREDIT_ERROR_ID |