DBA Data[Home] [Help]

APPS.PAY_US_GEOCODE_ENGINE_PKG dependencies on FND_FILE

Line 269: fnd_file.put_line(fnd_file.log, l_patch_name||' '|| l_year);

265: hr_utility.trace('l_patch_name = ' || l_patch_name);
266: hr_utility.trace('l_year = ' || l_year);
267:
268: --place the log info into the concurrent log file generated by application
269: fnd_file.put_line(fnd_file.log, l_patch_name||' '|| l_year);
270:
271: -- check patch-status
272:
273: l_patch_status := 'N';

Line 283: --fnd_file.put_line(fnd_file.log, 'status = '|| nvl(l_patch_status,'null'));

279: hr_utility.trace('l_patch_status = ' || l_patch_status);
280:
281:
282: --place the log info into the concurrent log file generated by application
283: --fnd_file.put_line(fnd_file.log, 'status = '|| nvl(l_patch_status,'null'));
284:
285: if c_geocode_patch_status%NOTFOUND THEN
286: if l_year <= l_max_year THEN
287: l_patch_status := 'C';

Line 477: fnd_file.put_line(fnd_file.log, 'completion status = '|| l_completion_patch_status);

473: hr_utility.trace('l_completion_patch_status = ' || l_completion_patch_status);
474:
475:
476: --place the log info into the concurrent log file generated by application
477: fnd_file.put_line(fnd_file.log, 'completion status = '|| l_completion_patch_status);
478:
479: if c_geo_patch_comp_stat%NOTFOUND THEN
480: l_completion_patch_status := NULL;
481: end if;