DBA Data[Home] [Help]

APPS.FND_LDAP_USER dependencies on FND_LDAP_UTIL

Line 45: ** Returns : FND_LDAP_UTIL.G_SUCCESS if

41: ** Name : change_user_name
42: ** Type : Public, FND Internal
43: ** Desc : This function creates a user name in OID
44: ** Pre-Reqs :
45: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
46: ** - a user name is successfully changed in OID
47: ** FND_LDAP_UTIL.G_FAILURE if
48: ** - user name change fails
49: */

Line 47: ** FND_LDAP_UTIL.G_FAILURE if

43: ** Desc : This function creates a user name in OID
44: ** Pre-Reqs :
45: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
46: ** - a user name is successfully changed in OID
47: ** FND_LDAP_UTIL.G_FAILURE if
48: ** - user name change fails
49: */
50: procedure change_user_name(p_user_guid in raw,
51: p_old_user_name in varchar2,

Line 62: ** FND_LDAP_UTIL.G_FAILURE

58: ** Type : Public, FND Internal
59: ** Desc : This function creates a user in OID for the application it is
60: ** invoked from. It only creates a user if a user doesn't exists
61: ** already. If a user eixts with the same name, it will return
62: ** FND_LDAP_UTIL.G_FAILURE
63: ** Pre-Reqs :
64: ** Parameters: p_ldap_user : user record. See FND_LDAP_UTIL.ldap_user_type
65: ** for more details
66: ** Returns : FND_LDAP_UTIL.G_SUCCESS if

Line 64: ** Parameters: p_ldap_user : user record. See FND_LDAP_UTIL.ldap_user_type

60: ** invoked from. It only creates a user if a user doesn't exists
61: ** already. If a user eixts with the same name, it will return
62: ** FND_LDAP_UTIL.G_FAILURE
63: ** Pre-Reqs :
64: ** Parameters: p_ldap_user : user record. See FND_LDAP_UTIL.ldap_user_type
65: ** for more details
66: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
67: ** - a user is successfully created in OID
68: ** FND_LDAP_UTIL.G_FAILURE if

Line 66: ** Returns : FND_LDAP_UTIL.G_SUCCESS if

62: ** FND_LDAP_UTIL.G_FAILURE
63: ** Pre-Reqs :
64: ** Parameters: p_ldap_user : user record. See FND_LDAP_UTIL.ldap_user_type
65: ** for more details
66: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
67: ** - a user is successfully created in OID
68: ** FND_LDAP_UTIL.G_FAILURE if
69: ** - user creation fails
70: */

Line 68: ** FND_LDAP_UTIL.G_FAILURE if

64: ** Parameters: p_ldap_user : user record. See FND_LDAP_UTIL.ldap_user_type
65: ** for more details
66: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
67: ** - a user is successfully created in OID
68: ** FND_LDAP_UTIL.G_FAILURE if
69: ** - user creation fails
70: */
71: function create_user(p_ldap_user in fnd_ldap_util.ldap_user_type) return pls_integer;
72: --

Line 71: function create_user(p_ldap_user in fnd_ldap_util.ldap_user_type) return pls_integer;

67: ** - a user is successfully created in OID
68: ** FND_LDAP_UTIL.G_FAILURE if
69: ** - user creation fails
70: */
71: function create_user(p_ldap_user in fnd_ldap_util.ldap_user_type) return pls_integer;
72: --
73: -------------------------------------------------------------------------------
74: /*
75: ** Name : create_user

Line 181: ** Returns : FND_LDAP_UTIL.G_SUCCESS if

177: ** invoked from
178: ** Notes : This API doesn't check for profile values. Use fnd_ldap_wrapper
179: ** Pre-Reqs :
180: ** Parameters: user_name : user name
181: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
182: ** - the user exists
183: ** FND_LDAP_UTIL.G_FAILURE if
184: ** - the user doesn't exist
185: */

Line 183: ** FND_LDAP_UTIL.G_FAILURE if

179: ** Pre-Reqs :
180: ** Parameters: user_name : user name
181: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
182: ** - the user exists
183: ** FND_LDAP_UTIL.G_FAILURE if
184: ** - the user doesn't exist
185: */
186: function user_exists(p_user_name in varchar2) return pls_integer;
187: function user_exists(ldap in dbms_ldap.session,p_user_name in varchar2) return pls_integer;

Line 201: ** FND_LDAP_UTIL.G_SUCCESS if

197: ** we delete the pending FND_USER record.
198: ** Pre-Reqs :
199: ** Parameters: p_user_name : user name to be deleted
200: ** p_result :
201: ** FND_LDAP_UTIL.G_SUCCESS if
202: ** - the user is successfully deleted in OID
203: ** FND_LDAP_UTIL.G_FAILURE if
204: ** - if user deletion fails
205: ** Notes :

Line 203: ** FND_LDAP_UTIL.G_FAILURE if

199: ** Parameters: p_user_name : user name to be deleted
200: ** p_result :
201: ** FND_LDAP_UTIL.G_SUCCESS if
202: ** - the user is successfully deleted in OID
203: ** FND_LDAP_UTIL.G_FAILURE if
204: ** - if user deletion fails
205: ** Notes :
206: */
207: procedure delete_user(p_user_guid in fnd_user.user_guid%type,

Line 229: ** FND_LDAP_UTIL.G_SUCCESS if

225: ** p_fax: fax, default null
226: ** x_password:
227: ** EXTERNAL or null depending on APPS_SSO_LOCAL_LOGIN profile
228: ** x_result:
229: ** FND_LDAP_UTIL.G_SUCCESS if
230: ** - the user is successfully updated in OID
231: ** FND_LDAP_UTIL.G_FAILURE if
232: ** - user update fails
233: ** Notes :

Line 231: ** FND_LDAP_UTIL.G_FAILURE if

227: ** EXTERNAL or null depending on APPS_SSO_LOCAL_LOGIN profile
228: ** x_result:
229: ** FND_LDAP_UTIL.G_SUCCESS if
230: ** - the user is successfully updated in OID
231: ** FND_LDAP_UTIL.G_FAILURE if
232: ** - user update fails
233: ** Notes :
234: */
235: procedure update_user(p_user_guid in raw,

Line 273: ** FND_LDAP_UTIL.G_SUCCESS if

269: ** a user updates his/her own password)
270: ** x_password:
271: ** EXTERNAL or null depending on APPS_SSO_LOCAL_LOGIN profile
272: ** x_result:
273: ** FND_LDAP_UTIL.G_SUCCESS if
274: ** - the user is successfully updated in OID
275: ** FND_LDAP_UTIL.G_FAILURE if
276: ** - user update fails
277: ** Notes :

Line 275: ** FND_LDAP_UTIL.G_FAILURE if

271: ** EXTERNAL or null depending on APPS_SSO_LOCAL_LOGIN profile
272: ** x_result:
273: ** FND_LDAP_UTIL.G_SUCCESS if
274: ** - the user is successfully updated in OID
275: ** FND_LDAP_UTIL.G_FAILURE if
276: ** - user update fails
277: ** Notes :
278: */
279: