DBA Data[Home] [Help]

APPS.WF_OID dependencies on WF_CORE

Line 39: wf_core.context('WF_OID', 'get_oid_session',

35: return my_session;
36:
37: exception
38: when others then
39: wf_core.context('WF_OID', 'get_oid_session',
40: 'Error code: '||to_char(sqlcode),
41: 'Error Message: '||substr(sqlerrm, 1, 238));
42: wf_core.raise('ICX_PREF_DESC');
43: end;

Line 42: wf_core.raise('ICX_PREF_DESC');

38: when others then
39: wf_core.context('WF_OID', 'get_oid_session',
40: 'Error code: '||to_char(sqlcode),
41: 'Error Message: '||substr(sqlerrm, 1, 238));
42: wf_core.raise('ICX_PREF_DESC');
43: end;
44: --
45: -------------------------------------------------------------------------------
46: PROCEDURE unbind(p_session in out nocopy dbms_ldap.session)