CST_ACQ_COST_ADJ_SOURCES
This table stores references to the PO and AP data that is the root cause of this cost adjustment
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CST_ACQ_COST_ADJ_SOURCES_PK |
ADJUSTMENT_TRANSACTION_ID, CMR_PO_DISTRIBUTION_ID, CMR_AP_INVOICE_DIST_ID, TRADE_OPERATION_ID, CHARGE_LINE_NUMBER, FISCAL_DOC_HEADER_ID, CST_INV_TRANSACTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ADJUSTMENT_TRANSACTION_ID | NUMBER | 18 | Yes | Single column FK: Identifies the cost adjustment. | |
CMR_PO_DISTRIBUTION_ID | NUMBER | 18 | Yes | Identifies the PO distribution that contributed to this acquisition cost adjustment | |
CST_INV_TRANSACTION_ID | NUMBER | 18 | Yes | Identifies the costing inventory transaction for purchase order receipts, returns and corrections. | |
PO_EVENT_DATE | TIMESTAMP | Identifies the event date of the PO distribution that contributed to this acquisition cost adjustment | |||
CMR_AP_INVOICE_DIST_ID | NUMBER | 18 | Yes | Identifies the AP invoice distribution that contributed to this acquisition cost adjustment | |
TRADE_OPERATION_ID | NUMBER | 18 | Yes | Identitifes the source trade operation that contributed to this adjustment | |
FISCAL_DOC_HEADER_ID | NUMBER | 18 | Yes | Single Column FK: Identifies the fiscal document header. | |
CHARGE_LINE_NUMBER | NUMBER | 9 | Yes | Identifies the source trade operation charge line that contributed to this adjustment | |
CONS_PRICE_UPD_EFFECTIVE_DATE | TIMESTAMP | Effective date of the consigned purchase order price update. | |||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
CST_ACQ_COST_ADJ_SOURCES | cst_acq_cost_adjustments | ADJUSTMENT_TRANSACTION_ID |
CST_ACQ_COST_ADJ_SOURCES | cmr_ap_invoice_dtls | CMR_AP_INVOICE_DIST_ID |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
CST_ACQ_COST_ADJ_SOURCES_N1 | Non Unique | FUSION_TS_TX_DATA | ADJUSTMENT_TRANSACTION_ID | Obsolete |
CST_ACQ_COST_ADJ_SOURCES_U1 | Unique | Default | ADJUSTMENT_TRANSACTION_ID, CMR_PO_DISTRIBUTION_ID, CMR_AP_INVOICE_DIST_ID, TRADE_OPERATION_ID, CHARGE_LINE_NUMBER, FISCAL_DOC_HEADER_ID, CST_INV_TRANSACTION_ID | |
CST_ACQ_COST_ADJ_SOURCES_UK1 | Unique | FUSION_TS_TX_DATA | ADJUSTMENT_TRANSACTION_ID, CMR_PO_DISTRIBUTION_ID, CMR_AP_INVOICE_DIST_ID, TRADE_OPERATION_ID, CHARGE_LINE_NUMBER, FISCAL_DOC_HEADER_ID | Obsolete |