DBA Data[Home] [Help]

APPS.IGS_AS_GEN_007 dependencies on FND_FILE

Line 1761: fnd_file.put_line (

1757: COMMIT;
1758: EXCEPTION
1759: WHEN OTHERS THEN
1760: ROLLBACK TO sp_uai_actn;
1761: fnd_file.put_line (
1762: fnd_file.log,
1763: substrb('Error for : uoo_id=>' || v_uai_rec.uoo_id || ';' ||
1764: 'ass_id=>' || v_uai_rec.ass_id || ';' ||
1765: 'record_ind=>' || v_uai_rec.record_ind || ';' ||

Line 1762: fnd_file.log,

1758: EXCEPTION
1759: WHEN OTHERS THEN
1760: ROLLBACK TO sp_uai_actn;
1761: fnd_file.put_line (
1762: fnd_file.log,
1763: substrb('Error for : uoo_id=>' || v_uai_rec.uoo_id || ';' ||
1764: 'ass_id=>' || v_uai_rec.ass_id || ';' ||
1765: 'record_ind=>' || v_uai_rec.record_ind || ';' ||
1766: 'ass_item_id=>' || v_uai_rec.ass_item_id || ';' ||

Line 1841: fnd_file.put_line (fnd_file.LOG, fnd_message.get);

1837: -- tries to run this program then an error message should be logged into the log
1838: -- file that the concurrent program is obsolete and should not be run.
1839: --
1840: fnd_message.set_name ('IGS', 'IGS_GE_OBSOLETE_JOB');
1841: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
1842: --
1843: EXCEPTION
1844: WHEN OTHERS THEN
1845: retcode := 2;