DBA Data[Home] [Help]

APPS.EDR_POLICY_FUNCTION_PKG dependencies on FND_PROFILE

Line 110: fnd_profile.get('EDR_SECURITY_HIGH',l_high_security);

106:
107: l_resp:=fnd_global.resp_id();
108:
109: /* determine site's security level */
110: fnd_profile.get('EDR_SECURITY_HIGH',l_high_security);
111: l_old_section := 'x';
112: l_old_event:='x';
113:
114: if (l_high_security <> 'Y') then