DBA Data[Home] [Help]

APPS.WF_ADVANCED_WORKLIST dependencies on WF_ADVANCED_WORKLIST

Line 1: package body WF_ADVANCED_WORKLIST as

1: package body WF_ADVANCED_WORKLIST as
2: /* $Header: wfadvwb.pls 120.2.12010000.2 2008/08/11 15:06:59 sudchakr ship $ */
3:
4: --
5: -- Authenticate (PUBLIC)

Line 81: wf_core.context('Wf_Advanced_Worklist_Html', 'Authenticate', to_char(nid), nkey);

77: end if;
78: return(username);
79: exception
80: when others then
81: wf_core.context('Wf_Advanced_Worklist_Html', 'Authenticate', to_char(nid), nkey);
82: raise;
83: end Authenticate;
84:
85:

Line 125: return wf_advanced_worklist.Authenticate(username, nid, nkey);

121: dummy pls_integer;
122: begin
123:
124: begin
125: return wf_advanced_worklist.Authenticate(username, nid, nkey);
126: exception
127: when others then
128: if (wf_core.error_name <> 'WFNTF_ACCESS_USER') then
129: raise;

Line 183: wf_core.context('Wf_Advanced_Worklist', 'Authenticate2', username, to_char(nid), nkey);

179: return (username);
180:
181: exception
182: when others then
183: wf_core.context('Wf_Advanced_Worklist', 'Authenticate2', username, to_char(nid), nkey);
184: raise;
185: end Authenticate2;
186:
187: end WF_ADVANCED_WORKLIST;

Line 187: end WF_ADVANCED_WORKLIST;

183: wf_core.context('Wf_Advanced_Worklist', 'Authenticate2', username, to_char(nid), nkey);
184: raise;
185: end Authenticate2;
186:
187: end WF_ADVANCED_WORKLIST;