DBA Data[Home] [Help]

APPS.FND_LDAP_MAPPER dependencies on FND_OID_UTIL

Line 15: return fnd_oid_util.apps_sso_user_profiles_type;

11: **
12: */
13:
14: function map_sso_user_profiles(p_user_name in varchar2)
15: return fnd_oid_util.apps_sso_user_profiles_type;
16: --
17: ---------------------------------------------------------------------------------
18: /*
19: ** Name : map_wf_entity_changes_rec

Line 26: p_entity_changes_rec in out nocopy fnd_oid_util.wf_entity_changes_rec_type

22: ** Pre-Reqs :
23: ** Parameters :
24: */
25: procedure map_entity_changes_rec(
26: p_entity_changes_rec in out nocopy fnd_oid_util.wf_entity_changes_rec_type
27: );
28: --
29: -------------------------------------------------------------------------------
30: /*

Line 40: , p_ldap_key in out nocopy fnd_oid_util.ldap_key_type

36: */
37: procedure map_ldap_attr_list(
38: p_entity_type in wf_attribute_cache.entity_type%type
39: , p_entity_key_value in wf_attribute_cache.entity_key_value%type
40: , p_ldap_key in out nocopy fnd_oid_util.ldap_key_type
41: , p_ldap_attr_list out nocopy ldap_attr_list
42: );
43: --
44: -------------------------------------------------------------------------------

Line 55: , p_ldap_message in out nocopy fnd_oid_util.ldap_message_type

51: */
52: procedure map_ldap_message(
53: p_wf_event in wf_event_t
54: , p_event_type in varchar2
55: , p_ldap_message in out nocopy fnd_oid_util.ldap_message_type
56: );
57: --
58: -------------------------------------------------------------------------------
59: /*

Line 69: , p_ldap_message in out nocopy fnd_oid_util.ldap_message_type

65: */
66: procedure map_ldap_message(
67: p_user_name in fnd_user.user_name%type
68: , p_ldap_attr_list in ldap_attr_list
69: , p_ldap_message in out nocopy fnd_oid_util.ldap_message_type
70: );
71: --
72: -------------------------------------------------------------------------------
73: /*

Line 81: p_ldap_key in fnd_oid_util.ldap_key_type

77: ** Pre-Reqs :
78: ** Parameters :
79: */
80: procedure map_oid_event(
81: p_ldap_key in fnd_oid_util.ldap_key_type
82: , p_entity_changes_rec in fnd_oid_util.wf_entity_changes_rec_type
83: , p_ldap_attr_list in ldap_attr_list
84: , p_event out nocopy ldap_event
85: );

Line 82: , p_entity_changes_rec in fnd_oid_util.wf_entity_changes_rec_type

78: ** Parameters :
79: */
80: procedure map_oid_event(
81: p_ldap_key in fnd_oid_util.ldap_key_type
82: , p_entity_changes_rec in fnd_oid_util.wf_entity_changes_rec_type
83: , p_ldap_attr_list in ldap_attr_list
84: , p_event out nocopy ldap_event
85: );
86: