DBA Data[Home] [Help]

APPS.IGS_EN_SUA_LGCY_PUB dependencies on FND_PROFILE

Line 2125: IF NVL(FND_PROFILE.VALUE('CAREER_MODEL_ENABLED'),'N') = 'Y' THEN

2121: END IF;
2122: END IF;
2123:
2124: -- Derive the Value of Profile for Career model Enabled.
2125: IF NVL(FND_PROFILE.VALUE('CAREER_MODEL_ENABLED'),'N') = 'Y' THEN
2126: l_career_model_enabled := 'Y';
2127: ELSE
2128: l_career_model_enabled := 'N';
2129: END IF;