DBA Data[Home] [Help]

APPS.OKL_VP_CHANGE_REQUEST_PVT dependencies on FND_PROFILE

Line 1583: l_approval_process := fnd_profile.value('OKL_VP_CR_APPROVAL_PROCESS');

1579: RAISE OKL_API.G_EXCEPTION_ERROR;
1580: END IF;
1581:
1582: -- read the profile OKL: Change Request Approval Process
1583: l_approval_process := fnd_profile.value('OKL_VP_CR_APPROVAL_PROCESS');
1584: IF(NVL(l_approval_process,'NONE')='NONE')THEN
1585: -- since no option is set at the profile, approve the change request by default
1586: -- before approving the change request, we need to sync up the change request
1587: -- agreement and the original agreement. the details and combinations are handled in the API