DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on FND_FILE

Line 6688: fnd_file.put_line(fnd_file.log,

6684: -- Looping through the PL/SQL cache and writing to the concurrent
6685: -- log file.
6686: for i in sec_not_processed.first..sec_not_processed.last loop
6687: --
6688: fnd_file.put_line(fnd_file.log,
6689: sec_not_processed(i).security_profile_name||'('||
6690: sec_not_processed(i).security_profile_id||')');
6691: --
6692: end loop;