DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on PO_HEADERS_ALL

Line 2278: FROM po_headers_all

2274: ) IS
2275:
2276: CURSOR c_po_header(cp_po_header_id IN NUMBER) IS
2277: SELECT po_header_id, creation_date
2278: FROM po_headers_all
2279: WHERE po_header_id = cp_po_header_id;
2280:
2281: r_trx c_trx%ROWTYPE;
2282: r_base_trx c_base_trx%ROWTYPE;