DBA Data[Home] [Help]

APPS.GHR_SS_VIEWS_PKG dependencies on PQP_FEDHR_USPAY_INT_UTILS

Line 302: ---- pqp_fedhr_uspay_int_utils.return_new_element_name is called to get the new element name

298:
299: -- Initialization
300: l_proc := g_package||'retrieve_element_curr_code';
301:
302: ---- pqp_fedhr_uspay_int_utils.return_new_element_name is called to get the new element name
303:
304: ---- For all elements in HR User old function will fetch the same name.
305: ---- because of is_script will be FALSE
306: ----

Line 316: pqp_fedhr_uspay_int_utils.return_new_element_name(

312: IF (p_element_name = 'Basic Salary Rate'
313: and (fnd_profile.value('HR_USER_TYPE') = 'INT')) THEN
314: hr_utility.set_location('PAYROLL User -- BSR -- from asgid-- '||l_proc, 1);
315: l_new_element_name :=
316: pqp_fedhr_uspay_int_utils.return_new_element_name(
317: p_assignment_id => p_assignment_id,
318: p_business_group_id => p_business_group_id,
319: p_effective_date => p_effective_date);
320:

Line 324: pqp_fedhr_uspay_int_utils.return_new_element_name(

320:
321: ELSE
322: hr_utility.set_location('HR USER or PAYROLL User without BSR element -- from elt name -- '||l_proc, 1);
323: l_new_element_name :=
324: pqp_fedhr_uspay_int_utils.return_new_element_name(
325: p_fedhr_element_name => p_element_name,
326: p_business_group_id => p_business_group_id,
327: p_effective_date => p_effective_date,
328: p_pay_basis => NULL);

Line 408: AND UPPER(pqp_fedhr_uspay_int_utils.return_old_element_name

404: AND eef.effective_start_date <= l_effective_date
405: AND elt.element_type_id = eef.element_type_id
406: AND eef.effective_start_date BETWEEN elt.effective_start_date
407: AND elt.effective_end_date
408: AND UPPER(pqp_fedhr_uspay_int_utils.return_old_element_name
409: (elt.element_name,
410: elt.business_group_id,
411: eef.effective_start_date)) = 'FEDERAL AWARDS' ;
412:

Line 459: AND UPPER(pqp_fedhr_uspay_int_utils.return_old_element_name

455: AND eef.effective_start_date <= l_effective_date
456: AND elt.element_type_id = eef.element_type_id
457: AND eef.effective_start_date BETWEEN elt.effective_start_date
458: AND elt.effective_end_date
459: AND UPPER(pqp_fedhr_uspay_int_utils.return_old_element_name
460: (elt.element_name,
461: elt.business_group_id,
462: eef.effective_start_date)) IN ('RELOCATION BONUS',
463: 'RECRUITMENT BONUS' );