DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 3851: select jai_cmn_rgm_recording_pkg.get_account

3847: cp_func_curr varchar2,
3848: cp_tax_apportion_factor number,
3849: cp_currency_conversion_rate number
3850: ) is
3851: select jai_cmn_rgm_recording_pkg.get_account
3852: (
3853: cp_regime_id,
3854: cp_organization_type,
3855: cp_organization_id,

Line 3895: group by jai_cmn_rgm_recording_pkg.get_account

3891: AND
3892: jtc.tax_type = 'VALUE ADDED TAX')) /*Bug 14185068 - Added OR clause as Regime Interim Account must be done for VAT Inclusive Tax*/
3893: AND NVL(jtc.reverse_charge_flag,'N')='N' -- added by Qiong for reverse charge bug#16001407
3894: --add by eric for inclusive tax,picking the exclusive tax only
3895: group by jai_cmn_rgm_recording_pkg.get_account
3896: (
3897: cp_regime_id,
3898: cp_organization_type,
3899: cp_organization_id,