DBA Data[Home] [Help]

APPS.IGI_IAC_EXTRACT_PKG dependencies on IGI_IAC_DEBUG_PKG

Line 113: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

109: v_counter number := 0;
110:
111: BEGIN
112: l_path_name := g_path || l_procedure_name;
113: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
114: p_full_path => l_path_name,
115: p_string => 'extract_revaluation....Welcome... ');
116:
117: for i in all_events loop

Line 266: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

262: select * from FA_XLA_EXT_LINES_B_GT;*/
263: --Debug
264:
265:
266: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
267: p_full_path => l_path_name,
268: p_string => 'extract_revaluations....Bye... ');
269:
270:

Line 343: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

339:
340:
341: BEGIN
342: l_path_name := g_path || l_procedure_name;
343: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
344: p_full_path => l_path_name,
345: p_string => 'extract_transactions....Welcome... ');
346: --Extract IAC reference lines object
347: for i in all_events loop

Line 535: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

531: INSERT INTO FA_XLA_EXT_LINES_B_GT_tmp
532: select * from FA_XLA_EXT_LINES_B_GT;*/
533: --Debug
534:
535: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
536: p_full_path => l_path_name,
537: p_string => 'extract_transactions....Bye... ');
538:
539: END extract_transactions;

Line 553: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

549: select * from igi_iac_xla_lines_gt;
550:
551: BEGIN
552: l_path_name := g_path || l_procedure_name;
553: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
554: p_full_path => l_path_name,
555: p_string => 'extract_transactions....Welcome... ');
556: --Extract IAC reference lines object
557: insert into igi_iac_xla_lines_gt (

Line 668: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

664: INSERT INTO FA_XLA_EXT_LINES_B_GT_tmp
665: select * from FA_XLA_EXT_LINES_B_GT;*/
666: --Debug
667:
668: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
669: p_full_path => l_path_name,
670: p_string => 'extract_transactions....Bye... ');
671:
672: END extract_deprn;