DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_DEFAULT_PVT dependencies on WIP_REQUIREMENT_OPERATIONS

Line 477: FROM wip_requirement_operations

473: , ORGANIZATION_ID ORGANIZATION_ID
474: , OPERATION_SEQ_NUM OPERATION_SEQ_NUM
475: , INVENTORY_ITEM_ID INVENTORY_ITEM_ID
476: , 2 TRANSACTION_TYPE
477: FROM wip_requirement_operations
478: WHERE organization_id = p_organization_id
479: and wip_entity_id = p_wip_entity_id
480: and operation_seq_num = 1;
481: