DBA Data[Home] [Help]

APPS.GHR_API dependencies on PQP_FEDHR_USPAY_INT_UTILS

Line 1786: pqp_fedhr_uspay_int_utils.return_new_element_name(

1782: IF (p_element_name = 'Basic Salary Rate'
1783: and (fnd_profile.value('HR_USER_TYPE') = 'INT')) THEN
1784: hr_utility.set_location('PAYROLL User -- BSR -- from asgid-- '||l_proc, 1);
1785: l_new_element_name :=
1786: pqp_fedhr_uspay_int_utils.return_new_element_name(
1787: p_assignment_id => p_assignment_id,
1788: p_business_group_id => ll_bg_id,
1789: p_effective_date => ll_effective_date);
1790: ELSIF (fnd_profile.value('HR_USER_TYPE') <> 'INT'

Line 1794: pqp_fedhr_uspay_int_utils.return_new_element_name(

1790: ELSIF (fnd_profile.value('HR_USER_TYPE') <> 'INT'
1791: or (p_element_name <> 'Basic Salary Rate' and (fnd_profile.value('HR_USER_TYPE') = 'INT'))) THEN
1792: hr_utility.set_location('HR USER or PAYROLL User without BSR element -- from elt name -- '||l_proc, 1);
1793: l_new_element_name :=
1794: pqp_fedhr_uspay_int_utils.return_new_element_name(
1795: p_fedhr_element_name => p_element_name,
1796: p_business_group_id => ll_bg_id,
1797: p_effective_date => ll_effective_date,
1798: p_pay_basis => NULL);