[Home] [Help]
2595:
2596: -- If records were found that need processing,
2597: -- call the next procedure to process these
2598: -- Transaction handling is done within this procedure
2599: igs_he_extract2_pkg.process_temp_table
2600: (p_extract_run_id => p_extract_run_id,
2601: p_module_called_from => p_module_called_from,
2602: p_new_run_flag => p_new_run_flag);
2603: ELSE