CST_COGS_LAYER_COSTS
This table contains the distribution details created by distribution processor for the Shipment / RMA Transactions specific to cost org and cost book.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CST_COGS_LAYER_COSTS_PK |
COGS_LAYER_COST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
COGS_LAYER_COST_ID | NUMBER | 18 | Yes | Surrogate key that Identifies a row in this table. | |
COGS_TRANSACTION_ID | NUMBER | 18 | Yes | Identifies the COGS Transaction for which the layer is created. | |
CST_TRANSACTION_ID | NUMBER | 18 | Yes | The Cost Transaction associated to the COGS Transaction. | |
CST_LAYER_COST_ID | NUMBER | 18 | Yes | Identifies the Cost layer which the COGS layer is created. | |
QUANTITY | NUMBER | Layer quantity | |||
DISTRIBUTION_ID | NUMBER | 18 | Identifies the distribution created for the COGS layer. If no distribution exists for this layer, the value in this column is zero. | ||
POSTED_FLAG | VARCHAR2 | 5 | Indicates if distribution has been created for this layer. Y - Yes, N - No. There is no LOOKUP_TYPE for this column. | ||
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. | ||
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 |
---|---|---|---|
CST_COGS_LAYER_COSTS_N1 | Non Unique | FUSION_TS_TX_DATA | COGS_TRANSACTION_ID |
CST_COGS_LAYER_COSTS_N2 | Non Unique | FUSION_TS_TX_DATA | CST_TRANSACTION_ID |
CST_COGS_LAYER_COSTS_N3 | Non Unique | FUSION_TS_TX_DATA | POSTED_FLAG |
CST_COGS_LAYER_COSTS_N4 | Non Unique | FUSION_TS_TX_DATA | CST_LAYER_COST_ID |
CST_COGS_LAYER_COSTS_PK | Unique | Default | COGS_LAYER_COST_ID |