[Home] [Help]
[Dependency Information]
| Object Name: | CS_COST_STAGING |
|---|---|
| Object Type: | TABLE |
| Owner: | CS |
| FND Design Data: | CS.CS_COST_STAGING
|
| Subobject Name: | |
| Status: | VALID |
This table is used as a staging table that would store all the charge lines for which cost details has to be created.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CS_COST_STAGING_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ESTIMATE_DETAIL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ESTIMATE_DETAIL_ID | NUMBER | Charge line id for which cost records has to be created | ||
| WORKER_ID | NUMBER | ID of the worker thread that will create cost for this charge line | ||
| CONCURRENT_REQUEST_ID | NUMBER | ID of the worker thread that will create cost for this charge line | ||
| STATUS | VARCHAR2 | (3) | Status after the cost creation has been attempted for this charge line | |
| ERROR_MESSAGE | VARCHAR2 | (4000) | Error message if the cost creation failed |
Cut, paste (and edit) the following text to query this object:
SELECT ESTIMATE_DETAIL_ID
, WORKER_ID
, CONCURRENT_REQUEST_ID
, STATUS
, ERROR_MESSAGE
FROM CS.CS_COST_STAGING;
CS.CS_COST_STAGING does not reference any database object
CS.CS_COST_STAGING is referenced by following:
CS
CS_COST_STAGING#
|
|
|
|