DBA Data[Home] [Help]

APPS.JAI_AP_MATCH_TAX_PKG dependencies on JAI_RGM_REGISTRATIONS

Line 1012: from JAI_RGM_REGISTRATIONS

1008: where regime_code = cp_regime_code ; /* SERVICE or VAT */
1009:
1010: cursor c_regime_tax_type(cp_regime_id number, cp_tax_type varchar2) is
1011: select attribute_code tax_type
1012: from JAI_RGM_REGISTRATIONS
1013: where regime_id = cp_regime_id
1014: and registration_type = jai_constants.regn_type_tax_types /* TAX_TYPES */
1015: and attribute_code = cp_tax_type;
1016:

Line 6056: from JAI_RGM_REGISTRATIONS

6052: where regime_code = cp_regime_code ; /* SERVICE or VAT */
6053:
6054: cursor c_regime_tax_type(cp_regime_id number, cp_tax_type varchar2) is
6055: select attribute_code tax_type
6056: from JAI_RGM_REGISTRATIONS
6057: where regime_id = cp_regime_id
6058: and registration_type = jai_constants.regn_type_tax_types /* TAX_TYPES */
6059: and attribute_code = cp_tax_type;
6060: