DBA Data[Home] [Help]

APPS.FND_LDAP_USER dependencies on FND_LDAP_UTIL

Line 23: user_data FND_LDAP_UTIL.ldap_record_values

19: NickName_ATT_NAME varchar2(80),
20: parent_DN varchar2(4000),
21: realmDN varchar2(4000),
22: dn varchar2(4000),
23: user_data FND_LDAP_UTIL.ldap_record_values
24: );
25:
26: -- End of Package Globals
27: --

Line 63: ** Returns : FND_LDAP_UTIL.G_SUCCESS if

59: ** Name : change_user_name
60: ** Type : Public, FND Internal
61: ** Desc : This function creates a user name in OID
62: ** Pre-Reqs :
63: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
64: ** - a user name is successfully changed in OID
65: ** FND_LDAP_UTIL.G_FAILURE if
66: ** - user name change fails
67: */

Line 65: ** FND_LDAP_UTIL.G_FAILURE if

61: ** Desc : This function creates a user name in OID
62: ** Pre-Reqs :
63: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
64: ** - a user name is successfully changed in OID
65: ** FND_LDAP_UTIL.G_FAILURE if
66: ** - user name change fails
67: */
68: procedure change_user_name(p_user_guid in raw,
69: p_old_user_name in varchar2,

Line 80: ** FND_LDAP_UTIL.G_FAILURE

76: ** Type : Public, FND Internal
77: ** Desc : This function creates a user in OID for the application it is
78: ** invoked from. It only creates a user if a user doesn't exists
79: ** already. If a user eixts with the same name, it will return
80: ** FND_LDAP_UTIL.G_FAILURE
81: ** Pre-Reqs :
82: ** Parameters:
83: **
84: ** Previous version:p_ldap_user : user record. See FND_LDAP_UTIL.ldap_user_type

Line 84: ** Previous version:p_ldap_user : user record. See FND_LDAP_UTIL.ldap_user_type

80: ** FND_LDAP_UTIL.G_FAILURE
81: ** Pre-Reqs :
82: ** Parameters:
83: **
84: ** Previous version:p_ldap_user : user record. See FND_LDAP_UTIL.ldap_user_type
85: ** for more details
86: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
87: ** - a user is successfully created in OID
88: ** FND_LDAP_UTIL.G_FAILURE if

Line 86: ** Returns : FND_LDAP_UTIL.G_SUCCESS if

82: ** Parameters:
83: **
84: ** Previous version:p_ldap_user : user record. See FND_LDAP_UTIL.ldap_user_type
85: ** for more details
86: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
87: ** - a user is successfully created in OID
88: ** FND_LDAP_UTIL.G_FAILURE if
89: ** - user creation fails
90: */

Line 88: ** FND_LDAP_UTIL.G_FAILURE if

84: ** Previous version:p_ldap_user : user record. See FND_LDAP_UTIL.ldap_user_type
85: ** for more details
86: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
87: ** - a user is successfully created in OID
88: ** FND_LDAP_UTIL.G_FAILURE if
89: ** - user creation fails
90: */
91: --
92: -- DEPRECATED AND REMOVED

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

89: ** - user creation fails
90: */
91: --
92: -- DEPRECATED AND REMOVED
93: --function create_user(p_ldap_user in fnd_ldap_util.ldap_user_type) return pls_integer;
94: -- See private functio
95: --- function pvt_create_user(p_ldap_user in out nocopy fnd_ldap_user.ldap_user_type) return pls_integer;
96: --
97: -------------------------------------------------------------------------------

Line 207: ** Returns : FND_LDAP_UTIL.G_SUCCESS if

203: ** invoked from
204: ** Notes : This API doesn't check for profile values. Use fnd_ldap_wrapper
205: ** Pre-Reqs :
206: ** Parameters: user_name : user name
207: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
208: ** - the user exists
209: ** FND_LDAP_UTIL.G_FAILURE if
210: ** - the user doesn't exist
211: */

Line 209: ** FND_LDAP_UTIL.G_FAILURE if

205: ** Pre-Reqs :
206: ** Parameters: user_name : user name
207: ** Returns : FND_LDAP_UTIL.G_SUCCESS if
208: ** - the user exists
209: ** FND_LDAP_UTIL.G_FAILURE if
210: ** - the user doesn't exist
211: */
212: function user_exists(p_user_name in varchar2) return pls_integer;
213: function user_exists(ldap in dbms_ldap.session,p_user_name in varchar2) return pls_integer;

Line 227: ** FND_LDAP_UTIL.G_SUCCESS if

223: ** we delete the pending FND_USER record.
224: ** Pre-Reqs :
225: ** Parameters: p_user_name : user name to be deleted
226: ** p_result :
227: ** FND_LDAP_UTIL.G_SUCCESS if
228: ** - the user is successfully deleted in OID
229: ** FND_LDAP_UTIL.G_FAILURE if
230: ** - if user deletion fails
231: ** Notes :

Line 229: ** FND_LDAP_UTIL.G_FAILURE if

225: ** Parameters: p_user_name : user name to be deleted
226: ** p_result :
227: ** FND_LDAP_UTIL.G_SUCCESS if
228: ** - the user is successfully deleted in OID
229: ** FND_LDAP_UTIL.G_FAILURE if
230: ** - if user deletion fails
231: ** Notes :
232: */
233: procedure delete_user(p_user_guid in fnd_user.user_guid%type,

Line 255: ** FND_LDAP_UTIL.G_SUCCESS if

251: ** p_fax: fax, default null
252: ** x_password:
253: ** EXTERNAL or null depending on APPS_SSO_LOCAL_LOGIN profile
254: ** x_result:
255: ** FND_LDAP_UTIL.G_SUCCESS if
256: ** - the user is successfully updated in OID
257: ** FND_LDAP_UTIL.G_FAILURE if
258: ** - user update fails
259: ** Notes :

Line 257: ** FND_LDAP_UTIL.G_FAILURE if

253: ** EXTERNAL or null depending on APPS_SSO_LOCAL_LOGIN profile
254: ** x_result:
255: ** FND_LDAP_UTIL.G_SUCCESS if
256: ** - the user is successfully updated in OID
257: ** FND_LDAP_UTIL.G_FAILURE if
258: ** - user update fails
259: ** Notes :
260: ** This is an old siganture. mainly we always need to know if we expire the password or not.
261: ** THis supposed only to be called from FND_LDAP_WRAPPER.

Line 301: ** FND_LDAP_UTIL.G_SUCCESS if

297: ** a user updates his/her own password)
298: ** x_password:
299: ** EXTERNAL or null depending on APPS_SSO_LOCAL_LOGIN profile
300: ** x_result:
301: ** FND_LDAP_UTIL.G_SUCCESS if
302: ** - the user is successfully updated in OID
303: ** FND_LDAP_UTIL.G_FAILURE if
304: ** - user update fails
305: ** Notes :

Line 303: ** FND_LDAP_UTIL.G_FAILURE if

299: ** EXTERNAL or null depending on APPS_SSO_LOCAL_LOGIN profile
300: ** x_result:
301: ** FND_LDAP_UTIL.G_SUCCESS if
302: ** - the user is successfully updated in OID
303: ** FND_LDAP_UTIL.G_FAILURE if
304: ** - user update fails
305: ** Notes :
306: */
307: