DBA Data[Home] [Help]

APPS.OKL_LEASE_APP_WF dependencies on FND_PROFILE

Line 576: l_approval_option := fnd_profile.value('OKL_SO_APPROVAL_PROCESS');

572: BEGIN
573:
574: IF (funcmode = 'RUN') THEN
575: -- get the profile option
576: l_approval_option := fnd_profile.value('OKL_SO_APPROVAL_PROCESS');
577:
578: -- depending on the profile option, take the workflow branch or the AME branch
579: IF l_approval_option = G_FE_APPROVAL_AME THEN
580: resultout := 'COMPLETE:AME';