DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 1423: po_requisition_lines_all prl,

1419: prd.gl_encumbered_period_name,
1420: Nvl(prd.prevent_encumbrance_flag,'N'),
1421: prl.blanket_po_header_id
1422: FROM
1423: po_requisition_lines_all prl,
1424: po_req_distributions_all prd
1425: WHERE
1426: NVL(prl.closed_code, 'X') NOT IN ('CANCELLED','FINALLY CLOSED')
1427: AND NVL(prl.cancel_flag, 'N') = 'N'