DBA Data[Home] [Help]

APPS.FND_SSO_REGISTRATION dependencies on FND_SSO_REGISTRATION

Line 1: PACKAGE BODY FND_SSO_REGISTRATION AS

1: PACKAGE BODY FND_SSO_REGISTRATION AS
2: /* $Header: AFSCORGB.pls 120.11.12010000.8 2009/09/09 21:12:39 ctilley ship $*/
3: -- package internal globals
4: G_MODULE_SOURCE constant varchar2(80) := 'fnd.plsql.oid.fnd_sso_registration.';
5:

Line 4: G_MODULE_SOURCE constant varchar2(80) := 'fnd.plsql.oid.fnd_sso_registration.';

1: PACKAGE BODY FND_SSO_REGISTRATION AS
2: /* $Header: AFSCORGB.pls 120.11.12010000.8 2009/09/09 21:12:39 ctilley ship $*/
3: -- package internal globals
4: G_MODULE_SOURCE constant varchar2(80) := 'fnd.plsql.oid.fnd_sso_registration.';
5:
6: /* TDA */
7:
8: type permited_operation is record (

Line 221: fnd_log.string(fnd_log.LEVEL_UNEXPECTED, 'FND_SSO_REGISTRATION.load_realm', 'Requested Realm not found dn="'||r.dn||'"');

217: IF NOT FND_LDAP_UTIL.loadldaprecord(ldap,r.ldap_data.data,r.ldap_data.dn,'cn=Common,cn=Products,cn=OracleContext,'||r.dn,FND_LDAP_UTIL.G_DN_KEY) THEN
218: -- cannot find the specified REalm
219: if (fnd_log.LEVEL_UNEXPECTED >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
220: then
221: fnd_log.string(fnd_log.LEVEL_UNEXPECTED, 'FND_SSO_REGISTRATION.load_realm', 'Requested Realm not found dn="'||r.dn||'"');
222: end if;
223: raise no_data_found;
224: END IF;
225:

Line 995: end FND_SSO_REGISTRATION;

991: END init;
992:
993: BEGIN
994: init();
995: end FND_SSO_REGISTRATION;