DBA Data[Home] [Help]

APPS.PAY_NL_EOY_PKG dependencies on FND_FILE

Line 1040: --fnd_file.put_line(fnd_file.log,l_asg_details.assignment_id);

1036: --hr_utility.trace(l_asg_details.effective_end_date);
1037: --hr_utility.trace(fnd_date.canonical_to_date(p_date));
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)

Line 1067: fnd_file.put_line(fnd_file.log,HR_UTILITY.get_message);

1063: Exception
1064: WHEN others THEN
1065: hr_utility.set_message(800,'FFU10_GENERAL_ORACLE_ERROR');
1066: hr_utility.set_message_token('2',substr(sqlerrm,1,200));
1067: fnd_file.put_line(fnd_file.log,HR_UTILITY.get_message);
1068: hr_utility.raise_error;
1069: end;
1070: end loop;
1071: