DBA Data[Home] [Help]

APPS.PAY_US_GEOCODE_ENGINE_PKG dependencies on FND_FILE

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

131: hr_utility.trace('l_patch_name = ' || l_patch_name);
132: hr_utility.trace('l_year = ' || l_year);
133:
134: --place the log info into the concurrent log file generated by application
135: fnd_file.put_line(fnd_file.log, l_patch_name||' '|| l_year);
136:
137: -- check patch-status
138:
139: l_patch_status := 'N';

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

145: hr_utility.trace('l_patch_status = ' || l_patch_status);
146:
147:
148: --place the log info into the concurrent log file generated by application
149: --fnd_file.put_line(fnd_file.log, 'status = '|| nvl(l_patch_status,'null'));
150:
151: if c_geocode_patch_status%NOTFOUND THEN
152: if l_year <= l_max_year THEN
153: l_patch_status := 'C';

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

302: hr_utility.trace('l_completion_patch_status = ' || l_completion_patch_status);
303:
304:
305: --place the log info into the concurrent log file generated by application
306: fnd_file.put_line(fnd_file.log, 'completion status = '|| l_completion_patch_status);
307:
308: if c_geo_patch_comp_stat%NOTFOUND THEN
309: l_completion_patch_status := NULL;
310: end if;