[Home] [Help]
[Dependency Information]
Object Name: | CS_COST_STAGING |
---|---|
Object Type: | TABLE |
Owner: | CS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CS_COST_STAGING_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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:
|
|
|