DBA Data[Home] [Help]

APPS.OKC_XPRT_INT_GRP dependencies on FND_PROFILE

Line 442: FND_PROFILE.GET(name=> 'OKC_K_EXPERT_ENABLED', val => l_ce_profile_option_enabled );

438: -- Expert has to be run only when p_run_xprt_flag is Yes
439: IF p_run_xprt_flag = 'Y' THEN
440:
441: -- Is Contract Expert profile option enabled?
442: FND_PROFILE.GET(name=> 'OKC_K_EXPERT_ENABLED', val => l_ce_profile_option_enabled );
443:
444: -- Is Template enabled for Expert?
445: OPEN csr_expert_enabled;
446: FETCH csr_expert_enabled INTO l_expert_enabled;