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.3 2009/10/29 10:47:43 sudchakr ship $ */
3:
4: -- Home page navigation is set false
5: Home_Page_Worklist boolean := false;

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

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

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

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

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

181: return (username);
182:
183: exception
184: when others then
185: wf_core.context('Wf_Advanced_Worklist', 'Authenticate2', username, to_char(nid), nkey);
186: raise;
187: end Authenticate2;
188:
189: procedure SetNavFromHomePage(isebizhomepage in number)

Line 208: end WF_ADVANCED_WORKLIST;

204: begin
205: return Home_Page_Worklist;
206: end GetNavFromHomePage;
207:
208: end WF_ADVANCED_WORKLIST;