DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_COPY_PROCESS dependencies on HR_UTILITY

Line 7: g_debug boolean := hr_utility.debug_enabled;

3: --
4: -- Global Variable Declaration
5: --
6: g_package VARCHAR2 (80) := 'ben_plan_design_copy_process';
7: g_debug boolean := hr_utility.debug_enabled;
8: --
9: --
10: -- ----------------------------------------------------------------------------
11: -- |---------------------------< create_process_log >-------------------------|

Line 224: hr_utility.set_location ('Entering ' || l_proc, 5);

220:
221: --
222: BEGIN
223: --
224: hr_utility.set_location ('Entering ' || l_proc, 5);
225: hr_utility.set_location ('Entering process package', 5);
226: --
227: SAVEPOINT plan_design_copy_process;
228: --

Line 225: hr_utility.set_location ('Entering process package', 5);

221: --
222: BEGIN
223: --
224: hr_utility.set_location ('Entering ' || l_proc, 5);
225: hr_utility.set_location ('Entering process package', 5);
226: --
227: SAVEPOINT plan_design_copy_process;
228: --
229: --Added for Bug 6881417

Line 286: hr_utility.set_location('After preProcessor: '||l_proc,10);

282: P_exception => l_exception
283: );
284:
285: ---- Copied portion from pdw_submit_copy_request in bepdwapi.pkb ----
286: hr_utility.set_location('After preProcessor: '||l_proc,10);
287: -- write the table_route_id
288: ben_plan_design_wizard_api.write_route_and_hierarchy(p_copy_entity_txn_id);
289: -- this is for making the number of copies 0 for those rows falling outside of effective date
290: ben_plan_design_wizard_api.update_result_rows(p_copy_entity_txn_id);

Line 350: hr_utility.set_location('Leaving: '||l_proc,20);

346: -- p_validate is true
347: if p_validate = 1 then
348: raise hr_API.validate_enabled;
349: end if;
350: hr_utility.set_location('Leaving: '||l_proc,20);
351: EXCEPTION
352: when hr_API.validate_enabled then
353: ROLLBACK TO SUBMIT_REQUEST;
354: when app_exception.application_exception then

Line 396: hr_utility.set_location ('Leaving ' || l_proc, 10);

392: --Added for Bug 6881417
393: ben_abr_bus.g_ssben_call:=false;
394: ben_abr_bus.g_ssben_var := '';
395: --
396: hr_utility.set_location ('Leaving ' || l_proc, 10);
397: --
398: EXCEPTION
399: --
400: WHEN OTHERS