CST_RCL_REC_LAYER_COSTS
This table contains the layer cost details for the service cost recognition and service cost recognition reversal transactions.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
CST_RCL_REC_LAYER_COSTS_PK |
REC_LAYER_COST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REC_LAYER_COST_ID | NUMBER | 18 | Yes | Surrogate key that identifies a row in this table. | |
COST_REC_TXN_ID | NUMBER | 18 | Yes | Identifies the service cost recognition or service cost recognition reversal transaction for which the layer cost is created. | |
CST_TRANSACTION_ID | NUMBER | 18 | Yes | Identifies the source transaction associated to the service cost recognition or service cost recognition reversal transaction. | |
REC_TRXN_ID | NUMBER | 18 | Yes | Transaction identifier of a receipt transaction. | |
DEP_TRXN_ID | NUMBER | 18 | Yes | Transaction identifier of a depleting transaction. | |
CST_LAYER_COST_ID | NUMBER | 18 | Yes | Identifies the layer cost of the source transaction associated to the service cost recognition or service cost recognition reversal transaction. | |
QUANTITY | NUMBER | Indicates the quantity to be used for cost computation. | |||
DISTRIBUTION_ID | NUMBER | 18 | Identifies the distribution created for the layer cost. If no distribution exists, then the value in this column will be zero. | ||
POSTED_FLAG | VARCHAR2 | 5 | Indicates if the distribution has been created for this layer cost. Possible values are: Y - Yes, N - No. | ||
COST_ORG_ID | NUMBER | 18 | The unique identifier for the cost organization. | ||
COST_BOOK_ID | NUMBER | 18 | The unique identifier for the cost book. | ||
TRANSACTION_DATE | TIMESTAMP | Yes | Stores the charge posting date. | ||
EFF_DATE | TIMESTAMP | Yes | Indicates the date from which the cost is effective. | ||
UNIT_COST | NUMBER | Current transaction cost for one quantity. | |||
CURRENCY_CODE | VARCHAR2 | 30 | Identifies the currency of the transaction / cost. | ||
UOM_CODE | VARCHAR2 | 25 | Unit of measure for the transaction quantity. | ||
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_RCL_REC_LAYER_COSTS_N1 | Non Unique | Default | COST_REC_TXN_ID |
CST_RCL_REC_LAYER_COSTS_N2 | Non Unique | Default | CST_TRANSACTION_ID |
CST_RCL_REC_LAYER_COSTS_N3 | Non Unique | Default | POSTED_FLAG |
CST_RCL_REC_LAYER_COSTS_N4 | Non Unique | Default | CST_LAYER_COST_ID |
CST_RCL_REC_LAYER_COSTS_U1 | Unique | Default | REC_LAYER_COST_ID |