DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on FND_FILE

Line 1359: fnd_file.put_line(fnd_file.log, l_Error_Message);

1355: exception
1356: WHEN WORKER_NOT_SUBMITTED THEN
1357: FND_MESSAGE.SET_NAME('IEM','IEM_ADM_WORKER_NOT_SUBMITTED');
1358: l_Error_Message := nvl(l_error_message,' ')||FND_MESSAGE.GET;
1359: fnd_file.put_line(fnd_file.log, l_Error_Message);
1360: l_call_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', l_Error_Message);
1361: rollback ;
1362:
1363: WHEN OTHERS THEN

Line 1367: fnd_file.put_line(fnd_file.log, l_Error_Message);

1363: WHEN OTHERS THEN
1364: l_error_message:='Oracle Error occured '||sqlerrm;
1365: FND_MESSAGE.SET_NAME('IEM','IEM_ADM_WORKER_NOT_SUBMITTED');
1366: l_Error_Message := FND_MESSAGE.GET;
1367: fnd_file.put_line(fnd_file.log, l_Error_Message);
1368: l_call_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', l_Error_Message);
1369: rollback ;
1370:
1371: end StartMigration;