DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on FND_REQUEST

Line 18670: -- fnd_request.submit_request

18666: END IF;
18667: -- Bug 4589289 : End
18668:
18669: -- 4683461 For MOAC Changes, retrieving operating unit and setting it before calling
18670: -- fnd_request.submit_request
18671: open cur_proj_ou;
18672: fetch cur_proj_ou into l_org_id;
18673: close cur_proj_ou;
18674:

Line 18675: fnd_request.set_org_id(l_org_id);

18671: open cur_proj_ou;
18672: fetch cur_proj_ou into l_org_id;
18673: close cur_proj_ou;
18674:
18675: fnd_request.set_org_id(l_org_id);
18676:
18677: -- 4683461 end
18678:
18679: -- Submit the request.

Line 18680: l_request_id := fnd_request.submit_request

18676:
18677: -- 4683461 end
18678:
18679: -- Submit the request.
18680: l_request_id := fnd_request.submit_request
18681: (
18682: application => 'PA',
18683: program => 'PAWPUWBS',
18684: -- description => 'PRC: Process Work Breakdown Structure Updates', -- Fix for Bug # 4409337.