DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on FND_GLOBAL

Line 815: If fnd_global.conc_request_id <> -1 then

811: Procedure write (p_text varchar2) is
812: l_proc varchar2(80) := g_package||'.Write';
813: Begin
814: --hr_utility.set_location ('Entering '||l_proc,05);
815: If fnd_global.conc_request_id <> -1 then
816: fnd_file.put_line(which=>fnd_file.log
817: ,buff => p_text);
818: End if;
819: --hr_utility.set_location ('Leaving '||l_proc,99);