DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on HR_PUMP_BATCH_LINES

Line 2591: from hr_pump_batch_lines

2587: cursor csr_dp_exception(cp_patch_header_id in number) IS
2588: select exception_text
2589: from hr_pump_batch_exceptions
2590: where source_id in ( select batch_line_id
2591: from hr_pump_batch_lines
2592: where batch_id = cp_patch_header_id);
2593:
2594: BEGIN
2595: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 2637: from hr_pump_batch_lines

2633: cursor csr_dp_exception(cp_patch_header_id in number) IS
2634: select exception_text
2635: from hr_pump_batch_exceptions
2636: where source_id in ( select batch_line_id
2637: from hr_pump_batch_lines
2638: where batch_id = cp_patch_header_id);
2639: BEGIN
2640: hr_utility.set_location('Entering:'|| l_proc, 10);
2641: