DBA Data[Home] [Help]

APPS.JAI_AP_MATCH_TAX_PKG dependencies on JAI_RGM_REGISTRATIONS

Line 1329: from JAI_RGM_REGISTRATIONS

1325: where regime_code = cp_regime_code ; /* SERVICE or VAT */
1326:
1327: cursor c_regime_tax_type(cp_regime_id number, cp_tax_type varchar2) is
1328: select attribute_code tax_type
1329: from JAI_RGM_REGISTRATIONS
1330: where regime_id = cp_regime_id
1331: and registration_type = jai_constants.regn_type_tax_types /* TAX_TYPES */
1332: and attribute_code = cp_tax_type;
1333:

Line 7607: from JAI_RGM_REGISTRATIONS

7603: where regime_code = cp_regime_code ; /* SERVICE or VAT */
7604:
7605: cursor c_regime_tax_type(cp_regime_id number, cp_tax_type varchar2) is
7606: select attribute_code tax_type
7607: from JAI_RGM_REGISTRATIONS
7608: where regime_id = cp_regime_id
7609: and registration_type = jai_constants.regn_type_tax_types /* TAX_TYPES */
7610: and attribute_code = cp_tax_type;
7611: