DBA Data[Home] [Help]

APPS.PO_REQ_WF_BUILD_ACCOUNT_INIT dependencies on WF_ENGINE

Line 158: WF_ENGINE_UTIL.CLEARCACHE;

154:
155: -- Note from bug5075361: We probably don't need to keep the clearcache
156: -- at the beginning of the procedure since they're called at the end
157: -- but it doesn't hurt to keep them anyway
158: WF_ENGINE_UTIL.CLEARCACHE;
159: WF_ACTIVITY.CLEARCACHE;
160: WF_ITEM_ACTIVITY_STATUS.CLEARCACHE;
161: WF_ITEM.CLEARCACHE;
162: WF_PROCESS_ACTIVITY.CLEARCACHE;

Line 285: wf_engine.SetItemAttrText ( itemtype => itemtype,

281: x_destination_subinventory);
282:
283: Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DESTINATION_TYPE_CODE', x_destination_type_code);
284:
285: wf_engine.SetItemAttrText ( itemtype => itemtype,
286: itemkey => WF_ItemKey,
287: aname => 'PO_ENCUMBRANCE_FLAG',
288: avalue => x_po_encumberance_flag );
289:

Line 295: wf_engine.SetItemAttrText ( itemtype => itemtype,

291:
292: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT1', header_att1);
293: If header_att1 is not null then
294: begin
295: wf_engine.SetItemAttrText ( itemtype => itemtype,
296: itemkey => WF_ItemKey,
297: aname => 'HEADER_ATT1',
298: avalue => header_att1 );
299: exception when others then

Line 307: wf_engine.SetItemAttrText ( itemtype => itemtype,

303:
304: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT2', header_att2);
305: If header_att2 is not null then
306: begin
307: wf_engine.SetItemAttrText ( itemtype => itemtype,
308: itemkey => WF_ItemKey,
309: aname => 'HEADER_ATT2',
310: avalue => header_att2 );
311: exception when others then

Line 319: wf_engine.SetItemAttrText ( itemtype => itemtype,

315:
316: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT3', header_att3);
317: If header_att3 is not null then
318: begin
319: wf_engine.SetItemAttrText ( itemtype => itemtype,
320: itemkey => WF_ItemKey,
321: aname => 'HEADER_ATT3',
322: avalue => header_att3 );
323: exception when others then

Line 331: wf_engine.SetItemAttrText ( itemtype => itemtype,

327:
328: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT4', header_att4);
329: If header_att4 is not null then
330: begin
331: wf_engine.SetItemAttrText ( itemtype => itemtype,
332: itemkey => WF_ItemKey,
333: aname => 'HEADER_ATT4',
334: avalue => header_att4 );
335: exception when others then

Line 343: wf_engine.SetItemAttrText ( itemtype => itemtype,

339:
340: -- Call_WF_API_to_set_Att (ItemType, ItemKey, 'HEADER_ATT5', header_att5);
341: If header_att5 is not null then
342: begin
343: wf_engine.SetItemAttrText ( itemtype => itemtype,
344: itemkey => WF_ItemKey,
345: aname => 'HEADER_ATT5',
346: avalue => header_att5 );
347: exception when others then

Line 355: wf_engine.SetItemAttrText ( itemtype => itemtype,

351:
352: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT6', header_att6);
353: If header_att6 is not null then
354: begin
355: wf_engine.SetItemAttrText ( itemtype => itemtype,
356: itemkey => WF_ItemKey,
357: aname => 'HEADER_ATT6',
358: avalue => header_att6 );
359: exception when others then

Line 367: wf_engine.SetItemAttrText ( itemtype => itemtype,

363:
364: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT7', header_att7);
365: If header_att7 is not null then
366: begin
367: wf_engine.SetItemAttrText ( itemtype => itemtype,
368: itemkey => WF_ItemKey,
369: aname => 'HEADER_ATT7',
370: avalue => header_att7 );
371: exception when others then

Line 379: wf_engine.SetItemAttrText ( itemtype => itemtype,

375:
376: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT8', header_att8);
377: If header_att8 is not null then
378: begin
379: wf_engine.SetItemAttrText ( itemtype => itemtype,
380: itemkey => WF_ItemKey,
381: aname => 'HEADER_ATT8',
382: avalue => header_att8 );
383: exception when others then

Line 391: wf_engine.SetItemAttrText ( itemtype => itemtype,

387:
388: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT9', header_att9);
389: If header_att9 is not null then
390: begin
391: wf_engine.SetItemAttrText ( itemtype => itemtype,
392: itemkey => WF_ItemKey,
393: aname => 'HEADER_ATT9',
394: avalue => header_att9 );
395: exception when others then

Line 403: wf_engine.SetItemAttrText ( itemtype => itemtype,

399:
400: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT10', header_att10);
401: If header_att10 is not null then
402: begin
403: wf_engine.SetItemAttrText ( itemtype => itemtype,
404: itemkey => WF_ItemKey,
405: aname => 'HEADER_ATT10',
406: avalue => header_att10 );
407: exception when others then

Line 415: wf_engine.SetItemAttrText ( itemtype => itemtype,

411:
412: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT11', header_att11);
413: If header_att11 is not null then
414: begin
415: wf_engine.SetItemAttrText ( itemtype => itemtype,
416: itemkey => WF_ItemKey,
417: aname => 'HEADER_ATT11',
418: avalue => header_att11 );
419: exception when others then

Line 427: wf_engine.SetItemAttrText ( itemtype => itemtype,

423:
424: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT12', header_att12);
425: If header_att12 is not null then
426: begin
427: wf_engine.SetItemAttrText ( itemtype => itemtype,
428: itemkey => WF_ItemKey,
429: aname => 'HEADER_ATT12',
430: avalue => header_att12 );
431: exception when others then

Line 439: wf_engine.SetItemAttrText ( itemtype => itemtype,

435:
436: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT13', header_att13);
437: If header_att13 is not null then
438: begin
439: wf_engine.SetItemAttrText ( itemtype => itemtype,
440: itemkey => WF_ItemKey,
441: aname => 'HEADER_ATT13',
442: avalue => header_att13 );
443: exception when others then

Line 451: wf_engine.SetItemAttrText ( itemtype => itemtype,

447:
448: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT14', header_att14);
449: If header_att14 is not null then
450: begin
451: wf_engine.SetItemAttrText ( itemtype => itemtype,
452: itemkey => WF_ItemKey,
453: aname => 'HEADER_ATT14',
454: avalue => header_att14 );
455: exception when others then

Line 463: wf_engine.SetItemAttrText ( itemtype => itemtype,

459:
460: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'HEADER_ATT15', header_att15);
461: If header_att15 is not null then
462: begin
463: wf_engine.SetItemAttrText ( itemtype => itemtype,
464: itemkey => WF_ItemKey,
465: aname => 'HEADER_ATT15',
466: avalue => header_att15 );
467: exception when others then

Line 477: wf_engine.SetItemAttrText ( itemtype => itemtype,

473:
474: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT1', line_att1);
475: If line_att1 is not null then
476: begin
477: wf_engine.SetItemAttrText ( itemtype => itemtype,
478: itemkey => WF_ItemKey,
479: aname => 'LINE_ATT1',
480: avalue => line_att1 );
481: exception when others then

Line 489: wf_engine.SetItemAttrText ( itemtype => itemtype,

485:
486: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT2', line_att2);
487: If line_att2 is not null then
488: begin
489: wf_engine.SetItemAttrText ( itemtype => itemtype,
490: itemkey => WF_ItemKey,
491: aname => 'LINE_ATT2',
492: avalue => line_att2 );
493: exception when others then

Line 501: wf_engine.SetItemAttrText ( itemtype => itemtype,

497:
498: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT3', line_att3);
499: If line_att3 is not null then
500: begin
501: wf_engine.SetItemAttrText ( itemtype => itemtype,
502: itemkey => WF_ItemKey,
503: aname => 'LINE_ATT3',
504: avalue => line_att3 );
505: exception when others then

Line 513: wf_engine.SetItemAttrText ( itemtype => itemtype,

509:
510: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT4', line_att4);
511: If line_att4 is not null then
512: begin
513: wf_engine.SetItemAttrText ( itemtype => itemtype,
514: itemkey => WF_ItemKey,
515: aname => 'LINE_ATT4',
516: avalue => line_att4 );
517: exception when others then

Line 525: wf_engine.SetItemAttrText ( itemtype => itemtype,

521:
522: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT5', line_att5);
523: If line_att5 is not null then
524: begin
525: wf_engine.SetItemAttrText ( itemtype => itemtype,
526: itemkey => WF_ItemKey,
527: aname => 'LINE_ATT5',
528: avalue => line_att5 );
529: exception when others then

Line 537: wf_engine.SetItemAttrText ( itemtype => itemtype,

533:
534: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT6', line_att6);
535: If line_att6 is not null then
536: begin
537: wf_engine.SetItemAttrText ( itemtype => itemtype,
538: itemkey => WF_ItemKey,
539: aname => 'LINE_ATT6',
540: avalue => line_att6 );
541: exception when others then

Line 549: wf_engine.SetItemAttrText ( itemtype => itemtype,

545:
546: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT7', line_att7);
547: If line_att7 is not null then
548: begin
549: wf_engine.SetItemAttrText ( itemtype => itemtype,
550: itemkey => WF_ItemKey,
551: aname => 'LINE_ATT7',
552: avalue => line_att7 );
553: exception when others then

Line 561: wf_engine.SetItemAttrText ( itemtype => itemtype,

557:
558: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT8', line_att8);
559: If line_att8 is not null then
560: begin
561: wf_engine.SetItemAttrText ( itemtype => itemtype,
562: itemkey => WF_ItemKey,
563: aname => 'LINE_ATT8',
564: avalue => line_att8 );
565: exception when others then

Line 573: wf_engine.SetItemAttrText ( itemtype => itemtype,

569:
570: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT9', line_att9);
571: If line_att9 is not null then
572: begin
573: wf_engine.SetItemAttrText ( itemtype => itemtype,
574: itemkey => WF_ItemKey,
575: aname => 'LINE_ATT9',
576: avalue => line_att9 );
577: exception when others then

Line 585: wf_engine.SetItemAttrText ( itemtype => itemtype,

581:
582: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT10', line_att10);
583: If line_att10 is not null then
584: begin
585: wf_engine.SetItemAttrText ( itemtype => itemtype,
586: itemkey => WF_ItemKey,
587: aname => 'LINE_ATT10',
588: avalue => line_att10 );
589: exception when others then

Line 597: wf_engine.SetItemAttrText ( itemtype => itemtype,

593:
594: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT11', line_att11);
595: If line_att11 is not null then
596: begin
597: wf_engine.SetItemAttrText ( itemtype => itemtype,
598: itemkey => WF_ItemKey,
599: aname => 'LINE_ATT11',
600: avalue => line_att11 );
601: exception when others then

Line 609: wf_engine.SetItemAttrText ( itemtype => itemtype,

605:
606: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT12', line_att12);
607: If line_att12 is not null then
608: begin
609: wf_engine.SetItemAttrText ( itemtype => itemtype,
610: itemkey => WF_ItemKey,
611: aname => 'LINE_ATT12',
612: avalue => line_att12 );
613: exception when others then

Line 621: wf_engine.SetItemAttrText ( itemtype => itemtype,

617:
618: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT13', line_att13);
619: If line_att13 is not null then
620: begin
621: wf_engine.SetItemAttrText ( itemtype => itemtype,
622: itemkey => WF_ItemKey,
623: aname => 'LINE_ATT13',
624: avalue => line_att13 );
625: exception when others then

Line 633: wf_engine.SetItemAttrText ( itemtype => itemtype,

629:
630: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT14', line_att14);
631: If line_att14 is not null then
632: begin
633: wf_engine.SetItemAttrText ( itemtype => itemtype,
634: itemkey => WF_ItemKey,
635: aname => 'LINE_ATT14',
636: avalue => line_att14 );
637: exception when others then

Line 645: wf_engine.SetItemAttrText ( itemtype => itemtype,

641:
642: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'LINE_ATT15', line_att15);
643: If line_att15 is not null then
644: begin
645: wf_engine.SetItemAttrText ( itemtype => itemtype,
646: itemkey => WF_ItemKey,
647: aname => 'LINE_ATT15',
648: avalue => line_att15 );
649: exception when others then

Line 659: wf_engine.SetItemAttrText ( itemtype => itemtype,

655:
656: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT1', distribution_att1);
657: If distribution_att1 is not null then
658: begin
659: wf_engine.SetItemAttrText ( itemtype => itemtype,
660: itemkey => WF_ItemKey,
661: aname => 'DISTRIBUTION_ATT1',
662: avalue => distribution_att1 );
663: exception when others then

Line 671: wf_engine.SetItemAttrText ( itemtype => itemtype,

667:
668: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT2', distribution_att2);
669: If distribution_att2 is not null then
670: begin
671: wf_engine.SetItemAttrText ( itemtype => itemtype,
672: itemkey => WF_ItemKey,
673: aname => 'DISTRIBUTION_ATT2',
674: avalue => distribution_att2 );
675: exception when others then

Line 683: wf_engine.SetItemAttrText ( itemtype => itemtype,

679:
680: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT3', distribution_att3);
681: If distribution_att3 is not null then
682: begin
683: wf_engine.SetItemAttrText ( itemtype => itemtype,
684: itemkey => WF_ItemKey,
685: aname => 'DISTRIBUTION_ATT3',
686: avalue => distribution_att3 );
687: exception when others then

Line 695: wf_engine.SetItemAttrText ( itemtype => itemtype,

691:
692: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT4', distribution_att4);
693: If distribution_att4 is not null then
694: begin
695: wf_engine.SetItemAttrText ( itemtype => itemtype,
696: itemkey => WF_ItemKey,
697: aname => 'DISTRIBUTION_ATT4',
698: avalue => distribution_att4 );
699: exception when others then

Line 707: wf_engine.SetItemAttrText ( itemtype => itemtype,

703:
704: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT5', distribution_att5);
705: If distribution_att5 is not null then
706: begin
707: wf_engine.SetItemAttrText ( itemtype => itemtype,
708: itemkey => WF_ItemKey,
709: aname => 'DISTRIBUTION_ATT5',
710: avalue => distribution_att5 );
711: exception when others then

Line 719: wf_engine.SetItemAttrText ( itemtype => itemtype,

715:
716: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT6', distribution_att6);
717: If distribution_att6 is not null then
718: begin
719: wf_engine.SetItemAttrText ( itemtype => itemtype,
720: itemkey => WF_ItemKey,
721: aname => 'DISTRIBUTION_ATT6',
722: avalue => distribution_att6 );
723: exception when others then

Line 731: wf_engine.SetItemAttrText ( itemtype => itemtype,

727:
728: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT7', distribution_att7);
729: If distribution_att7 is not null then
730: begin
731: wf_engine.SetItemAttrText ( itemtype => itemtype,
732: itemkey => WF_ItemKey,
733: aname => 'DISTRIBUTION_ATT7',
734: avalue => distribution_att7 );
735: exception when others then

Line 743: wf_engine.SetItemAttrText ( itemtype => itemtype,

739:
740: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT8', distribution_att8);
741: If distribution_att8 is not null then
742: begin
743: wf_engine.SetItemAttrText ( itemtype => itemtype,
744: itemkey => WF_ItemKey,
745: aname => 'DISTRIBUTION_ATT8',
746: avalue => distribution_att8 );
747: exception when others then

Line 755: wf_engine.SetItemAttrText ( itemtype => itemtype,

751:
752: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT9', distribution_att9);
753: If distribution_att9 is not null then
754: begin
755: wf_engine.SetItemAttrText ( itemtype => itemtype,
756: itemkey => WF_ItemKey,
757: aname => 'DISTRIBUTION_ATT9',
758: avalue => distribution_att9 );
759: exception when others then

Line 767: wf_engine.SetItemAttrText ( itemtype => itemtype,

763:
764: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT10', distribution_att10);
765: If distribution_att10 is not null then
766: begin
767: wf_engine.SetItemAttrText ( itemtype => itemtype,
768: itemkey => WF_ItemKey,
769: aname => 'DISTRIBUTION_ATT10',
770: avalue => distribution_att10 );
771: exception when others then

Line 779: wf_engine.SetItemAttrText ( itemtype => itemtype,

775:
776: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT11', distribution_att11);
777: If distribution_att11 is not null then
778: begin
779: wf_engine.SetItemAttrText ( itemtype => itemtype,
780: itemkey => WF_ItemKey,
781: aname => 'DISTRIBUTION_ATT11',
782: avalue => distribution_att11 );
783: exception when others then

Line 791: wf_engine.SetItemAttrText ( itemtype => itemtype,

787:
788: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT12', distribution_att12);
789: If distribution_att12 is not null then
790: begin
791: wf_engine.SetItemAttrText ( itemtype => itemtype,
792: itemkey => WF_ItemKey,
793: aname => 'DISTRIBUTION_ATT12',
794: avalue => distribution_att12 );
795: exception when others then

Line 803: wf_engine.SetItemAttrText ( itemtype => itemtype,

799:
800: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT13', distribution_att13);
801: If distribution_att13 is not null then
802: begin
803: wf_engine.SetItemAttrText ( itemtype => itemtype,
804: itemkey => WF_ItemKey,
805: aname => 'DISTRIBUTION_ATT13',
806: avalue => distribution_att13 );
807: exception when others then

Line 815: wf_engine.SetItemAttrText ( itemtype => itemtype,

811:
812: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT14', distribution_att14);
813: If distribution_att14 is not null then
814: begin
815: wf_engine.SetItemAttrText ( itemtype => itemtype,
816: itemkey => WF_ItemKey,
817: aname => 'DISTRIBUTION_ATT14',
818: avalue => distribution_att14 );
819: exception when others then

Line 827: wf_engine.SetItemAttrText ( itemtype => itemtype,

823:
824: -- Call_WF_API_to_set_Att (ItemType, WF_ItemKey, 'DISTRIBUTION_ATT15', distribution_att15);
825: If distribution_att15 is not null then
826: begin
827: wf_engine.SetItemAttrText ( itemtype => itemtype,
828: itemkey => WF_ItemKey,
829: aname => 'DISTRIBUTION_ATT15',
830: avalue => distribution_att15 );
831: exception when others then

Line 946: wf_engine.CompleteActivity(itemtype, wf_itemkey, 'BLOCK_BUDGET_ACC_GENERATION', 'FAILURE');

942:
943: -- Complete the blocked workflow as it may be running in synch mode and cause problems for consequent
944: -- account generation runs for this session.
945: begin
946: wf_engine.CompleteActivity(itemtype, wf_itemkey, 'BLOCK_BUDGET_ACC_GENERATION', 'FAILURE');
947: exception
948: when others then
949: IF (g_po_wf_debug = 'Y') THEN
950: PO_WF_DEBUG_PKG.insert_debug(itemtype,wf_itemkey,'Exception when completing WF' || Wf_Itemkey);

Line 990: wf_engine.SetItemAttrNumber ( itemtype => itemtype,

986:
987: If (x_success and (x_code_combination_id IS NOT NULL) and (x_code_combination_id <> 0) and
988: (x_code_combination_id <> -1)) then
989:
990: wf_engine.SetItemAttrNumber ( itemtype => itemtype,
991: itemkey => WF_ItemKey,
992: aname => 'CODE_COMBINATION_ID',
993: avalue => x_code_combination_id );
994:

Line 1048: wf_engine.SetItemAttrNumber ( itemtype => itemtype,

1044: end if;
1045:
1046: if x_success then
1047:
1048: wf_engine.SetItemAttrNumber ( itemtype => itemtype,
1049: itemkey => WF_ItemKey,
1050: aname => 'BUDGET_ACCOUNT_ID',
1051: avalue => x_budget_account_id );
1052:

Line 1105: wf_engine.SetItemAttrNumber ( itemtype => itemtype,

1101: FB_ERROR_MSG;
1102:
1103: If x_success then
1104:
1105: wf_engine.SetItemAttrNumber ( itemtype => itemtype,
1106: itemkey => WF_ItemKey,
1107: aname => 'ACCRUAL_ACCOUNT_ID',
1108: avalue => x_accrual_account_id );
1109:

Line 1258: wf_engine.SetItemAttrText ( itemtype => itemtype,

1254: avalue varchar2)
1255: IS
1256: BEGIN
1257:
1258: wf_engine.SetItemAttrText ( itemtype => itemtype,
1259: itemkey => itemkey,
1260: aname => aname,
1261: avalue => avalue );
1262: END Call_WF_API_to_set_Att;

Line 1269: wf_engine.SetItemAttrNumber ( itemtype => itemtype,

1265: avalue number)
1266: IS
1267: BEGIN
1268:
1269: wf_engine.SetItemAttrNumber ( itemtype => itemtype,
1270: itemkey => itemkey,
1271: aname => aname,
1272: avalue => avalue );
1273: END Call_WF_API_to_set_no_Att;

Line 1280: wf_engine.SetItemAttrDate ( itemtype => itemtype,

1276: avalue date)
1277: IS
1278: BEGIN
1279:
1280: wf_engine.SetItemAttrDate ( itemtype => itemtype,
1281: itemkey => itemkey,
1282: aname => aname,
1283: avalue => avalue );
1284: END Call_WF_API_to_set_date_Att;