DBA Data[Home] [Help]

APPS.FND_SSO_REGISTRATION dependencies on FND_USER

Line 23: ** x_fnd_user Always returns fnd_ldap_wrapper.SUCCESS

19: ** is to be determined. It could take
20: ** values such as fnd_ldap_wrapper.G_CREATE,
21: ** fnd_ldap_wrapper.G_UPDATE,
22: ** fnd_ldap_wrapper.G_DELETE.
23: ** x_fnd_user Always returns fnd_ldap_wrapper.SUCCESS
24: ** since FND operations are always allowed.
25: ** x_oid Returns fnd_ldap_wrapper.SUCCESS if the
26: ** provisioning profile permits apps to perform
27: ** the operation at hand in OID.

Line 36: x_fnd_user out nocopy pls_integer,

32: **
33: ** Returns :
34: */
35: procedure is_operation_allowed(p_operation in pls_integer,
36: x_fnd_user out nocopy pls_integer,
37: x_oid out nocopy pls_integer,
38: p_user_name in varchar2 default null,
39: p_realm_dn in varchar2 default null);
40:

Line 55: ** x_fnd_user Always returns fnd_ldap_wrapper.SUCCESS

51: ** is to be determined. It could take
52: ** values such as fnd_ldap_wrapper.G_CREATE,
53: ** fnd_ldap_wrapper.G_UPDATE,
54: ** fnd_ldap_wrapper.G_DELETE.
55: ** x_fnd_user Always returns fnd_ldap_wrapper.SUCCESS
56: ** since FND operations are always allowed.
57: ** x_oid Returns fnd_ldap_wrapper.SUCCESS if the
58: ** provisioning profile permits apps to perform
59: ** the operation at hand in OID.

Line 73: x_fnd_user out nocopy pls_integer,

69: procedure is_operation_allowed(p_direction in pls_integer default FND_LDAP_WRAPPER.G_EBIZ_TO_OID,
70: p_entity in pls_integer,
71: p_operation in pls_integer,
72: p_attribute in out nocopy varchar2,
73: x_fnd_user out nocopy pls_integer,
74: x_oid out nocopy pls_integer,
75: p_user_name in varchar2 default null,
76: p_realm_dn in varchar2 default null
77: );

Line 101: function getGuidRealm(l_guid in FND_USER.user_guid%type) return varchar2;

97:
98: -- returns the realm wher dn is under any of the searchbase
99:
100: function getUserRealmIndex(dn in varchar2) return pls_integer;
101: function getGuidRealm(l_guid in FND_USER.user_guid%type) return varchar2;
102:
103: function getDefaultRealm(ldap in out nocopy dbms_ldap.session ) return varchar2;
104:
105: function getDefaultRealm return varchar2;