DBA Data[Home] [Help]

APPS.PER_NL_LTSR_ARCHIVE dependencies on FND_FILE

Line 1419: fnd_file.put_line(fnd_file.log,'Long Term Sickness Report already sent. Hence skipped.');

1415: FETCH csr_already_exists INTO l_exists;
1416: CLOSE csr_already_exists;
1417: -- hr_utility.trace('l_exists : '||l_exists);
1418: IF l_exists = 'Y' THEN
1419: fnd_file.put_line(fnd_file.log,'Long Term Sickness Report already sent. Hence skipped.');
1420: ELSIF l_exists = 'N' THEN
1421:
1422: SELECT pay_assignment_actions_s.NEXTVAL INTO l_child_aa_id FROM dual;
1423: