DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on FND_REQUEST

Line 17934: -- fnd_request.submit_request

17930: END IF;
17931: -- Bug 4589289 : End
17932:
17933: -- 4683461 For MOAC Changes, retrieving operating unit and setting it before calling
17934: -- fnd_request.submit_request
17935: open cur_proj_ou;
17936: fetch cur_proj_ou into l_org_id;
17937: close cur_proj_ou;
17938:

Line 17939: fnd_request.set_org_id(l_org_id);

17935: open cur_proj_ou;
17936: fetch cur_proj_ou into l_org_id;
17937: close cur_proj_ou;
17938:
17939: fnd_request.set_org_id(l_org_id);
17940:
17941: -- 4683461 end
17942:
17943: -- Submit the request.

Line 17944: l_request_id := fnd_request.submit_request

17940:
17941: -- 4683461 end
17942:
17943: -- Submit the request.
17944: l_request_id := fnd_request.submit_request
17945: (
17946: application => 'PA',
17947: program => 'PAWPUWBS',
17948: -- description => 'PRC: Process Work Breakdown Structure Updates', -- Fix for Bug # 4409337.