DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_DEFAULT_PVT dependencies on WIP_REQUIREMENT_OPERATIONS

Line 543: FROM wip_requirement_operations

539: , ORGANIZATION_ID ORGANIZATION_ID
540: , OPERATION_SEQ_NUM OPERATION_SEQ_NUM
541: , INVENTORY_ITEM_ID INVENTORY_ITEM_ID
542: , 2 TRANSACTION_TYPE
543: FROM wip_requirement_operations
544: WHERE organization_id = p_organization_id
545: and wip_entity_id = p_wip_entity_id
546: and operation_seq_num = 1;
547: