DBA Data[Home] [Help]

APPS.WF_WORKLIST_ENGINE dependencies on WF_WORKLIST_ENGINE

Line 1: package body WF_WORKLIST_ENGINE as

1: package body WF_WORKLIST_ENGINE as
2: /* $Header: wfwrkb.pls 115.25 2004/01/18 01:19:56 dlam ship $ */
3:
4: /*
5: Modeled the following views and selects

Line 118: Wf_Core.Context('Wf_WorkList_Engine', 'GetRoleClause3', name);

114: return tmproles;
115:
116: exception
117: when OTHERS then
118: Wf_Core.Context('Wf_WorkList_Engine', 'GetRoleClause3', name);
119:
120: raise;
121: end GetRoleClause3;
122:

Line 155: wf_worklist_engine.debug := TRUE;

151: --
152: procedure debug_on
153: is
154: begin
155: wf_worklist_engine.debug := TRUE;
156: end debug_on;
157:
158: --
159: -- Debug_Off

Line 165: wf_worklist_engine.debug := FALSE;

161: --
162: procedure debug_off
163: is
164: begin
165: wf_worklist_engine.debug := FALSE;
166: end debug_off;
167:
168: end WF_WORKLIST_ENGINE;

Line 168: end WF_WORKLIST_ENGINE;

164: begin
165: wf_worklist_engine.debug := FALSE;
166: end debug_off;
167:
168: end WF_WORKLIST_ENGINE;