DBA Data[Home] [Help]

APPS.PER_SE_POSTALCODE_UPLOAD dependencies on FND_FILE

Line 121: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

117:
118: -- Write the message to log file, do not raise an application error but continue
119: -- (with next line)
120:
121: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
122:
123:
124: WHEN e_empty_line THEN
125: -- Set retcode to 1, indicating a WARNING to the ConcMgr

Line 137: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

133:
134: -- Write the message to log file, do not raise an application error but continue
135: -- (with next line)
136:
137: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
138:
139:
140: END;
141:

Line 290: --fnd_file.put_line(fnd_file.log,'g_meaning:'||g_meaning);

286:
287: --g_meaning:=rtrim(substr(p_line,100,20)); -- Changes for Postal Code Format Chance 2008/2009
288: g_meaning:=rtrim(substr(p_line,6,15));
289:
290: --fnd_file.put_line(fnd_file.log,'g_meaning:'||g_meaning);
291:
292: /* if Trace switched ON this wud give us the value read */
293: hr_utility.set_location ( ' code '||l_code , 20);
294: hr_utility.set_location ( ' desc '||l_description , 30);