DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on HR_MISC_WEB

Line 4156: l_legislation_code := hr_misc_web.get_legislation_code

4152: -- IF payroll is installed and the payroll_id is null, we need to issue an
4153: -- error message when a salary basis is changed because we cannot derive the
4154: -- mid pay period which needs the payroll_id to access the per_time_periods
4155: -- table.
4156: l_legislation_code := hr_misc_web.get_legislation_code
4157: (p_assignment_id => l_assignment_id);
4158:
4159: if (p_pay_basis_id = hr_api.g_number) then
4160: l_assignment_rec.pay_basis_id :=

Line 6863: l_legislation_code := hr_misc_web.get_legislation_code

6859: -- process_api. The default values should not be set when called by
6860: -- process_api because the default values are already in transation table.
6861: -- if p_soft_coding_keyflex_id is null, then it must be a new hire or
6862: -- applicant hire.
6863: l_legislation_code := hr_misc_web.get_legislation_code
6864: (p_assignment_id => p_assignment_id,
6865: p_effective_date => l_effective_date);
6866: l_new_hire_default := fnd_profile.value('HR_SSHR_NEW_HIRE_DEFAULTS');
6867:

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

7345: );*/
7346: l_validate:=TRUE;
7347: end if;
7348: end if;
7349: -- if hr_misc_web.get_legislation_code(p_assignment_id=>p_assignment_id) = 'US'
7350: -- then
7351: --
7352: -- look to see if the wc code has changed
7353: --