DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_RGM_REGISTRATIONS

Line 1224: from JAI_RGM_REGISTRATIONS

1220: where regime_code = p_regime_code;
1221:
1222: cursor c_is_tax_type_in_regime(cp_regime_id number, cp_tax_type varchar2) is
1223: select attribute_code regime_tax_type
1224: from JAI_RGM_REGISTRATIONS
1225: where regime_id = cp_regime_id
1226: and registration_type = jai_constants.regn_type_tax_types
1227: and attribute_code = cp_tax_type;
1228:

Line 2953: JAI_RGM_REGISTRATIONS jrr

2949: and jrtl.tax_type in
2950: (
2951: select jrr.attribute_code
2952: from JAI_RGM_DEFINITIONS jr,
2953: JAI_RGM_REGISTRATIONS jrr
2954: where jr.regime_id = jrr.regime_id
2955: and jr.regime_code = p_regime_code
2956: and jrr.registration_type = jai_constants.regn_type_tax_types
2957: )