DBA Data[Home] [Help]

APPS.JAI_AP_OI_PROCESSING_PKG dependencies on JAI_PO_TAXES

Line 92: from JAI_PO_TAXES

88: and rt.transaction_id = cp_trx_id;
89:
90: cursor c_po_tax_line(cp_po_header_id number, cp_po_line_id number, cp_line_loc_id number, cp_tax_id number) is
91: select tax_rate, uom, qty_rate
92: from JAI_PO_TAXES
93: where line_location_id = cp_line_loc_id
94: and po_header_id = cp_po_header_id
95: and po_line_id = cp_po_line_id
96: and tax_id = cp_tax_id;