[Home] [Help]
[Dependency Information]
| Object Name: | WIP_OPERATION_YIELDS_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | WIP |
| FND Design Data: | WIP.WIP_OPERATION_YIELDS_EFC
|
| Subobject Name: | |
| Status: | VALID |
EURO as a functional currency table for WIP_OPERATION_YIELDS.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPERATION_UNIT_COST | NUMBER | Operation Unit Cost | ||
| OPERATION_SEQ_NUM | NUMBER | Yes | Operation Sequence Number | |
| WIP_ENTITY_ID | NUMBER | Yes | WIP Entity Identifier | |
| OPERATION_COST | NUMBER | Operation Cost | ||
| CUM_EST_PRIOR_UNIT_COST | NUMBER | Cumulative Estimated Prior Unit Cost | ||
| EST_SCRAP_UNIT_COST | NUMBER | Estimated Scrap Unit Cost | ||
| CUM_OPERATION_UNIT_COST | NUMBER | Cumulative Operation Unit Cost | ||
| SET_OF_BOOKS_ID | NUMBER | Set of Books Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT OPERATION_UNIT_COST
, OPERATION_SEQ_NUM
, WIP_ENTITY_ID
, OPERATION_COST
, CUM_EST_PRIOR_UNIT_COST
, EST_SCRAP_UNIT_COST
, CUM_OPERATION_UNIT_COST
, SET_OF_BOOKS_ID
FROM WIP.WIP_OPERATION_YIELDS_EFC;
WIP.WIP_OPERATION_YIELDS_EFC does not reference any database object
WIP.WIP_OPERATION_YIELDS_EFC is referenced by following:
WIP
WIP_OPERATION_YIELDS_EFC#
|
|
|
|