DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_WORKFLOW_PVT dependencies on FND_PROFILE

Line 468: IF NVL(FND_PROFILE.VALUE('OKL_SO_APPROVAL_PROCESS'),'NONE') = 'NONE' THEN

464: l_key := l_event_name ||l_seq;
465:
466: -- viselvar added
467: -- check the profile option and accordingly change the status
468: IF NVL(FND_PROFILE.VALUE('OKL_SO_APPROVAL_PROCESS'),'NONE') = 'NONE' THEN
469:
470: change_quote_status(p_quote_id => p_quote_id,
471: p_qte_status => 'PR-APPROVED',
472: x_return_status => lx_return_status);

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

688:
689:
690: -- get the profile option
691:
692: l_approval_option := fnd_profile.value('OKL_SO_APPROVAL_PROCESS');
693:
694: -- depending on the profile option, take the workflow branch or the AME branch
695:
696: IF l_approval_option = G_FE_APPROVAL_AME THEN