DBA Data[Home] [Help]

APPS.JAI_AP_ST_REVERSE_PROCESS dependencies on JAI_PO_TAXES

Line 3273: JAI_PO_TAXES jpt

3269: , NVL(jcta.inclusive_tax_flag,'N') inc_tax_flag --Added by Eric for Inclusive Tax
3270: ,nvl(jcta.vat_flag,'N') VAT_FLAG
3271: ,nvl(jcta.adhoc_flag,'N') adhoc_flag
3272: FROM
3273: JAI_PO_TAXES jpt
3274: , JAI_CMN_TAXES_ALL jcta --Added by Eric for Inclusive Tax
3275: -- WHERE line_focus_id = focus_id
3276: WHERE line_location_id = p_line_location_id -- 3096578
3277: AND NVL(UPPER(jpt.tax_type), 'A')

Line 5576: jai_po_taxes jpt

5572: , jpt.tax_type
5573: , jpt.tax_line_no
5574: , NVL(jcta.inclusive_tax_flag,'N') inc_tax_flag
5575: FROM
5576: jai_po_taxes jpt
5577: , jai_cmn_taxes_all jcta
5578: WHERE jpt.line_location_id = p_line_location_id
5579: AND jcta.tax_id = jpt.tax_id
5580: AND NVL(upper(jpt.tax_type), 'A') NOT IN ('TDS',