DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_RGM_REGISTRATIONS

Line 1391: from JAI_RGM_REGISTRATIONS

1387: where regime_code = p_regime_code;
1388:
1389: cursor c_is_tax_type_in_regime(cp_regime_id number, cp_tax_type varchar2) is
1390: select attribute_code regime_tax_type
1391: from JAI_RGM_REGISTRATIONS
1392: where regime_id = cp_regime_id
1393: and registration_type = jai_constants.regn_type_tax_types
1394: and attribute_code = cp_tax_type;
1395:

Line 3884: JAI_RGM_REGISTRATIONS jrr

3880: and jrtl.tax_type in
3881: (
3882: select jrr.attribute_code
3883: from JAI_RGM_DEFINITIONS jr,
3884: JAI_RGM_REGISTRATIONS jrr
3885: where jr.regime_id = jrr.regime_id
3886: and jr.regime_code = p_regime_code
3887: and jrr.registration_type = jai_constants.regn_type_tax_types
3888: )