DBA Data[Home] [Help]

APPS.BEN_BACK_OUT_CONC dependencies on FND_FILE

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

449: hr_utility.set_location('fetching record '||l_ler_thread.typ_cd,10);
450: --
451: -- fetch c_ler_thread into l_ler_thread;
452: --exit when c_ler_thread%notfound;
453: fnd_file.put_line(fnd_file.log,'per_in_ler_id '||l_ler_thread.per_in_ler_id);
454: fnd_file.put_line(fnd_file.log,'typ_cd '||l_ler_thread.typ_cd);
455:
456: --
457: -- This is to check that only the most recent LE's

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

450: --
451: -- fetch c_ler_thread into l_ler_thread;
452: --exit when c_ler_thread%notfound;
453: fnd_file.put_line(fnd_file.log,'per_in_ler_id '||l_ler_thread.per_in_ler_id);
454: fnd_file.put_line(fnd_file.log,'typ_cd '||l_ler_thread.typ_cd);
455:
456: --
457: -- This is to check that only the most recent LE's
458: -- are allowed to be backed out