DBA Data[Home] [Help]

APPS.JAI_RCV_DELIVER_RTR_PKG dependencies on JAI_RGM_REGISTRATIONS

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

796:
797: -- following condition added by Vijay Shankar for Bug#4068823. Service Tax Enhancement
798: -- this is added to Stop Recovery Service Tax Accounting, as this will be done during RECEIVE trx or
799: -- during Payables Invoice/Payment depending on transaction parameters
800: AND rtl.tax_type NOT IN (select attribute_code from JAI_RGM_REGISTRATIONS aa, JAI_RGM_DEFINITIONS bb
801: where aa.regime_id = bb.regime_id
802: /* vat_regime is included in the following clause by Vijay Shankar for Bug#4250236(4245089). VAT Impl. */
803: and bb.regime_code IN (jai_constants.service_regime, jai_constants.vat_regime)
804: and aa.registration_type = jai_constants.regn_type_tax_types )