DBA Data[Home] [Help]

APPS.PO_AP_PURGE_GRP dependencies on PO_REQUISITION_LINES_ALL

Line 404: FROM po_requisition_lines_all prl,

400: BEGIN
401:
402: SELECT 'Requisitions'
403: INTO l_dummy
404: FROM po_requisition_lines_all prl,
405: po_system_parameters psp
406: WHERE prl.blanket_po_header_id = p_po_header_id
407: AND prl.org_id <> psp.org_id;
408: