DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on WIP_REQUIREMENT_OPERATIONS

Line 1635: from wip_requirement_operations

1631: from FND_ATTACHED_DOCUMENTS fad
1632: where fad.entity_name = 'MTL_SYSTEM_ITEMS'
1633: and pk1_value = p_org_id
1634: and pk2_value IN ( select inventory_item_id
1635: from wip_requirement_operations
1636: where wip_entity_id = p_job_id
1637: and operation_seq_num = p_op_seq
1638: and organization_id = p_org_id)
1639: and rownum = 1);