DBA Data[Home] [Help]

APPS.BEN_BACK_OUT_CONC dependencies on FND_FILE

Line 443: fnd_file.put_line(fnd_file.log,'per_in_ler_id '||l_ler_thread.per_in_ler_id);

439: Loop
440: --
441: fetch c_ler_thread into l_ler_thread;
442: exit when c_ler_thread%notfound;
443: fnd_file.put_line(fnd_file.log,'per_in_ler_id '||l_ler_thread.per_in_ler_id);
444: fnd_file.put_line(fnd_file.log,'typ_cd '||l_ler_thread.typ_cd);
445:
446: --
447: -- This is to check that only the most recent LE's

Line 444: fnd_file.put_line(fnd_file.log,'typ_cd '||l_ler_thread.typ_cd);

440: --
441: fetch c_ler_thread into l_ler_thread;
442: exit when c_ler_thread%notfound;
443: fnd_file.put_line(fnd_file.log,'per_in_ler_id '||l_ler_thread.per_in_ler_id);
444: fnd_file.put_line(fnd_file.log,'typ_cd '||l_ler_thread.typ_cd);
445:
446: --
447: -- This is to check that only the most recent LE's
448: -- are allowed to be backed out