DBA Data[Home] [Help]

APPS.JAI_RCV_DELIVER_RTR_PKG dependencies on JAI_RGM_DEFINITIONS

Line 705: AND rtl.tax_type NOT IN (select attribute_code from JAI_RGM_REGISTRATIONS aa, JAI_RGM_DEFINITIONS bb

701: jai_constants.tax_type_sh_exc_edu_cess,jai_constants.tax_type_sh_cvd_edu_cess) -- added by csahoo for bug#5989740
702: -- following condition added by Vijay Shankar for Bug#4068823. Service Tax Enhancement
703: -- this is added to Stop Recovery Service Tax Accounting, as this will be done during RECEIVE trx or
704: -- during Payables Invoice/Payment depending on transaction parameters
705: AND rtl.tax_type NOT IN (select attribute_code from JAI_RGM_REGISTRATIONS aa, JAI_RGM_DEFINITIONS bb
706: where aa.regime_id = bb.regime_id
707: /* vat_regime is included in the following clause by Vijay Shankar for Bug#4250236(4245089). VAT Impl. */
708: and bb.regime_code IN (jai_constants.service_regime, jai_constants.vat_regime)
709: and aa.registration_type = jai_constants.regn_type_tax_types )