DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.WSM_COPY_ALL_OPERATIONS_V

Object Details
Object Name: WSM_COPY_ALL_OPERATIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWSM.WSM_COPY_ALL_OPERATIONS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
WIP_ENTITY_ID NUMBER
Yes WIP Job Identifier
TO_OP_SEQ_NUM NUMBER

To Operation Sequence Number
TO_WCO_OP_SEQ_NUM NUMBER
Yes To Operation Sequence Number in the Job's copy of the Routing
TO_OP_SEQ_ID NUMBER
Yes To Operation Sequence Id
NEXT_OPERATION_CODE VARCHAR2 (4)
Short code that uniquely identifies the Next operation
OPERATION_DESCRIPTION VARCHAR2 (240)
Descriptive text for the operation
STANDARD_OPERATION_ID NUMBER

Standard Operation Identifier
DEPARTMENT_CODE VARCHAR2 (10) Yes Department Code of the To Operation
DEPARTMENT_ID NUMBER
Yes Department Identifier of the To Operation
RECOMMENDED VARCHAR2 (1) Yes Recommended Operation Flag
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT WIP_ENTITY_ID
,      TO_OP_SEQ_NUM
,      TO_WCO_OP_SEQ_NUM
,      TO_OP_SEQ_ID
,      NEXT_OPERATION_CODE
,      OPERATION_DESCRIPTION
,      STANDARD_OPERATION_ID
,      DEPARTMENT_CODE
,      DEPARTMENT_ID
,      RECOMMENDED
FROM APPS.WSM_COPY_ALL_OPERATIONS_V;

Dependencies

[top of page]

APPS.WSM_COPY_ALL_OPERATIONS_V references the following:

SchemaAPPS
SynonymWSM_COPY_OPERATIONS
SynonymWSM_COPY_OP_NETWORKS

APPS.WSM_COPY_ALL_OPERATIONS_V is not referenced by any database object