DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on WIP_REQUIREMENT_OPERATIONS

Line 502: FROM wip_requirement_operations

498: p_wip_entity_id IN NUMBER
499: )
500: IS
501: SELECT *
502: FROM wip_requirement_operations
503: WHERE wip_entity_id = p_wip_entity_id
504: AND organization_id = p_organization_id;
505:
506: BEGIN