DBA Data[Home] [Help]

APPS.GHR_HISTORY_FETCH dependencies on PQP_FEDHR_USPAY_INT_UTILS

Line 1977: pqp_fedhr_uspay_int_utils.return_new_element_name(

1973: IF (p_element_name = 'Basic Salary Rate'
1974: and (fnd_profile.value('HR_USER_TYPE') = 'INT')) THEN
1975: hr_utility.set_location('PAYROLL User -- BSR -- from asgid-- ' || l_proc, 5);
1976: l_new_element_name :=
1977: pqp_fedhr_uspay_int_utils.return_new_element_name(
1978: p_assignment_id => p_assignment_id,
1979: p_business_group_id => ll_bg_id,
1980: p_effective_date => ll_effective_date);
1981: ELSIF (fnd_profile.value('HR_USER_TYPE') <> 'INT'

Line 1985: pqp_fedhr_uspay_int_utils.return_new_element_name(

1981: ELSIF (fnd_profile.value('HR_USER_TYPE') <> 'INT'
1982: or (p_element_name <> 'Basic Salary Rate' and (fnd_profile.value('HR_USER_TYPE') = 'INT'))) THEN
1983: hr_utility.set_location('HR USER or PAYROLL User without BSR element -- from elt name -- ' || l_proc, 5);
1984: l_new_element_name :=
1985: pqp_fedhr_uspay_int_utils.return_new_element_name(
1986: p_fedhr_element_name => p_element_name,
1987: p_business_group_id => ll_bg_id,
1988: p_effective_date => ll_effective_date,
1989: p_pay_basis => NULL);

Line 2190: pqp_fedhr_uspay_int_utils.return_new_element_name(

2186: IF (p_element_name = 'Basic Salary Rate'
2187: and (fnd_profile.value('HR_USER_TYPE') = 'INT')) THEN
2188: hr_utility.set_location('PAYROLL User -- BSR -- from asgid-- '||l_proc, 1);
2189: l_new_element_name :=
2190: pqp_fedhr_uspay_int_utils.return_new_element_name(
2191: p_assignment_id => p_assignment_id,
2192: p_business_group_id => ll_bg_id,
2193: p_effective_date => ll_effective_date);
2194: ELSIF (fnd_profile.value('HR_USER_TYPE') <> 'INT'

Line 2198: pqp_fedhr_uspay_int_utils.return_new_element_name(

2194: ELSIF (fnd_profile.value('HR_USER_TYPE') <> 'INT'
2195: or (p_element_name <> 'Basic Salary Rate' and (fnd_profile.value('HR_USER_TYPE') = 'INT'))) THEN
2196: hr_utility.set_location('HR USER or PAYROLL User without BSR element -- from elt name -- '||l_proc, 1);
2197: l_new_element_name :=
2198: pqp_fedhr_uspay_int_utils.return_new_element_name(
2199: p_fedhr_element_name => p_element_name,
2200: p_business_group_id => ll_bg_id,
2201: p_effective_date => ll_effective_date,
2202: p_pay_basis => NULL);