CST_COGS_LAYER_COSTS_I_GT

This table is used to temporarily store a subset of the data from cst_cogs_layer_costs table for internal processing within the cost processor.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CST_COGS_LAYER_COSTS_I_GT_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 Columns
CST_COGS_LAYER_COSTS_I_GT_U1 Unique COGS_LAYER_COST_ID