[Home] [Help]
[Dependency Information]
Object Name: | WIP_OSP_OPERATIONS_VAL_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 schedule 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 | ||
OPERATION_CODE | VARCHAR2 | (4) | Standard operation code | |
DEPARTMENT_CODE | VARCHAR2 | (10) | Yes | Department code |
Cut, paste (and edit) the following text to query this object:
SELECT WIP_ENTITY_ID
, ORGANIZATION_ID
, OPERATION_SEQ_NUM
, REPETITIVE_SCHEDULE_ID
, OPERATION_CODE
, DEPARTMENT_CODE
FROM APPS.WIP_OSP_OPERATIONS_VAL_V;
|
|
|