DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on PO_REQUISITION_LINES_ALL

Line 739: FROM po_requisition_lines_all --

735: IF x_line_location_id IS NOT NULL THEN
736:
737: SELECT count(*)
738: INTO x_num_records
739: FROM po_requisition_lines_all --
740: WHERE line_location_id = x_line_location_id;
741:
742: IF x_num_records > 0 THEN
743: return (TRUE);