DBA Data[Home] [Help]

APPS.MST_WB_UTIL dependencies on FND_REQUEST

Line 4277: l_req_id := fnd_request.submit_request ('MST', 'MSTMASSU', '', '', FALSE, arg2, arg4, arg5, arg7, arg8, chr(0), '',

4273: ) IS
4274: l_req_id number := 0;
4275: BEGIN
4276: if arg1 = 1 then
4277: l_req_id := fnd_request.submit_request ('MST', 'MSTMASSU', '', '', FALSE, arg2, arg4, arg5, arg7, arg8, chr(0), '',
4278: '', '', '', '', '', '', '', '', '', '',
4279: '', '', '', '', '', '', '', '', '', '',
4280: '', '', '', '', '', '', '', '', '', '',
4281: '', '', '', '', '', '', '', '', '', '',

Line 4288: l_req_id := fnd_request.submit_request ('MST', 'MSTMCLSD', '', '', FALSE, arg2, arg3, arg4, arg5, arg7, arg8, chr(0),

4284: '', '', '', '', '', '', '', '', '', '',
4285: '', '', '', '', '', '', '', '', '', '',
4286: '', '', '', '', '', '', '', '');
4287: elsif arg1 = 2 then
4288: l_req_id := fnd_request.submit_request ('MST', 'MSTMCLSD', '', '', FALSE, arg2, arg3, arg4, arg5, arg7, arg8, chr(0),
4289: '', '', '', '', '', '', '', '', '', '',
4290: '', '', '', '', '', '', '', '', '', '',
4291: '', '', '', '', '', '', '', '', '', '',
4292: '', '', '', '', '', '', '', '', '', '',

Line 4299: l_req_id := fnd_request.submit_request ('MST', 'MSTMAORD', '', '', FALSE, arg2, arg4, arg5, arg7, arg8, chr(0), '',

4295: '', '', '', '', '', '', '', '', '', '',
4296: '', '', '', '', '', '', '', '', '', '',
4297: '', '', '', '', '', '', '', '');
4298: elsif arg1 = 3 then
4299: l_req_id := fnd_request.submit_request ('MST', 'MSTMAORD', '', '', FALSE, arg2, arg4, arg5, arg7, arg8, chr(0), '',
4300: '', '', '', '', '', '', '', '', '', '',
4301: '', '', '', '', '', '', '', '', '', '',
4302: '', '', '', '', '', '', '', '', '', '',
4303: '', '', '', '', '', '', '', '', '', '',

Line 4310: l_req_id := fnd_request.submit_request ('MST', 'MSTFLDSH', '', '', FALSE, arg2, arg4, arg5, arg6, arg7, arg8, chr(0),

4306: '', '', '', '', '', '', '', '', '', '',
4307: '', '', '', '', '', '', '', '', '', '',
4308: '', '', '', '', '', '', '', '');
4309: elsif arg1 = 4 then
4310: l_req_id := fnd_request.submit_request ('MST', 'MSTFLDSH', '', '', FALSE, arg2, arg4, arg5, arg6, arg7, arg8, chr(0),
4311: '', '', '', '', '', '', '', '', '', '',
4312: '', '', '', '', '', '', '', '', '', '',
4313: '', '', '', '', '', '', '', '', '', '',
4314: '', '', '', '', '', '', '', '', '', '',

Line 4321: l_req_id := fnd_request.submit_request ('MST', 'MSTPOSPA', '', '', FALSE, arg2, arg4, arg5, arg6, arg7, arg8, chr(0),

4317: '', '', '', '', '', '', '', '', '', '',
4318: '', '', '', '', '', '', '', '', '', '',
4319: '', '', '', '', '', '', '', '');
4320: elsif arg1 = 5 then
4321: l_req_id := fnd_request.submit_request ('MST', 'MSTPOSPA', '', '', FALSE, arg2, arg4, arg5, arg6, arg7, arg8, chr(0),
4322: '', '', '', '', '', '', '', '', '', '',
4323: '', '', '', '', '', '', '', '', '', '',
4324: '', '', '', '', '', '', '', '', '', '',
4325: '', '', '', '', '', '', '', '', '', '',

Line 4332: -- l_req_id := fnd_request.submit_request ('MST', 'MSTSHLAD', '', '', FALSE, arg2, arg5, arg8, chr(0), '', '', '',

4328: '', '', '', '', '', '', '', '', '', '',
4329: '', '', '', '', '', '', '', '', '', '',
4330: '', '', '', '', '', '', '', '');
4331: elsif arg1 = 6 then
4332: -- l_req_id := fnd_request.submit_request ('MST', 'MSTSHLAD', '', '', FALSE, arg2, arg5, arg8, chr(0), '', '', '',
4333: --Bug_Fix for 3713710
4334: l_req_id := fnd_request.submit_request ('MST', 'MSTSHLAD', '', '', FALSE, arg2, arg4, arg5, arg7, arg8, chr(0), '',
4335: '', '', '', '', '', '', '', '', '', '',
4336: '', '', '', '', '', '', '', '', '', '',

Line 4334: l_req_id := fnd_request.submit_request ('MST', 'MSTSHLAD', '', '', FALSE, arg2, arg4, arg5, arg7, arg8, chr(0), '',

4330: '', '', '', '', '', '', '', '');
4331: elsif arg1 = 6 then
4332: -- l_req_id := fnd_request.submit_request ('MST', 'MSTSHLAD', '', '', FALSE, arg2, arg5, arg8, chr(0), '', '', '',
4333: --Bug_Fix for 3713710
4334: l_req_id := fnd_request.submit_request ('MST', 'MSTSHLAD', '', '', FALSE, arg2, arg4, arg5, arg7, arg8, chr(0), '',
4335: '', '', '', '', '', '', '', '', '', '',
4336: '', '', '', '', '', '', '', '', '', '',
4337: '', '', '', '', '', '', '', '', '', '',
4338: '', '', '', '', '', '', '', '', '', '',

Line 5813: p_request_id := fnd_request.submit_request('MST', 'MSTPRGPL', NULL, NULL, NULL, p_plan_id, p_compile_designator, p_description);

5809: , p_plan_id IN NUMBER
5810: , p_compile_designator IN VARCHAR2
5811: , p_description IN VARCHAR2) is
5812: begin
5813: p_request_id := fnd_request.submit_request('MST', 'MSTPRGPL', NULL, NULL, NULL, p_plan_id, p_compile_designator, p_description);
5814: if p_request_id > 0 then
5815: commit;
5816: end if;
5817: end submit_purge_plan_request;