DBA Data[Home] [Help]

APPS.JAI_PA_COSTING_PKG dependencies on JAI_PO_TAXES

Line 305: from JAI_PO_TAXES a, JAI_CMN_TAXES_ALL b

301: a.tax_amount * decode( nvl(a.modvat_flag, 'N'), 'N', 1,(1- nvl(b.mod_cr_percentage,0)/100))
302: )
303: ),0) transaction_tax_amount
304: into ln_func_nonreco_tax_amt, ln_trx_nonreco_tax_amt
305: from JAI_PO_TAXES a, JAI_CMN_TAXES_ALL b
306: where a.tax_id = b.tax_id
307: and (
308: ( pn_transaction_dist_id is not null and a.line_location_id = r_get_po_dist_dtl.line_location_id )
309: or ( pn_transaction_dist_id is null and a.po_header_id = pn_transaction_header_id)

Line 329: jai_po_taxes a

325: INTO
326: ln_func_inclu_reco_tax_amt
327: , ln_trx_inclu_reco_tax_amt
328: FROM
329: jai_po_taxes a
330: , jai_cmn_taxes_all b
331: WHERE a.tax_id = b.tax_id
332: AND NVL(b.inclusive_tax_flag, 'N') = 'Y'
333: AND ( ( pn_transaction_dist_id IS NOT NULL