DBA Data[Home] [Help]

APPS.POS_REG_WF_PKG dependencies on STANDARD

Line 14: WF Standard API.

10: Workflow activity function. Lock the registration record to prevent
11: spontaneous responses to the same invitation.
12:
13: PARAMS:
14: WF Standard API.
15:
16: RETURN:
17: COMPLETE:SUCCESS - if the record is successfully locked.
18: COMPLETE:ERROR - if the record's status has changed when getting the lock

Line 38: WF Standard API.

34: Workflow activity function. Lock the registration record (to be approved)
35: to prevent spontaneous approving process.
36:
37: PARAMS:
38: WF Standard API.
39:
40: RETURN:
41: COMPLETE:SUCCESS - if the record is successfully locked.
42: COMPLETE:ERROR - if the record's status has changed when getting the lock

Line 62: WF Standard API.

58: Workflow activity function. Lock the registration record (to be rejected)
59: to prevent spontaneous rejection.
60:
61: PARAMS:
62: WF Standard API.
63:
64: RETURN:
65: COMPLETE:SUCCESS - if the record is successfully locked.
66: COMPLETE:ERROR - if the record's status has changed when getting the lock

Line 86: WF Standard API.

82: Workflow activity function. Update registration details with the itemtype
83: and item key
84:
85: PARAMS:
86: WF Standard API.
87:
88: RETURN:
89: COMPLETE : always return COMPLETE. do not raise errors.
90:

Line 109: WF Standard API.

105: Workflow activity function. Update registration details with the itemtype
106: and item key
107:
108: PARAMS:
109: WF Standard API.
110:
111: RETURN:
112: COMPLETE : always return COMPLETE. do not raise errors.
113:

Line 132: WF Standard API.

128: Workflow activity function. Update registration details with the itemtype
129: and item key
130:
131: PARAMS:
132: WF Standard API.
133:
134: RETURN:
135: COMPLETE : always return COMPLETE. do not raise errors.
136:

Line 155: WF Standard API.

151: Workflow activity function. Update registration details with the itemtype
152: and item key
153:
154: PARAMS:
155: WF Standard API.
156:
157: RETURN:
158: COMPLETE : always return COMPLETE. do not raise errors.
159:

Line 183: WF Standard API.

179: * REGISTRANT_EMAIL * ADHOC_USER_NAME
180: * ENTERPRISE_NAME * REG_PAGE_URL
181:
182: PARAMS:
183: WF Standard API.
184:
185: RETURN:
186: COMPLETE:SUCCESS - if everything is ok.
187: COMPLETE:ERROR - if critical attribute cannot be set.

Line 212: WF Standard API.

208: * FIRST_NAME * LAST_NAME
209: * VENDOR_NAME * APPROVAL_PAGE_URL
210:
211: PARAMS:
212: WF Standard API.
213:
214: RETURN:
215: COMPLETE:SUCCESS - if everything is ok.
216: COMPLETE:ERROR - if critical attribute cannot be set.

Line 244: WF Standard API.

240: * POS_SELECTED * PON_SELECTED
241: * FIRST_NAME * LAST_NAME
242:
243: PARAMS:
244: WF Standard API.
245:
246: RETURN:
247: COMPLETE:SUCCESS - if everything is ok.
248: COMPLETE:ERROR - if critical attribute cannot be set.

Line 273: WF Standard API.

269: * REGISTRANT_EMAIL * ADHOC_USER_NAME
270: * ENTERPRISE_NAME * CONTACT_EMAIL
271:
272: PARAMS:
273: WF Standard API.
274:
275: RETURN:
276: COMPLETE:SUCCESS - if everything is ok.
277: COMPLETE:ERROR - if critical attribute cannot be set.

Line 296: WF Standard API.

292:
293: Workflow activity function. Create a workflow ad-hoc (local) user.
294:
295: PARAMS:
296: WF Standard API.
297:
298: RETURN:
299: COMPLETE:SUCCESS - if everything is ok
300: COMPLETE:ERROR - if anything wrong

Line 319: WF Standard API.

315:
316: Workflow activity function. Delete a workflow ad-hoc (local) user.
317:
318: PARAMS:
319: WF Standard API.
320:
321: RETURN:
322: WF Standard API.
323:

Line 322: WF Standard API.

318: PARAMS:
319: WF Standard API.
320:
321: RETURN:
322: WF Standard API.
323:
324: ----------------------------------------*/
325:
326: PROCEDURE DeleteLocalUser(

Line 351: WF Standard API.

347:
348: * ASSIGNED_USER_NAME * FIRST_LOGON_KEY
349:
350: PARAMS:
351: WF Standard API.
352:
353: RETURN:
354: WF Standard API.
355:

Line 354: WF Standard API.

350: PARAMS:
351: WF Standard API.
352:
353: RETURN:
354: WF Standard API.
355:
356: ----------------------------------------*/
357:
358: PROCEDURE CreateUser(

Line 373: WF Standard API.

369:
370: Workflow activity function. Check whether the registration is invited.
371:
372: PARAMS:
373: WF Standard API.
374:
375: RETURN:
376: COMPLETE:Y - if the registration is invited;
377: COMPLETE:N - otherwise

Line 397: WF Standard API.

393: Workflow activity function. Check whether the rejection email has been
394: sent or not
395:
396: PARAMS:
397: WF Standard API.
398:
399: RETURN:
400: COMPLETE:Y - if the mail has been sent
401: COMPLETE:N - otherwise

Line 421: WF Standard API.

417: Workflow activity function. Mark the success of this workflow process
418: by pushing "success" message.
419:
420: PARAMS:
421: WF Standard API.
422:
423: RETURN:
424: WF Standard API.
425:

Line 424: WF Standard API.

420: PARAMS:
421: WF Standard API.
422:
423: RETURN:
424: WF Standard API.
425:
426: ----------------------------------------*/
427:
428: PROCEDURE MarkSuccess(

Line 555: WF Standard API.

551:
552: Workflow activity function. Check whether the registration is invited.
553:
554: PARAMS:
555: WF Standard API.
556:
557: RETURN:
558: COMPLETE:Y - if the registration request is from Oracle Supplier Network;
559: COMPLETE:N - otherwise