DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on FND_USER

Line 70: user_guid fnd_user.user_guid%type

66: , auto_link varchar2(20)
67: );
68:
69: type apps_user_key_type is record (
70: user_guid fnd_user.user_guid%type
71: , user_id fnd_user.user_id%type
72: , user_name fnd_user.user_name%type
73: , person_party_id fnd_user.person_party_id%type
74: );

Line 71: , user_id fnd_user.user_id%type

67: );
68:
69: type apps_user_key_type is record (
70: user_guid fnd_user.user_guid%type
71: , user_id fnd_user.user_id%type
72: , user_name fnd_user.user_name%type
73: , person_party_id fnd_user.person_party_id%type
74: );
75:

Line 72: , user_name fnd_user.user_name%type

68:
69: type apps_user_key_type is record (
70: user_guid fnd_user.user_guid%type
71: , user_id fnd_user.user_id%type
72: , user_name fnd_user.user_name%type
73: , person_party_id fnd_user.person_party_id%type
74: );
75:
76: type wf_entity_changes_rec_type is record (

Line 73: , person_party_id fnd_user.person_party_id%type

69: type apps_user_key_type is record (
70: user_guid fnd_user.user_guid%type
71: , user_id fnd_user.user_id%type
72: , user_name fnd_user.user_name%type
73: , person_party_id fnd_user.person_party_id%type
74: );
75:
76: type wf_entity_changes_rec_type is record (
77: entity_type wf_entity_changes.entity_type%type

Line 168: function get_oid_nickname(p_user_guid in fnd_user.user_guid%type)

164: ** Pre-Reqs :
165: ** Parameters :
166: ** Notes :
167: */
168: function get_oid_nickname(p_user_guid in fnd_user.user_guid%type)
169: return varchar2;
170: --
171: -------------------------------------------------------------------------------
172: /*

Line 210: ** Desc : This procedure takes a fnd_user username as input. It retrieves

206: -------------------------------------------------------------------------------
207: /*
208: ** Name : synch_user_from_LDAP
209: ** Type : Public, FND Internal
210: ** Desc : This procedure takes a fnd_user username as input. It retrieves
211: ** the user information from OID and tries to create a new TCA record. If
212: ** one already exists then it simply updates the existing record.
213: ** Refer to 4325421
214: ** Pre-Reqs :

Line 219: procedure synch_user_from_LDAP( p_user_name in fnd_user.user_name%type,

215: ** Parameters :
216: ** p_user_name: user whose attributes need to be synchronized with TCA
217: ** p_result : result of the operation
218: */
219: procedure synch_user_from_LDAP( p_user_name in fnd_user.user_name%type,
220: p_result out nocopy pls_integer);
221: --
222: -------------------------------------------------------------------------------
223: /*

Line 226: ** Desc : This procedure takes a fnd_user username as input. It retrieves

222: -------------------------------------------------------------------------------
223: /*
224: ** Name : synch_user_from_LDAP
225: ** Type : Public, FND Internal
226: ** Desc : This procedure takes a fnd_user username as input. It retrieves
227: ** the user information from OID and tries to create a new TCA record. If
228: ** one already exists then it simply updates the existing record. This procedure
229: ** performs the above in the same transaction.
230: ** Refer to 4325421, 4576676

Line 236: procedure synch_user_from_LDAP_NO_AUTO( p_user_name in fnd_user.user_name%type,

232: ** Parameters :
233: ** p_user_name: user whose attributes need to be synchronized with TCA
234: ** p_result : result of the operation
235: */
236: procedure synch_user_from_LDAP_NO_AUTO( p_user_name in fnd_user.user_name%type,
237: p_result out nocopy pls_integer);
238:
239: --
240: -------------------------------------------------------------------------------

Line 244: ** Desc : This procedure creates a user in fnd_user by invoking the

240: -------------------------------------------------------------------------------
241: /*
242: ** Name : on_demand_user_create
243: ** Type : Public, FND Internal
244: ** Desc : This procedure creates a user in fnd_user by invoking the
245: ** fnd_user_pkg api and then raises a business event.
246: ** This procedure is called from the apps success url for creation
247: ** apps user on demand. Refer to 4097060
248: ** Pre-Reqs :

Line 245: ** fnd_user_pkg api and then raises a business event.

241: /*
242: ** Name : on_demand_user_create
243: ** Type : Public, FND Internal
244: ** Desc : This procedure creates a user in fnd_user by invoking the
245: ** fnd_user_pkg api and then raises a business event.
246: ** This procedure is called from the apps success url for creation
247: ** apps user on demand. Refer to 4097060
248: ** Pre-Reqs :
249: ** Parameters :

Line 264: ** in table fnd_user

260: ** Pre-Reqs :
261: ** Parameters :
262: ** p_userguid -- User GUID as stored in OID.
263: ** p_user_name -- The UID of the user that will be saved as the user_name
264: ** in table fnd_user
265: ** Notes : Originally
266: ** WF_OID.getUserAtts(p_userguid in varchar2) return ldap_attr_list
267: */
268: function get_user_attributes(

Line 434: ** Name : get_fnd_user

430:
431: --
432: -------------------------------------------------------------------------------
433: /*
434: ** Name : get_fnd_user
435: ** Type : Public, FND Internal
436: ** Desc :
437: ** Pre-Reqs :
438: ** Parameters :

Line 440: function get_fnd_user(p_user_guid in varchar2)

436: ** Desc :
437: ** Pre-Reqs :
438: ** Parameters :
439: */
440: function get_fnd_user(p_user_guid in varchar2)
441: return apps_user_key_type;
442: --
443: -------------------------------------------------------------------------------
444: /*

Line 456: ** Name : get_fnd_user

452: return boolean;
453: --
454: -------------------------------------------------------------------------------
455: /*
456: ** Name : get_fnd_user
457: ** Type : Public, FND Internal
458: ** Desc :
459: ** Pre-Reqs :
460: ** Parameters :

Line 462: function get_fnd_user(p_user_name in varchar2)

458: ** Desc :
459: ** Pre-Reqs :
460: ** Parameters :
461: */
462: function get_fnd_user(p_user_name in varchar2)
463: return apps_user_key_type;
464: --
465: -------------------------------------------------------------------------------
466: /* Name : send_subscription_add_to_OID

Line 471: (p_orcl_guid fnd_user.user_guid%type);

467: ** Type : Public FND Internal
468: ** Parameters : p_user_name
469: */
470: procedure send_subscription_add_to_OID
471: (p_orcl_guid fnd_user.user_guid%type);
472: --
473: -------------------------------------------------------------------------------
474: /*
475: ** Name : isUserEnabled

Line 494: procedure add_user_to_OID_sub_list(p_orclguid in fnd_user.user_guid%type,

490: ** Parameters : p_orclguid - GUID of the user
491: ** x_result - fnd_ldap_util.G_SUCCESS if success
492: ** - fnd_ldap_util.G_FAILURE otherwise
493: */
494: procedure add_user_to_OID_sub_list(p_orclguid in fnd_user.user_guid%type,
495: x_result out nocopy pls_integer);
496:
497: /*
498: * ** Name : isTCAenabled