DBA Data[Home] [Help]

APPS.BEN_PLN_CACHE dependencies on HR_UTILITY

Line 310: -- hr_utility.set_location (l_proc||' Entering ',10);

306: order by ctp.ordr_num ,plp.ordr_num;
307: --
308: begin
309: --
310: -- hr_utility.set_location (l_proc||' Entering ',10);
311: --
312: l_row_num := 0;
313: --
314: if p_pl_id is null

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

356: end loop;
357: --
358: end if;
359: --
360: -- hr_utility.set_location (l_proc||' Leaving ',10);
361: exception
362: when others then
363: hr_utility.set_location (l_proc||' Leaving Others Exc ',100);
364: raise;

Line 363: hr_utility.set_location (l_proc||' Leaving Others Exc ',100);

359: --
360: -- hr_utility.set_location (l_proc||' Leaving ',10);
361: exception
362: when others then
363: hr_utility.set_location (l_proc||' Leaving Others Exc ',100);
364: raise;
365: end bgpcpp_getdets;
366: --
367: procedure clear_down_cache is