DBA Data[Home] [Help]

APPS.BEN_CWB_UTILS dependencies on HR_UTILITY

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

1670:
1671:
1672: l_lf_evt_ocrd_dt date;
1673: begin
1674: hr_utility.set_location('Entering populate_person_rates_rec. p_ws_sub_acty_typ_cd='||p_ws_sub_acty_typ_cd,10);
1675: -- if (p_ws_sub_acty_typ_cd ='ICM7') then -- Salary Plan
1676: hr_utility.set_location('p_new_or_prior='||p_ws_sub_acty_typ_cd,10);
1677: if (p_new_or_prior ='NEW') then
1678:

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

1672: l_lf_evt_ocrd_dt date;
1673: begin
1674: hr_utility.set_location('Entering populate_person_rates_rec. p_ws_sub_acty_typ_cd='||p_ws_sub_acty_typ_cd,10);
1675: -- if (p_ws_sub_acty_typ_cd ='ICM7') then -- Salary Plan
1676: hr_utility.set_location('p_new_or_prior='||p_ws_sub_acty_typ_cd,10);
1677: if (p_new_or_prior ='NEW') then
1678:
1679: g_person_rates_rec := null;
1680: open c_person_rates (p_lf_evt_ocrd_dt);