DBA Data[Home] [Help]

APPS.FND_LDAP_UTIL dependencies on FND_USER

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

163: ** Pre-Reqs :
164: ** Parameters : orcl_guid
165: ** Notes :
166: */
167: function get_dn_for_guid(p_orclguid in fnd_user.user_guid%type) return varchar2;
168: --
169: -------------------------------------------------------------------------------
170: /*
171: ** Name : get_dn_for_guid

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

174: ** Pre-Reqs :
175: ** Parameters : orcl_guid
176: ** Notes :
177: */
178: function get_dn_for_guid(p_orclguid in fnd_user.user_guid%type,
179: p_ldap_session in dbms_ldap.session) return varchar2;
180: --
181: -------------------------------------------------------------------------------
182: /*

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

235: ** x_ldap_session: returns a valid OID session. Must be released bu caller of
236: ** the API
237: ** Notes :
238: */
239: procedure proxy_as_user(p_orclguid in fnd_user.user_guid%type, x_ldap_session out nocopy dbms_ldap.session);
240: --
241: -------------------------------------------------------------------------------
242:
243: /*