DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on HR_MISC_WEB

Line 4052: l_legislation_code := hr_misc_web.get_legislation_code

4048: -- IF payroll is installed and the payroll_id is null, we need to issue an
4049: -- error message when a salary basis is changed because we cannot derive the
4050: -- mid pay period which needs the payroll_id to access the per_time_periods
4051: -- table.
4052: l_legislation_code := hr_misc_web.get_legislation_code
4053: (p_assignment_id => l_assignment_id);
4054:
4055: if (p_pay_basis_id = hr_api.g_number) then
4056: l_assignment_rec.pay_basis_id :=

Line 6515: l_legislation_code := hr_misc_web.get_legislation_code

6511: -- process_api. The default values should not be set when called by
6512: -- process_api because the default values are already in transation table.
6513: -- if p_soft_coding_keyflex_id is null, then it must be a new hire or
6514: -- applicant hire.
6515: l_legislation_code := hr_misc_web.get_legislation_code
6516: (p_assignment_id => p_assignment_id,
6517: p_effective_date => l_effective_date);
6518: l_new_hire_default := fnd_profile.value('HR_SSHR_NEW_HIRE_DEFAULTS');
6519:

Line 6943: -- if hr_misc_web.get_legislation_code(p_assignment_id=>p_assignment_id) = 'US'

6939: );*/
6940: l_validate:=TRUE;
6941: end if;
6942: end if;
6943: -- if hr_misc_web.get_legislation_code(p_assignment_id=>p_assignment_id) = 'US'
6944: -- then
6945: --
6946: -- look to see if the wc code has changed
6947: --