DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CONCURRENT dependencies on IGI_IAC_XLA_EVENTS_PKG

Line 305: If IGI_IAC_XLA_EVENTS_PKG.create_revaluation_event(l_reval.revaluation_id,l_event_id) then

301: Following code will create SLA event and stamp it in revaluation and adjustment tables*/
302:
303: IF l_failure_ct = 0 then
304: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Calling event capture routine');
305: If IGI_IAC_XLA_EVENTS_PKG.create_revaluation_event(l_reval.revaluation_id,l_event_id) then
306: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Event created successfully, Event_id = ' ||l_event_id);
307: else
308: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Event creation failed');
309: l_failure_ct := l_failure_ct + 1;

Line 352: If IGI_IAC_XLA_EVENTS_PKG.delete_revaluation_event(l_reval.revaluation_id) then

348: if l_failure_ct = 0 and l_success_ct > 0 then
349: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Revaluation is complete...');
350: else
351: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Calling event deletion routine');
352: If IGI_IAC_XLA_EVENTS_PKG.delete_revaluation_event(l_reval.revaluation_id) then
353: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Event deleted successfully');
354: else
355: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Event deletion failed');
356: end if;