DBA Data[Home] [Help]

APPS.OKC_REP_SEARCH_UTIL_PVT dependencies on FND_PROFILE

Line 470: -- 1. Call FND_PROFILE.value('OKC_REP_INTENTS') to get the intent

466: 'okc.plsql.OKC_REP_SEARCH_UTIL_PVT.'||l_api_name,
467: '200: Entered OKC_REP_SEARCH_UTIL_PVT.get_intent_profile_keys');
468: END IF;
469:
470: -- 1. Call FND_PROFILE.value('OKC_REP_INTENTS') to get the intent
471: -- codes from the FND profile.
472: x_keys := FND_PROFILE.value('OKC_REP_INTENTS');
473:
474: x_keys := x_keys;

Line 471: -- codes from the FND profile.

467: '200: Entered OKC_REP_SEARCH_UTIL_PVT.get_intent_profile_keys');
468: END IF;
469:
470: -- 1. Call FND_PROFILE.value('OKC_REP_INTENTS') to get the intent
471: -- codes from the FND profile.
472: x_keys := FND_PROFILE.value('OKC_REP_INTENTS');
473:
474: x_keys := x_keys;
475:

Line 472: x_keys := FND_PROFILE.value('OKC_REP_INTENTS');

468: END IF;
469:
470: -- 1. Call FND_PROFILE.value('OKC_REP_INTENTS') to get the intent
471: -- codes from the FND profile.
472: x_keys := FND_PROFILE.value('OKC_REP_INTENTS');
473:
474: x_keys := x_keys;
475:
476: -- 2. Create a space-separated string of intent codes from step 1.