DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on WIP_OPERATION_RESOURCES

Line 201: FROM wip_operation_resources

197: , p_wip_entity_id IN NUMBER
198: )
199: IS
200: SELECT *
201: FROM wip_operation_resources
202: WHERE organization_id = p_organization_id
203: AND wip_entity_id = p_wip_entity_id;
204:
205: BEGIN