DBA Data[Home] [Help]

APPS.EAM_JOBCLOSE_PRIV dependencies on FND_FILE

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

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

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

277: END IF;
278:
279: WAIT_CONC_PROGRAM(l_req_id,ERRBUF,RETCODE);
280:
281: FND_FILE.PUT_LINE(FND_FILE.LOG,'WIP Close concurrent program : '||retcode);
282:
283: ----Commenting code as this is now being called from WIP. See bug 6718091
284:
285: /* FOR i IN l_workorder_tbl.FIRST..l_workorder_tbl.LAST LOOP

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

316: x_return_status => l_return_status
317: );
318:
319: IF (NVL(l_return_status,'S') <> 'S') THEN
320: FND_FILE.PUT_LINE(FND_FILE.LOG,'Raising of workflow has failed with an error');
321: END IF;
322:
323: EAM_TEXT_UTIL.PROCESS_WO_EVENT
324: (

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

339:
340: COMMIT;*/
341:
342: if (RETCODE <> -1 ) then
343: FND_FILE.PUT_LINE(FND_FILE.LOG,'Wip close concurrent program has errored or has a warning');
344: errbuf := fnd_message.get;
345: RETURN;
346: ELSE
347: retcode:= 0;