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 169: function get_oid_nickname(p_user_guid in fnd_user.user_guid%type)

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

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

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

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

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

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

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

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

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

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

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

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

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

Line 265: ** in table fnd_user

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

Line 435: ** Name : get_fnd_user

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

Line 441: function get_fnd_user(p_user_guid in varchar2)

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

Line 457: ** Name : get_fnd_user

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

Line 463: function get_fnd_user(p_user_name in varchar2)

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

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

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

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

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