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


VIEW: APPS.WIP_TX_REP_INTRAOP_STEPS_VAL_V

Object Details
Object Name: WIP_TX_REP_INTRAOP_STEPS_VAL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWIP.WIP_TX_REP_INTRAOP_STEPS_VAL_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
ORGANIZATION_ID NUMBER
Yes Organization identifier
WIP_ENTITY_ID NUMBER
Yes Repetitive assembly identifier
LINE_ID NUMBER
Yes Production line identifier
OPERATION_SEQ_NUM NUMBER
Yes Operation sequence number
NEXT_OPERATION_SEQ_NUM NUMBER

Operation sequence number of the next operation
INTRAOPERATION_STEP_TYPE NUMBER
Yes Intraoperation step type
INTRAOPERATION_STEP_MEANING VARCHAR2 (80) Yes Intraoperation step meaning
INTRAOPERATION_STEP_QUANTITY NUMBER

Quantity at the intraoperation step
Query Text

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


SELECT ORGANIZATION_ID
,      WIP_ENTITY_ID
,      LINE_ID
,      OPERATION_SEQ_NUM
,      NEXT_OPERATION_SEQ_NUM
,      INTRAOPERATION_STEP_TYPE
,      INTRAOPERATION_STEP_MEANING
,      INTRAOPERATION_STEP_QUANTITY
FROM APPS.WIP_TX_REP_INTRAOP_STEPS_VAL_V;

Dependencies

[top of page]

APPS.WIP_TX_REP_INTRAOP_STEPS_VAL_V references the following:

SchemaAPPS
ViewMFG_LOOKUPS
SynonymWIP_OPERATIONS
SynonymWIP_REPETITIVE_SCHEDULES
SynonymWIP_VALID_INTRAOPERATION_STEPS

APPS.WIP_TX_REP_INTRAOP_STEPS_VAL_V is not referenced by any database object