DBA Data[Home] [Help]

APPS.GHR_PER_SUM dependencies on FND_PROFILE

Line 564: and (fnd_profile.value('HR_USER_TYPE') = 'INT')) THEN

560: ---- for BSR a new function which will fetch from assignmnet id.
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,

Line 574: /* ELSIF (fnd_profile.value('HR_USER_TYPE') <> 'INT'

570: p_effective_date => ll_effective_date);
571:
572: -- Bug 4016362 : Commented this ELSEIF condition as the condition in IF and ELSIF clauses are mutually exclusive.
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 :=

Line 575: or (p_element_name <> 'Basic Salary Rate' and (fnd_profile.value('HR_USER_TYPE') = 'INT'))) THEN*/

571:
572: -- Bug 4016362 : Commented this ELSEIF condition as the condition in IF and ELSIF clauses are mutually exclusive.
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(