CST_RCL_REC_WROF_COSTS_I_GT
This table is used to temporarily store a subset of the data from cst_rcl_rec_writeoff_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_RCL_REC_WROF_COSTS_I_GT_PK |
REC_WRITEOFF_COST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REC_WRITEOFF_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 write-off 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_WRITEOFF_COST_ID | NUMBER | 18 | Yes | Identifies the write-off 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 write-off 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 write-off 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 | Columns |
|---|---|---|
| CST_RCL_REC_WROF_COSTS_I_GT_U1 | Unique | REC_WRITEOFF_COST_ID |