DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on WIP_OPERATION_RESOURCES

Line 203: FROM wip_operation_resources

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