DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on PO_HEADERS_ALL

Line 2069: FROM po_headers_all

2065: ) IS
2066:
2067: CURSOR c_po_header(cp_po_header_id IN NUMBER) IS
2068: SELECT po_header_id, creation_date
2069: FROM po_headers_all
2070: WHERE po_header_id = cp_po_header_id;
2071:
2072: r_trx c_trx%ROWTYPE;
2073: r_base_trx c_base_trx%ROWTYPE;