DBA Data[Home] [Help]

APPS.GHR_SS_VIEWS_PKG dependencies on PQP_FEDHR_USPAY_INT_UTILS

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

323:
324: -- Initialization
325: l_proc := g_package||'retrieve_element_curr_code';
326:
327: ---- pqp_fedhr_uspay_int_utils.return_new_element_name is called to get the new element name
328:
329: ---- For all elements in HR User old function will fetch the same name.
330: ---- because of is_script will be FALSE
331: ----

Line 341: pqp_fedhr_uspay_int_utils.return_new_element_name(

337: IF (p_element_name = 'Basic Salary Rate'
338: and (fnd_profile.value('HR_USER_TYPE') = 'INT')) THEN
339: hr_utility.set_location('PAYROLL User -- BSR -- from asgid-- '||l_proc, 1);
340: l_new_element_name :=
341: pqp_fedhr_uspay_int_utils.return_new_element_name(
342: p_assignment_id => p_assignment_id,
343: p_business_group_id => p_business_group_id,
344: p_effective_date => p_effective_date);
345:

Line 349: pqp_fedhr_uspay_int_utils.return_new_element_name(

345:
346: ELSE
347: hr_utility.set_location('HR USER or PAYROLL User without BSR element -- from elt name -- '||l_proc, 1);
348: l_new_element_name :=
349: pqp_fedhr_uspay_int_utils.return_new_element_name(
350: p_fedhr_element_name => p_element_name,
351: p_business_group_id => p_business_group_id,
352: p_effective_date => p_effective_date,
353: p_pay_basis => NULL);

Line 433: AND UPPER(pqp_fedhr_uspay_int_utils.return_old_element_name

429: AND eef.effective_start_date <= l_effective_date
430: AND elt.element_type_id = eef.element_type_id
431: AND eef.effective_start_date BETWEEN elt.effective_start_date
432: AND elt.effective_end_date
433: AND UPPER(pqp_fedhr_uspay_int_utils.return_old_element_name
434: (elt.element_name,
435: elt.business_group_id,
436: eef.effective_start_date)) = 'FEDERAL AWARDS' ;
437:

Line 484: AND UPPER(pqp_fedhr_uspay_int_utils.return_old_element_name

480: AND eef.effective_start_date <= l_effective_date
481: AND elt.element_type_id = eef.element_type_id
482: AND eef.effective_start_date BETWEEN elt.effective_start_date
483: AND elt.effective_end_date
484: AND UPPER(pqp_fedhr_uspay_int_utils.return_old_element_name
485: (elt.element_name,
486: elt.business_group_id,
487: eef.effective_start_date)) IN ('RELOCATION BONUS',
488: 'RECRUITMENT BONUS' );

Line 869: pqp_fedhr_uspay_int_utils.return_new_element_name(

865: p_effective_date :=l_assignement_start_date.effective_start_date;
866: p_assignment_id := l_assignement_start_date.assignment_id;
867: END LOOP;
868: l_new_element_name :=
869: pqp_fedhr_uspay_int_utils.return_new_element_name(
870: p_fedhr_element_name => p_element_name,
871: p_business_group_id => p_business_group_id,
872: p_effective_date => p_effective_date,
873: p_pay_basis => NULL);