DBA Data[Home] [Help]

APPS.EDR_POLICY_FUNCTION_PKG dependencies on FND_GLOBAL

Line 105: l_user := fnd_global.user_id();

101: l_predicate := '1=2';
102:
103: /* if the select is from generic query decipher the security rules */
104: else
105: l_user := fnd_global.user_id();
106:
107: l_resp:=fnd_global.resp_id();
108:
109: /* determine site's security level */

Line 107: l_resp:=fnd_global.resp_id();

103: /* if the select is from generic query decipher the security rules */
104: else
105: l_user := fnd_global.user_id();
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';