DBA Data[Home] [Help]

APPS.WFJ_ENGINE dependencies on WFJ_ENGINE

Line 1: package body WFJ_ENGINE as

1: package body WFJ_ENGINE as
2: /* $Header: wfjengb.pls 120.1 2005/07/02 02:47:06 appldev ship $ */
3:
4: --
5: -- Error (PRIVATE)

Line 30: Wfj_Engine.Error;

26: htp.p('Success');
27: return;
28: exception
29: when others then
30: Wfj_Engine.Error;
31: return;
32: end AddItemAttr;
33:
34:

Line 45: Wfj_Engine.Error;

41: htp.p('Success');
42: return;
43: exception
44: when others then
45: Wfj_Engine.Error;
46: return;
47: end SetItemAttrText;
48:
49:

Line 60: Wfj_Engine.Error;

56: htp.p('Success');
57: return;
58: exception
59: when others then
60: Wfj_Engine.Error;
61: return;
62: end SetItemAttrNumber;
63:
64:

Line 75: Wfj_Engine.Error;

71: htp.p('Success');
72: return;
73: exception
74: when others then
75: Wfj_Engine.Error;
76: return;
77: end SetItemAttrDate;
78:
79:

Line 90: Wfj_Engine.Error;

86: htp.p('Success');
87: return;
88: exception
89: when others then
90: Wfj_Engine.Error;
91: return;
92: end SetItemAttrDocument;
93:
94: procedure SetItemOwner(itemtype in varchar2,

Line 103: Wfj_Engine.Error;

99: htp.p('Success');
100: return;
101: exception
102: when others then
103: Wfj_Engine.Error;
104: return;
105: end SetItemOwner;
106:
107:

Line 117: Wfj_Engine.Error;

113: htp.p('Success');
114: return;
115: exception
116: when others then
117: Wfj_Engine.Error;
118: return;
119: end SetItemUserKey;
120:
121:

Line 131: Wfj_Engine.Error;

127: htp.p('Success');
128: return;
129: exception
130: when others then
131: Wfj_Engine.Error;
132: return;
133: end CreateProcess;
134:
135:

Line 144: Wfj_Engine.Error;

140: htp.p('Success');
141: return;
142: exception
143: when others then
144: Wfj_Engine.Error;
145: return;
146: end StartProcess;
147:
148:

Line 159: Wfj_Engine.Error;

155: htp.p('Success');
156: return;
157: exception
158: when others then
159: Wfj_Engine.Error;
160: return;
161: end SuspendProcess;
162:
163:

Line 174: Wfj_Engine.Error;

170: htp.p('Success');
171: return;
172: exception
173: when others then
174: Wfj_Engine.Error;
175: return;
176: end AbortProcess;
177:
178:

Line 188: Wfj_Engine.Error;

184: htp.p('Success');
185: return;
186: exception
187: when others then
188: Wfj_Engine.Error;
189: return;
190: end ResumeProcess;
191:
192:

Line 203: Wfj_Engine.Error;

199: htp.p('Success');
200: return;
201: exception
202: when others then
203: Wfj_Engine.Error;
204: return;
205: end AssignActivity;
206:
207:

Line 208: END WFJ_ENGINE;

204: return;
205: end AssignActivity;
206:
207:
208: END WFJ_ENGINE;