DBA Data[Home] [Help]

APPS.PER_FR_UPGRADE_DATA_PKG dependencies on FND_FILE

Line 19: fnd_file.put_line(FND_FILE.LOG,substrb(p_message,1,1024));

15: begin
16: --
17: hr_utility.set_location('Entered '||l_proc,5);
18:
19: fnd_file.put_line(FND_FILE.LOG,substrb(p_message,1,1024));
20:
21: hr_utility.set_location('leaving '||l_proc,100);
22:
23: exception when others then

Line 82: fnd_file.put_line(FND_FILE.LOG,substrb(l_message,1,1024));

78: end if;
79:
80: l_message := fnd_message.get;
81:
82: fnd_file.put_line(FND_FILE.LOG,substrb(l_message,1,1024));
83:
84: hr_utility.set_location('leaving '||l_proc,100);
85:
86: exception when others then