DBA Data[Home] [Help]

APPS.BEN_EXT_BNF dependencies on HR_UTILITY

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

16: l_proc varchar2(72) := g_package||'init_detl_globals';
17: --
18: Begin
19: --
20: hr_utility.set_location('Entering'||l_proc, 5);
21: --
22: ben_ext_person.g_bnf_pl_bnf_id := null;
23: ben_ext_person.g_bnf_ssn := null;
24: ben_ext_person.g_bnf_lst_nm := null;

Line 66: hr_utility.set_location('Exiting'||l_proc, 15);

62: ben_ext_person.g_bnf_fax := null;
63: ben_ext_person.g_bnf_mobile := null;
64:
65: --
66: hr_utility.set_location('Exiting'||l_proc, 15);
67: --
68: End init_detl_globals;
69: --
70: -- ----------------------------------------------------------------------------

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

259: ;
260:
261: Begin
262: --
263: hr_utility.set_location('Entering'||l_proc, 5);
264: --
265: init_detl_globals;
266: --
267: FOR bnfcry IN c_bnfcry(p_prtt_enrt_rslt_id) LOOP

Line 301: hr_utility.set_location('Beneficiary id ' || bnfcry.bnf_person_id,178);

297: ben_ext_person.g_bnf_shared_resd_flag := bnfcry.rltd_per_rsds_w_dsgntr_flag;
298: ben_ext_person.g_bnf_pl_bnf_id := bnfcry.pl_bnf_id;
299:
300: --
301: hr_utility.set_location('Beneficiary id ' || bnfcry.bnf_person_id,178);
302: --
303: -- retrieve beneficiary address if required
304: l_relatated_true := 'N' ;
305: if ben_extract.g_ba_csr = 'Y' then

Line 350: hr_utility.set_location('sec_ph'|| ben_ext_person.g_bnf_home_phone,178);

346: fetch ext_related_phone_c into ben_ext_person.g_bnf_home_phone
347: , ben_ext_person.g_bnf_work_phone
348: , ben_ext_person.g_bnf_fax
349: , ben_ext_person.g_bnf_mobile;
350: hr_utility.set_location('sec_ph'|| ben_ext_person.g_bnf_home_phone,178);
351: close ext_related_phone_c;
352: end if ;
353: end if ;
354: --

Line 372: hr_utility.set_location('Exiting'||l_proc, 15);

368: );
369: --
370: END LOOP;
371: --
372: hr_utility.set_location('Exiting'||l_proc, 15);
373: --
374: END; --main
375: --
376: END; -- package