DBA Data[Home] [Help]

APPS.FA_GROUP_RECLASS2_PVT dependencies on FA_RETIREMENT_PVT

Line 1136: if not FA_RETIREMENT_PVT.Check_Terminal_Gain_Loss(

1132: -- Source group is the only potential group requires terminal gain loss
1133: -- calculation.
1134: --
1135: if (nvl(l_src_asset_fin_rec_new.adjustment_required_status, 'NONE') <> 'GADJ') then
1136: if not FA_RETIREMENT_PVT.Check_Terminal_Gain_Loss(
1137: p_trans_rec => px_src_trans_rec,
1138: p_asset_hdr_rec => px_src_asset_hdr_rec,
1139: p_asset_type_rec => p_src_asset_type_rec,
1140: p_asset_fin_rec => l_src_asset_fin_rec_new,

Line 1146: ' FA_RETIREMENT_PVT.Check_Terminal_Gain_Loss', p_log_level_rec);

1142: p_mrc_sob_type_code => p_mrc_sob_type_code,
1143: p_calling_fn => l_calling_fn) then
1144: if (p_log_level_rec.statement_level) then
1145: fa_debug_pkg.add(l_calling_fn, 'Failed Calling',
1146: ' FA_RETIREMENT_PVT.Check_Terminal_Gain_Loss', p_log_level_rec);
1147: end if;
1148: raise grp_rec_err;
1149:
1150: end if;