[Home] [Help]
[Dependency Information]
Object Name: | WIP_OSP_DEST_OPERATION_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 | ||
RESOURCE_SEQ_NUM | NUMBER | Yes | Resource sequence number | |
DEST_OPERATION_SEQ_NUM | NUMBER | Yes | Operation sequence number of the destination operation | |
DEST_DEPARTMENT_CODE | VARCHAR2 | (10) | Yes | Department code for the destination operation |
DEST_DEPARTMENT_ID | NUMBER | Yes | Department identifier for the destination operation |
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
, DEST_OPERATION_SEQ_NUM
, DEST_DEPARTMENT_CODE
, DEST_DEPARTMENT_ID
FROM APPS.WIP_OSP_DEST_OPERATION_V;
APPS.WIP_OSP_DEST_OPERATION_V is not referenced by any database object
|
|
|