DBA Data[Home] [Help]

APPS.EAM_RES_VALIDATE_PVT dependencies on PO_DISTRIBUTIONS_ALL

Line 986: FROM po_distributions_all pds,po_line_locations_all poll

982: select count(*)
983: into l_count_dist
984: from DUAL
985: WHERE EXISTS (SELECT 1
986: FROM po_distributions_all pds,po_line_locations_all poll
987: where pds.line_location_id = poll.line_location_id
988: and pds.wip_entity_id = p_eam_res_rec.wip_entity_id
989: and pds.destination_organization_id = p_eam_res_rec.organization_id
990: and pds.wip_operation_seq_num = p_eam_res_rec.operation_seq_num