DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on FND_FILE

Line 820: fnd_file.put_line(which=>fnd_file.log

816: l_proc varchar2(80) := g_package||'.Write';
817: Begin
818: --hr_utility.set_location ('Entering '||l_proc,05);
819: If fnd_global.conc_request_id <> -1 then
820: fnd_file.put_line(which=>fnd_file.log
821: ,buff => p_text);
822: End if;
823: --hr_utility.set_location ('Leaving '||l_proc,99);
824: End write;