DBA Data[Home] [Help]

APPS.WF_ENGINE_RAC dependencies on FND_FILE

Line 197: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);

193: -- This is not a RAC enabled Item type or there is non active. This should not
194: -- happen because of the definition of the concurrent program parameter lookup.
195: errbuf := 'The given item type ('||itemtype||') is not enabled for WF RAC engine.';
196: retcode := '1';
197: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);
198: elsif ItemsNum.COUNT=1 and partition_number is not null then
199: -- Submit a singular standard background engine
200: WF_ENGINE_RAC.Set_Context('INST_ID', partition_number);
201: Wf_Engine.Background(itemtype,

Line 222: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Please check request ID '||to_char(rac_req_id)||

218: argument6 => process_stuck,
219: argument7 => to_char(j),
220: DESCRIPTION=>'Submitted by FNDWFBGRAC');
221: if rac_req_id >0 then --The submission succeeded
222: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Please check request ID '||to_char(rac_req_id)||
223: ' to view more details for background engine.');
224: else
225: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Failed to submit request for partition '||to_char(i));
226: wf_core.get_error(errname, errmsg, errstack);

Line 225: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Failed to submit request for partition '||to_char(i));

221: if rac_req_id >0 then --The submission succeeded
222: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Please check request ID '||to_char(rac_req_id)||
223: ' to view more details for background engine.');
224: else
225: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Failed to submit request for partition '||to_char(i));
226: wf_core.get_error(errname, errmsg, errstack);
227: if (errmsg is not null) then
228: errbuf := errmsg;
229: else