DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CONCURRENT dependencies on IGI_IAC_REVAL_UTILITIES

Line 22: if IGI_IAC_REVAL_UTILITIES.debug then

18: -- Commit if not in debug mode.
19: */
20: procedure do_commit is
21: begin
22: if IGI_IAC_REVAL_UTILITIES.debug then
23: rollback;
24: else
25: commit;
26: end if;

Line 559: IF NOT igi_iac_reval_utilities.synchronize_accounts(p_book_type_code => fp_book_type_code,

555: end loop; -- get the revaluation for preview
556:
557: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'>> failure count '|| l_failure_ct);
558: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'>> success count '|| l_success_ct);
559: IF NOT igi_iac_reval_utilities.synchronize_accounts(p_book_type_code => fp_book_type_code,
560: p_period_counter => fp_period_counter,
561: p_calling_function => 'REVALUATION') THEN
562: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_ACCOUNT_NOT_FOUND');
563: FND_MESSAGE.SET_TOKEN('PROCESS','Revaluation',TRUE);