DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on PO_REQUISITION_LINES_ALL

Line 687: FROM po_requisition_lines_all --

683: IF x_line_location_id IS NOT NULL THEN
684:
685: SELECT count(*)
686: INTO x_num_records
687: FROM po_requisition_lines_all --
688: WHERE line_location_id = x_line_location_id;
689:
690: IF x_num_records > 0 THEN
691: return (TRUE);