DBA Data[Home] [Help]

APPS.FV_SETUP_PKG dependencies on FND_REQUEST

Line 25: l_req_id := fnd_request.submit_request

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

Line 44: l_req_id := fnd_request.submit_request

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

Line 90: l_req_id := fnd_request.submit_request

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

Line 124: l_req_id := fnd_request.submit_request

120: Procedure USSGL_LOAD (errbuf OUT NOCOPY varchar2,
121: retcode OUT NOCOPY varchar2) is
122: l_module_name VARCHAR2(200) := g_module_name || 'USSGL_LOAD';
123: begin
124: l_req_id := fnd_request.submit_request
125: (program => 'FNDLOAD',
126: application => 'FND',
127: description => NULL,
128: start_time => NULL,

Line 160: l_req_id := fnd_request.submit_request

156: Procedure LOAD_FUND_TRANSMISSION_FORMATS (errbuf OUT NOCOPY varchar2,
157: retcode OUT NOCOPY varchar2) is
158: l_module_name VARCHAR2(200) := g_module_name || 'LOAD_FUND_TRANSMISSION_FORMATS';
159: begin
160: l_req_id := fnd_request.submit_request
161: (program => 'FNDLOAD',
162: application => 'FND',
163: description => NULL,
164: start_time => NULL,

Line 204: l_req_id := fnd_request.submit_request

200:
201: begin
202:
203: begin
204: l_req_id := fnd_request.submit_request
205: (program => 'FNDLOAD',
206: application => 'FND',
207: description => NULL,
208: start_time => NULL,

Line 230: l_req_id := fnd_request.submit_request

226: EXIT WHEN ((call_status1 and dphase1 = 'COMPLETE') or NOT(call_status1));
227: DBMS_LOCK.SLEEP(5);
228: END LOOP;
229: begin
230: l_req_id := fnd_request.submit_request
231: (program => 'FNDLOAD',
232: application => 'FND',
233: description => NULL,
234: start_time => NULL,

Line 251: l_req_id := fnd_request.submit_request

247: END IF;
248: commit;
249: end ;
250: begin
251: l_req_id := fnd_request.submit_request
252: (program => 'FNDLOAD',
253: application => 'FND',
254: description => NULL,
255: start_time => NULL,

Line 287: l_req_id := fnd_request.submit_request

283: Procedure LOAD_SF133_SETUP_DATA (errbuf OUT NOCOPY varchar2,
284: retcode OUT NOCOPY varchar2) is
285: l_module_name VARCHAR2(200) := g_module_name || 'LOAD_SF133_SETUP_DATA';
286: begin
287: l_req_id := fnd_request.submit_request
288: (program => 'FNDLOAD',
289: application => 'FND',
290: description => NULL,
291: start_time => NULL,

Line 322: l_req_id := fnd_request.submit_request

318: retcode OUT NOCOPY varchar2) IS
319: l_module_name VARCHAR2(200) := g_module_name || 'load_rx_reports';
320:
321: BEGIN
322: l_req_id := fnd_request.submit_request
323: (program => 'FNDLOAD',
324: application => 'FND',
325: description => NULL,
326: start_time => NULL,