DBA Data[Home] [Help]

APPS.OKL_FE_WF dependencies on FND_PROFILE

Line 533: l_approval_option := fnd_profile.value('OKL_PE_APPROVAL_PROCESS');

529: IF (funcmode = 'RUN') THEN
530:
531: -- get the profile option
532:
533: l_approval_option := fnd_profile.value('OKL_PE_APPROVAL_PROCESS');
534:
535: -- depending on the profile option, take the workflow branch or the AME branch
536:
537: IF l_approval_option = G_FE_APPROVAL_AME THEN