[Home] [Help]
[Dependency Information]
| Object Name: | CST_COMP_SNAPSHOT |
|---|---|
| Object Type: | TABLE |
| Owner: | BOM |
| FND Design Data: | BOM.CST_COMP_SNAPSHOT
|
| Subobject Name: | |
| Status: | VALID |
CST_COMP_SNAPSHOT contains snapshot information from WIP_OPERATIONS.
When the user performs a WIP assembly completion, assembly return, or
scrap transaction, operation information such as assembly units
completed at each operation step and other details from WIP_OPERATIONS
are inserted into this table.
.
In an average costing organization, when the user completes assemblies
and chooses the "Use Actual Resources" system option, the information
in CST_COMP_SNAPSHOT is used by the Actual Cost Worker (CMCACW) to
calculate the cost of WIP assembly completion, assembly return, and
scrap transactions.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CST_COMP_SNAPSHOT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TRANSACTION_ID
WIP_ENTITY_ID
OPERATION_SEQ_NUM
|
| CST_COMP_SNAPSHOT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
WIP_ENTITY_ID
OPERATION_SEQ_NUM
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRANSACTION_ID | NUMBER | Yes | Transaction identifier | |
| WIP_ENTITY_ID | NUMBER | Yes | WIP entity identifier | |
| OPERATION_SEQ_NUM | NUMBER | Yes | Operation sequence number | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| NEW_OPERATION_FLAG | NUMBER | Indicates that this operation was added after the job was released | ||
| PRIMARY_QUANTITY | NUMBER | Yes | Quantity in primary UOM | |
| QUANTITY_COMPLETED | NUMBER | Yes | Number of units completed by the operation | |
| PRIOR_COMPLETION_QUANTITY | NUMBER | Total number of units completed for the job prior to this transaction | ||
| PRIOR_SCRAP_QUANTITY | NUMBER | Total number of units scrapped for the job prior to this transaction | ||
| REQUEST_ID | NUMBER | Concurrent Who column | ||
| PROGRAM_APPLICATION_ID | NUMBER | Concurrent Who column | ||
| PROGRAM_ID | NUMBER | Concurrent Who column | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent Who column |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ID
, WIP_ENTITY_ID
, OPERATION_SEQ_NUM
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, NEW_OPERATION_FLAG
, PRIMARY_QUANTITY
, QUANTITY_COMPLETED
, PRIOR_COMPLETION_QUANTITY
, PRIOR_SCRAP_QUANTITY
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM BOM.CST_COMP_SNAPSHOT;
BOM.CST_COMP_SNAPSHOT does not reference any database object
BOM.CST_COMP_SNAPSHOT is referenced by following:
APPS
CST_COMP_SNAPSHOT
|
|
|
|