DBA Data[Home] [Help]

APPS.FND_LDAP_UTIL dependencies on FND_USER

Line 176: function get_dn_for_guid(p_orclguid in fnd_user.user_guid%type) return varchar2;

172: ** Pre-Reqs :
173: ** Parameters : orcl_guid
174: ** Notes :
175: */
176: function get_dn_for_guid(p_orclguid in fnd_user.user_guid%type) return varchar2;
177: --
178: -------------------------------------------------------------------------------
179: /*
180: ** Name : get_dn_for_guid

Line 187: function get_dn_for_guid(p_orclguid in fnd_user.user_guid%type,

183: ** Pre-Reqs :
184: ** Parameters : orcl_guid
185: ** Notes :
186: */
187: function get_dn_for_guid(p_orclguid in fnd_user.user_guid%type,
188: p_ldap_session in dbms_ldap.session) return varchar2;
189: --
190: -------------------------------------------------------------------------------
191: /*

Line 248: procedure proxy_as_user(p_orclguid in fnd_user.user_guid%type, x_ldap_session out nocopy dbms_ldap.session);

244: ** x_ldap_session: returns a valid OID session. Must be released bu caller of
245: ** the API
246: ** Notes :
247: */
248: procedure proxy_as_user(p_orclguid in fnd_user.user_guid%type, x_ldap_session out nocopy dbms_ldap.session);
249: --
250: -------------------------------------------------------------------------------
251:
252: /*