DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 2920: select jai_cmn_rgm_recording_pkg.get_account

2916: cp_func_curr varchar2,
2917: cp_tax_apportion_factor number,
2918: cp_currency_conversion_rate number
2919: ) is
2920: select jai_cmn_rgm_recording_pkg.get_account
2921: (
2922: cp_regime_id,
2923: cp_organization_type,
2924: cp_organization_id,

Line 2959: group by jai_cmn_rgm_recording_pkg.get_account

2955: and jr.regime_code = p_regime_code
2956: and jrr.registration_type = jai_constants.regn_type_tax_types
2957: )
2958: AND NVL(jtc.inclusive_tax_flag,'N')='N' --add by eric for inclusive tax,picking the exclusive tax only
2959: group by jai_cmn_rgm_recording_pkg.get_account
2960: (
2961: cp_regime_id,
2962: cp_organization_type,
2963: cp_organization_id,