DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on FND_FILE

Line 3691: fnd_file.put_line(fnd_file.log,

3687: -- Looping through the PL/SQL cache and writing to the concurrent
3688: -- log file.
3689: for i in sec_not_processed.first..sec_not_processed.last loop
3690: --
3691: fnd_file.put_line(fnd_file.log,
3692: sec_not_processed(i).security_profile_name||'('||
3693: sec_not_processed(i).security_profile_id||')');
3694: --
3695: end loop;