DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on WIP_REQUIREMENT_OPERATIONS

Line 528: FROM wip_requirement_operations

524: p_wip_entity_id IN NUMBER
525: )
526: IS
527: SELECT *
528: FROM wip_requirement_operations
529: WHERE wip_entity_id = p_wip_entity_id
530: AND organization_id = p_organization_id;
531:
532: BEGIN