DBA Data[Home] [Help]

APPS.JAI_AP_RPT_PRRG_PKG dependencies on JAI_PO_TAXES

Line 224: from JAI_PO_TAXES A, JAI_CMN_TAXES_ALL B -- Added by Kevin Cheng for Inclusive Tax

220: p_po_distribution_id number,
221: p_rcv_transaction_id number
222: ) is
223: select A.tax_id, upper(A.tax_type) tax_type, A.currency, A.tax_amount
224: from JAI_PO_TAXES A, JAI_CMN_TAXES_ALL B -- Added by Kevin Cheng for Inclusive Tax
225: where (A.po_header_id, A.po_line_id, A.line_location_id)
226: in
227: (select po_header_id, po_line_id, line_location_id
228: from po_distributions_all