DBA Data[Home] [Help]

APPS.EAM_SUB_RESOURCE_VALIDATE_PVT dependencies on PO_REQUISITION_LINES

Line 785: FROM po_requisition_lines

781: select count(*)
782: into l_count_req
783: from DUAL
784: WHERE EXISTS (SELECT 1
785: FROM po_requisition_lines
786: where wip_entity_id = p_eam_sub_res_rec.wip_entity_id
787: and destination_organization_id = p_eam_sub_res_rec.organization_id
788: and wip_operation_seq_num = p_eam_sub_res_rec.operation_seq_num
789: and wip_resource_seq_num = p_eam_sub_res_rec.resource_seq_num