DBA Data[Home] [Help]

APPS.GHR_PER_SUM dependencies on HR_UTILITY

Line 565: hr_utility.set_location('PAYROLL User -- BSR -- from asgid-- ', 1);

561: ----
562:
563: IF (p_element_name = 'Basic Salary Rate'
564: and (fnd_profile.value('HR_USER_TYPE') = 'INT')) THEN
565: hr_utility.set_location('PAYROLL User -- BSR -- from asgid-- ', 1);
566: l_new_element_name :=
567: pqp_fedhr_uspay_int_utils.return_new_element_name(
568: p_assignment_id => p_assignment_id,
569: p_business_group_id => p_business_group_id, -- Bug 4016362

Line 577: hr_utility.set_location('HR USER or PAYROLL User without BSR element -- from elt name -- ', 1);

573:
574: /* ELSIF (fnd_profile.value('HR_USER_TYPE') <> 'INT'
575: or (p_element_name <> 'Basic Salary Rate' and (fnd_profile.value('HR_USER_TYPE') = 'INT'))) THEN*/
576: ELSE -- Bug 4016362
577: hr_utility.set_location('HR USER or PAYROLL User without BSR element -- from elt name -- ', 1);
578: l_new_element_name :=
579: pqp_fedhr_uspay_int_utils.return_new_element_name(
580: p_fedhr_element_name => p_element_name,
581: p_business_group_id => p_business_group_id, -- Bug 4016362