DBA Data[Home] [Help]

APPS.PAY_NL_EOY_PKG dependencies on HR_NL_ASSIGNMENT_API

Line 1042: hr_nl_assignment_api.update_nl_emp_asg

1038: --hr_utility.trace(hr_general.end_of_time);
1039:
1040: --fnd_file.put_line(fnd_file.log,l_asg_details.assignment_id);
1041: l_soft_coding_keyflex_id := NULL; -- Bug 5763286
1042: hr_nl_assignment_api.update_nl_emp_asg
1043: (p_validate => FALSE
1044: ,p_effective_date => fnd_date.canonical_to_date(p_date)
1045: ,p_person_id => l_asg_details.person_id
1046: ,p_datetrack_update_mode => l_datetrack_update_mode

Line 1183: hr_nl_assignment_api.update_nl_emp_asg

1179:
1180: IF p_assignment_id <> l_assignment.assignment_id and /*4606747*/ nvl(p_override_value,0) <> nvl(fnd_number.canonical_to_number(l_assignment.segment12),0) THEN
1181: hr_utility.set_location('Inside If '||l_assignment.segment12,1200);
1182: l_soft_coding_keyflex_id := NULL; -- Bug 5763286
1183: hr_nl_assignment_api.update_nl_emp_asg
1184: (p_validate => FALSE
1185: ,p_effective_date => p_effective_date
1186: ,p_person_id => p_person_id
1187: ,p_datetrack_update_mode => p_dt_update_mode