DBA Data[Home] [Help]

APPS.PN_LEASE_PVT dependencies on FND_REQUEST

Line 11716: fnd_request.submit_request ('PN'

11712: l_requestid NUMBER;
11713: BEGIN
11714: pn_mo_cache_utils.fnd_req_set_org_id (p_org_id);
11715: l_requestid :=
11716: fnd_request.submit_request ('PN'
11717: , 'PNSCHITM'
11718: , NULL
11719: , NULL
11720: , FALSE

Line 13806: x_request_id := fnd_request.submit_request ( 'PN',

13802: ----------dbms_output.put_line('In FINALIZE_RECORD:1');
13803: commit; --Bug# 12692579 Added commit so that all changes are saved before invoking the concurrent program.
13804: pn_mo_cache_utils.fnd_req_set_org_id(p_org_id);
13805: ----------dbms_output.put_line('In FINALIZE_RECORD:2');
13806: x_request_id := fnd_request.submit_request ( 'PN',
13807: 'PNSCHITM',
13808: NULL,
13809: NULL,
13810: FALSE,

Line 18933: l_request_id := fnd_request.submit_request ('PN',

18929: END;
18930:
18931: -- Submit the standard concurrent request to Schedule items
18932:
18933: l_request_id := fnd_request.submit_request ('PN',
18934: 'PNSCHITM',
18935: NULL,
18936: NULL,
18937: FALSE,

Line 18951: pvt_debug(g_pkg_name||'Request Id after calling fnd_request.submit_request: '||l_request_id,3);

18947: '', '', '', '', '', '', '', '', '', '',
18948: '', '', '', '', '', '', '', '', '', '',
18949: '', '', '', '', '', ''
18950: );
18951: pvt_debug(g_pkg_name||'Request Id after calling fnd_request.submit_request: '||l_request_id,3);
18952:
18953: IF (l_request_id = 0 ) THEN
18954: pn_lease_pvt.pvt_debug(g_pkg_name||'Submit Request Error. Request Id:'||l_request_id,3);
18955: fnd_message.set_name ('PN', 'PN_SUBSCHEDULES_ERR');