CST_I_SALES_CREDITS
This is interface table which contains the sales credit lines details imported by INV CST Interface program for sales order specific to business unit , transferred to the persistent tabel by Costing Pre-processor
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CST_I_SALES_CREDITS_PK |
EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID, INV_TRANSACTION_ID, SALESPERSON_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EXTERNAL_SYSTEM_REFERENCE | VARCHAR2 | 60 | Yes | Identifies the external source systems | |
| EXTERNAL_SYSTEM_REF_ID | VARCHAR2 | 450 | Yes | Transaction Unique identifier in the source system(Unique Sales credit identifier) | |
| INV_TRANSACTION_ID | NUMBER | 18 | Yes | Stores 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 | Credit Percentage | ||
| 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_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 |
|---|---|---|---|
| CST_I_SALES_CREDITS_PK | Unique | Default | EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID, INV_TRANSACTION_ID, SALESPERSON_ID |