DBA Data[Home] [Help]

APPS.WSH_OE_CONSTRAINTS dependencies on FND_PROFILE

Line 72: fnd_profile.get('ONT_ACTIVATE_CMS', l_cms_profile);

68: WSH_DEBUG_SV.log(l_module_name,'P_RECORD_SET_SHORT_NAME',P_RECORD_SET_SHORT_NAME);
69: WSH_DEBUG_SV.log(l_module_name,'P_SCOPE',P_SCOPE);
70: END IF;
71: --
72: fnd_profile.get('ONT_ACTIVATE_CMS', l_cms_profile);
73: IF l_cms_profile = 'Y' THEN
74: x_result_out := lc_allowed;
75: --
76: -- Debug Statements

Line 262: fnd_profile.get('ONT_ACTIVATE_CMS', l_cms_profile);

258: --
259: x_result_out := lc_disallowed;
260:
261: -- need to check that patchset level is pre-G.
262: fnd_profile.get('ONT_ACTIVATE_CMS', l_cms_profile);
263: IF l_cms_profile = 'Y' THEN
264: x_result_out := lc_allowed;
265: --
266: -- Debug Statements