DBA Data[Home] [Help]

APPS.JAI_AP_RPT_PRRG_PKG dependencies on JAI_PO_TAXES

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

215: p_po_distribution_id number,
216: p_rcv_transaction_id number
217: ) is
218: select A.tax_id, upper(A.tax_type) tax_type, A.currency, A.tax_amount
219: from JAI_PO_TAXES A, JAI_CMN_TAXES_ALL B -- Added by Kevin Cheng for Inclusive Tax
220: where (A.po_header_id, A.po_line_id, A.line_location_id)
221: in
222: (select po_header_id, po_line_id, line_location_id
223: from po_distributions_all