DBA Data[Home] [Help]

APPS.EAM_ACTIVITYUTILITIES_PVT dependencies on WIP_OPERATION_RESOURCES_V

Line 616: FROM wip_operation_resources_v

612: THEN
613: RETURN NULL;
614: ELSE
615: SELECT scheduled_units INTO l_scheduled_units
616: FROM wip_operation_resources_v
617: WHERE organization_id = p_organization_id
618: AND wip_entity_id = p_wip_entity_id
619: AND operation_seq_num = p_operation_seq_num
620: AND resource_seq_num = p_resource_seq_num;