DBA Data[Home] [Help]

APPS.BEN_CWB_UTILS dependencies on HR_UTILITY

Line 450: --hr_utility.set_location(' Leaving:'||l_proc, 80);

446: -- when validation only mode is being used.)
447: --
448: p_benefit_action_id := null;
449: p_object_version_number := null;
450: --hr_utility.set_location(' Leaving:'||l_proc, 80);
451: --
452: when others then
453: --
454: -- A validation or unexpected error has occured

Line 2181: hr_utility.set_location('Entering populate_person_rates_rec. p_ws_sub_acty_typ_cd='||p_ws_sub_acty_typ_cd,10);

2177:
2178:
2179: l_lf_evt_ocrd_dt date;
2180: begin
2181: hr_utility.set_location('Entering populate_person_rates_rec. p_ws_sub_acty_typ_cd='||p_ws_sub_acty_typ_cd,10);
2182: -- if (p_ws_sub_acty_typ_cd ='ICM7') then -- Salary Plan
2183: hr_utility.set_location('p_new_or_prior='||p_ws_sub_acty_typ_cd,10);
2184: if (p_new_or_prior ='NEW') then
2185:

Line 2183: hr_utility.set_location('p_new_or_prior='||p_ws_sub_acty_typ_cd,10);

2179: l_lf_evt_ocrd_dt date;
2180: begin
2181: hr_utility.set_location('Entering populate_person_rates_rec. p_ws_sub_acty_typ_cd='||p_ws_sub_acty_typ_cd,10);
2182: -- if (p_ws_sub_acty_typ_cd ='ICM7') then -- Salary Plan
2183: hr_utility.set_location('p_new_or_prior='||p_ws_sub_acty_typ_cd,10);
2184: if (p_new_or_prior ='NEW') then
2185:
2186: g_person_rates_rec := null;
2187: open c_person_rates (p_lf_evt_ocrd_dt);