[Home] [Help]
[Dependency Information]
| Object Name: | WIP_OSP_RESOURCES_VAL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WIP.WIP_OSP_RESOURCES_VAL_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WIP_ENTITY_ID | NUMBER | Yes | WIP job or repetitive assembly identifier | |
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| OPERATION_SEQ_NUM | NUMBER | Yes | Operation sequence number within a routing | |
| REPETITIVE_SCHEDULE_ID | NUMBER | WIP repetitive schedule identifier | ||
| RESOURCE_SEQ_NUM | NUMBER | Yes | Resource sequence number | |
| RESOURCE_ID | NUMBER | Yes | Resource identifier | |
| USAGE_RATE_OR_AMOUNT | NUMBER | Yes | Rate per assembly or amount per job/schedule | |
| RESOURCE_CODE | VARCHAR2 | (10) | Yes | Resource code |
| UNIT_OF_MEASURE | VARCHAR2 | (3) | Unit of measure | |
| COST_ELEMENT_ID | NUMBER | Yes | Cost element identifier | |
| DESCRIPTION | VARCHAR2 | (240) | Description |
Cut, paste (and edit) the following text to query this object:
SELECT WIP_ENTITY_ID
, ORGANIZATION_ID
, OPERATION_SEQ_NUM
, REPETITIVE_SCHEDULE_ID
, RESOURCE_SEQ_NUM
, RESOURCE_ID
, USAGE_RATE_OR_AMOUNT
, RESOURCE_CODE
, UNIT_OF_MEASURE
, COST_ELEMENT_ID
, DESCRIPTION
FROM APPS.WIP_OSP_RESOURCES_VAL_V;
APPS
BOM_RESOURCES
WIP_OPERATION_RESOURCES
APPS
PO_COPYDOC_SUB
- show dependent code
|
|
|
|