DBA Data[Home] [Help]

APPS.PQH_FR_SYNC_SAL_RATES dependencies on FND_FILE

Line 232: fnd_file.put_line(fnd_file.log,SQLERRM);

228: hr_utility.set_location('Entering '||l_proc,10);
229: end if;
230: EXCEPTION
231: When Others THEN
232: fnd_file.put_line(fnd_file.log,SQLERRM);
233: g_status := 'E';
234: END sync_all_rates;
235: --
236: -- ----------------------------------------------------------------------------

Line 319: fnd_file.put_line(fnd_file.log,SQLERRM);

315: hr_utility.set_location('Leaving '||l_proc,20);
316: end if;
317: EXCEPTION
318: When Others THEN
319: fnd_file.put_line(fnd_file.log,SQLERRM);
320: g_status := 'E';
321: END sync_rates_for_ib;
322: --
323: -- ----------------------------------------------------------------------------

Line 427: fnd_file.put_line(fnd_file.log,SQLERRM);

423: hr_utility.set_location('Leaving '||l_proc,20);
424: end if;
425: EXCEPTION
426: When Others THEN
427: fnd_file.put_line(fnd_file.log,SQLERRM);
428: g_status := 'E';
429: END sync_rates_in_gsp_stage;
430: END pqh_fr_sync_sal_rates;