DBA Data[Home] [Help]

APPS.FND_OID_DIAG dependencies on DUAL

Line 587: from dual;

583: begin
584: currentMethod := 'passwordTest';
585: select fnd_preference.eget('#INTERNAL','LDAP_SYNCH', 'EPWD', 'LDAP_PWD')
586: into appsPwd
587: from dual;
588:
589: result := dbms_ldap.compare_s(ld => ldapSession, dn => orclAppName,
590: attr => 'userpassword', value => appsPwd);
591: