DBA Data[Home] [Help]

APPS.EAM_JOBCLOSE_PRIV dependencies on FND_FILE

Line 256: fnd_file.put_line(FND_FILE.LOG,'Before invoking WIP conc. program');

252: IF (l_user_id IS NOT NULL AND l_resp_id IS NOT NULL) THEN
253: FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id,l_resp_appl_id,0);
254: END IF;
255:
256: fnd_file.put_line(FND_FILE.LOG,'Before invoking WIP conc. program');
257:
258: l_req_id := fnd_request.submit_request('WIP', 'WICDCL', NULL,
259: NULL,
260: FALSE,

Line 277: fnd_file.put_line(FND_FILE.LOG,'After invoking WIP conc. program..request_id.'||l_req_id);

273:
274:
275: COMMIT ;
276:
277: fnd_file.put_line(FND_FILE.LOG,'After invoking WIP conc. program..request_id.'||l_req_id);
278:
279: IF (l_req_id = 0) THEN
280: RETCODE := 2;
281: errbuf := SQLERRM;

Line 287: FND_FILE.PUT_LINE(FND_FILE.LOG,'WIP Close concurrent program : '||retcode);

283: END IF;
284:
285: WAIT_CONC_PROGRAM(l_req_id,ERRBUF,RETCODE);
286:
287: FND_FILE.PUT_LINE(FND_FILE.LOG,'WIP Close concurrent program : '||retcode);
288:
289: ----Commenting code as this is now being called from WIP. See bug 6718091
290:
291: /* FOR i IN l_workorder_tbl.FIRST..l_workorder_tbl.LAST LOOP

Line 326: FND_FILE.PUT_LINE(FND_FILE.LOG,'Raising of workflow has failed with an error');

322: x_return_status => l_return_status
323: );
324:
325: IF (NVL(l_return_status,'S') <> 'S') THEN
326: FND_FILE.PUT_LINE(FND_FILE.LOG,'Raising of workflow has failed with an error');
327: END IF;
328:
329: EAM_TEXT_UTIL.PROCESS_WO_EVENT
330: (

Line 349: FND_FILE.PUT_LINE(FND_FILE.LOG,'Wip close concurrent program has errored or has a warning');

345:
346: COMMIT;*/
347:
348: if (RETCODE <> -1 ) then
349: FND_FILE.PUT_LINE(FND_FILE.LOG,'Wip close concurrent program has errored or has a warning');
350: errbuf := fnd_message.get;
351: RETURN;
352: ELSE
353: retcode:= 0;