DBA Data[Home] [Help]

APPS.PAY_NL_EOY_PKG dependencies on HR_NL_ASSIGNMENT_API

Line 1148: hr_nl_assignment_api.update_nl_emp_asg

1144: --hr_utility.trace(hr_general.end_of_time);
1145:
1146: --fnd_file.put_line(fnd_file.log,l_asg_details.assignment_id);
1147: l_soft_coding_keyflex_id := NULL; -- Bug 5763286
1148: hr_nl_assignment_api.update_nl_emp_asg
1149: (p_validate => FALSE
1150: --,p_effective_date => fnd_date.canonical_to_date(p_date) --12322620
1151: ,p_effective_date => l_asg_st_date --12322620
1152: ,p_person_id => l_asg_details.person_id

Line 1326: hr_nl_assignment_api.update_nl_emp_asg

1322:
1323: 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
1324: hr_utility.set_location('Inside If '||l_assignment.segment12,1200);
1325: l_soft_coding_keyflex_id := NULL; -- Bug 5763286
1326: hr_nl_assignment_api.update_nl_emp_asg
1327: (p_validate => FALSE
1328: ,p_effective_date => p_effective_date
1329: ,p_person_id => p_person_id
1330: ,p_datetrack_update_mode => p_dt_update_mode