DBA Data[Home] [Help]

APPS.PER_NL_DSRR_ARCHIVE dependencies on FND_FILE

Line 1457: fnd_file.put_line(fnd_file.log,'Sickness Recovery Report already sent. Hence skipped.');

1453: CLOSE csr_chk_SR_exists;
1454:
1455: -- hr_utility.trace('SRR exists: '||l_exists||' SR exists : '||l_SR_exists);
1456: IF l_exists = 'Y' THEN
1457: fnd_file.put_line(fnd_file.log,'Sickness Recovery Report already sent. Hence skipped.');
1458: ELSIF l_exists = 'N' THEN
1459: IF l_SR_exists = 'N' THEN
1460: fnd_file.put_line(fnd_file.log,'Sickness Report not sent. Hence skipped.');
1461: ELSIF l_SR_exists = 'Y' THEN

Line 1460: fnd_file.put_line(fnd_file.log,'Sickness Report not sent. Hence skipped.');

1456: IF l_exists = 'Y' THEN
1457: fnd_file.put_line(fnd_file.log,'Sickness Recovery Report already sent. Hence skipped.');
1458: ELSIF l_exists = 'N' THEN
1459: IF l_SR_exists = 'N' THEN
1460: fnd_file.put_line(fnd_file.log,'Sickness Report not sent. Hence skipped.');
1461: ELSIF l_SR_exists = 'Y' THEN
1462:
1463: SELECT pay_assignment_actions_s.NEXTVAL INTO l_child_aa_id FROM dual;
1464: hr_nonrun_asact.insact(