DBA Data[Home] [Help]

APPS.OKC_REP_SEARCH_UTIL_PVT dependencies on FND_PROFILE

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

472: 'okc.plsql.OKC_REP_SEARCH_UTIL_PVT.'||l_api_name,
473: '200: Entered OKC_REP_SEARCH_UTIL_PVT.get_intent_profile_keys');
474: END IF;
475:
476: -- 1. Call FND_PROFILE.value('OKC_REP_INTENTS') to get the intent
477: -- codes from the FND profile.
478: x_keys := FND_PROFILE.value('OKC_REP_INTENTS');
479:
480: x_keys := x_keys;

Line 477: -- codes from the FND profile.

473: '200: Entered OKC_REP_SEARCH_UTIL_PVT.get_intent_profile_keys');
474: END IF;
475:
476: -- 1. Call FND_PROFILE.value('OKC_REP_INTENTS') to get the intent
477: -- codes from the FND profile.
478: x_keys := FND_PROFILE.value('OKC_REP_INTENTS');
479:
480: x_keys := x_keys;
481:

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

474: END IF;
475:
476: -- 1. Call FND_PROFILE.value('OKC_REP_INTENTS') to get the intent
477: -- codes from the FND profile.
478: x_keys := FND_PROFILE.value('OKC_REP_INTENTS');
479:
480: x_keys := x_keys;
481:
482: -- 2. Create a space-separated string of intent codes from step 1.