DBA Data[Home] [Help] [Dependency Information]


TABLE: CS.CS_COST_STAGING

Object Details
Object Name: CS_COST_STAGING
Object Type: TABLE
Owner: CS
FND Design Data: TableCS.CS_COST_STAGING
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CS_COST_STAGING_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnESTIMATE_DETAIL_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

CS.CS_COST_STAGING does not reference any database object

CS.CS_COST_STAGING is referenced by following:

SchemaAPPS
SynonymCS_COST_STAGING