DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on FND_FILE

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

1171: exception
1172: WHEN WORKER_NOT_SUBMITTED THEN
1173: FND_MESSAGE.SET_NAME('IEM','IEM_ADM_WORKER_NOT_SUBMITTED');
1174: l_Error_Message := nvl(l_error_message,' ')||FND_MESSAGE.GET;
1175: fnd_file.put_line(fnd_file.log, l_Error_Message);
1176: l_call_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', l_Error_Message);
1177: rollback ;
1178:
1179: WHEN OTHERS THEN

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

1179: WHEN OTHERS THEN
1180: l_error_message:='Oracle Error occured '||sqlerrm;
1181: FND_MESSAGE.SET_NAME('IEM','IEM_ADM_WORKER_NOT_SUBMITTED');
1182: l_Error_Message := FND_MESSAGE.GET;
1183: fnd_file.put_line(fnd_file.log, l_Error_Message);
1184: l_call_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', l_Error_Message);
1185: rollback ;
1186:
1187: end StartMigration;