DBA Data[Home] [Help]

APPS.FV_SETUP_PKG dependencies on FND_REQUEST

Line 26: l_req_id := fnd_request.submit_request

22: --v_accts_inserted number :=0;
23:
24: begin
25:
26: l_req_id := fnd_request.submit_request
27: (program => 'FNDLOAD',
28: application => 'FND',
29: description => NULL,
30: start_time => NULL,

Line 45: l_req_id := fnd_request.submit_request

41: raise fnd_api.g_exc_error ;
42: rollback;
43: return;
44: ELSE
45: l_req_id := fnd_request.submit_request
46: (program => 'FNDLOAD',
47: application => 'FND',
48: description => NULL,
49: start_time => NULL,

Line 92: l_req_id := fnd_request.submit_request

88: Procedure FUNDS_AVAILABLE (errbuf OUT NOCOPY varchar2,
89: retcode OUT NOCOPY varchar2) is
90: l_module_name VARCHAR2(200) := g_module_name || 'FUNDS_AVAILABLE';
91: begin
92: l_req_id := fnd_request.submit_request
93: (program => 'FNDLOAD',
94: application => 'FND',
95: description => NULL,
96: start_time => NULL,

Line 143: l_req_id := fnd_request.submit_request

139: END;
140:
141: END IF;
142:
143: l_req_id := fnd_request.submit_request
144: (program => 'FNDLOAD',
145: application => 'FND',
146: description => NULL,
147: start_time => NULL,

Line 180: l_req_id := fnd_request.submit_request

176: Procedure LOAD_FUND_TRANSMISSION_FORMATS (errbuf OUT NOCOPY varchar2,
177: retcode OUT NOCOPY varchar2) is
178: l_module_name VARCHAR2(200) := g_module_name || 'LOAD_FUND_TRANSMISSION_FORMATS';
179: begin
180: l_req_id := fnd_request.submit_request
181: (program => 'FNDLOAD',
182: application => 'FND',
183: description => NULL,
184: start_time => NULL,

Line 224: l_req_id := fnd_request.submit_request

220:
221: begin
222:
223: begin
224: l_req_id := fnd_request.submit_request
225: (program => 'FNDLOAD',
226: application => 'FND',
227: description => NULL,
228: start_time => NULL,

Line 252: l_req_id := fnd_request.submit_request

248: NOT(call_status1));
249: DBMS_LOCK.SLEEP(5);
250: END LOOP;
251: begin
252: l_req_id := fnd_request.submit_request
253: (program => 'FNDLOAD',
254: application => 'FND',
255: description => NULL,
256: start_time => NULL,

Line 273: l_req_id := fnd_request.submit_request

269: END IF;
270: commit;
271: end ;
272: begin
273: l_req_id := fnd_request.submit_request
274: (program => 'FNDLOAD',
275: application => 'FND',
276: description => NULL,
277: start_time => NULL,

Line 329: l_req_id := fnd_request.submit_request

325: SF133 data: '||SQLERRM);
326: END;
327:
328: END IF;
329: l_req_id := fnd_request.submit_request
330: (program => 'FNDLOAD',
331: application => 'FND',
332: description => NULL,
333: start_time => NULL,

Line 384: l_req_id := fnd_request.submit_request

380: fv_utility.log_mesg('When others error when deleting SBR data: '||SQLERRM);
381: END;
382:
383: END IF;
384: l_req_id := fnd_request.submit_request
385: (program => 'FNDLOAD',
386: application => 'FND',
387: description => NULL,
388: start_time => NULL,

Line 422: l_req_id := fnd_request.submit_request

418: retcode OUT NOCOPY varchar2) IS
419: l_module_name VARCHAR2(200) := g_module_name || 'load_rx_reports';
420:
421: BEGIN
422: l_req_id := fnd_request.submit_request
423: (program => 'FNDLOAD',
424: application => 'FND',
425: description => NULL,
426: start_time => NULL,

Line 473: l_req_id := fnd_request.submit_request

469: l_module_name VARCHAR2(200) := g_module_name ||
470: 'load_reimb_act_definitions';
471:
472: BEGIN
473: l_req_id := fnd_request.submit_request
474: (program => 'FNDLOAD',
475: application => 'FND',
476: description => NULL,
477: start_time => NULL,

Line 534: l_req_id := fnd_request.submit_request

530: ||SQLERRM);
531: END;
532: END IF;
533:
534: l_req_id := fnd_request.submit_request
535: (program => 'FNDLOAD',
536: application => 'FND',
537: description => NULL,
538: start_time => NULL,