DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_DTC_PKG dependencies on PO_HEADERS

Line 321: FROM po_headers ph

317: WHERE AI.invoice_id = cp_inv_id;
318:
319: cursor get_PO_rate(cp_header_id in number) is
320: SELECT rate
321: FROM po_headers ph
322: WHERE ph.po_header_id=cp_header_id;
323:
324: --start additions by vkaranam for bug#13618731
325: cursor get_rcv_rate(cp_rcv_transaction_id in number) is