DBA Data[Home] [Help]

APPS.EAM_OP_VALIDATE_PVT dependencies on PO_LINE_LOCATIONS

Line 244: FROM po_distributions pds,po_line_locations poll

240: select count(*)
241: into l_dist_count
242: from DUAL
243: WHERE EXISTS (SELECT 1
244: FROM po_distributions pds,po_line_locations poll
245: where pds.line_location_id = poll.line_location_id
246: and pds.wip_entity_id = p_wip_entity_id
247: and pds.destination_organization_id = p_organization_id
248: and pds.wip_operation_seq_num = p_operation_seq_num