DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_PKG dependencies on PO_HEADERS

Line 1188: FROM po_headers ph

1184: WHERE AI.invoice_id = cp_inv_id;
1185:
1186: cursor get_PO_rate(cp_header_id in number) is
1187: SELECT rate
1188: FROM po_headers ph
1189: WHERE ph.po_header_id=cp_header_id;
1190:
1191: --start additions by vkaranam for bug#13618731
1192: cursor get_rcv_rate(cp_rcv_transaction_id in number) is