DBA Data[Home] [Help]

APPS.POS_ACK_PO dependencies on WF_ENGINE

Line 501: wf_engine.createProcess(ItemType => l_item_type,

497:
498: l_item_key := 'POSACKNT_' || l_doc || '_' || to_char(l_seq_val);
499:
500: --dbms_output.put_line('Item Key is ' ||l_item_key);
501: wf_engine.createProcess(ItemType => l_item_type,
502: ItemKey => l_item_key,
503: Process => 'MAIN_PROCESS'
504: );
505:

Line 558: wf_engine.StartProcess( ItemType => l_item_type,

554: avalue => x_vendor
555: );
556:
557: l_progress := '11';
558: wf_engine.StartProcess( ItemType => l_item_type,
559: ItemKey => l_item_key );
560: l_progress := '12';
561: end if;
562:

Line 608: wf_engine.createProcess(ItemType => l_item_type,

604:
605: l_item_key := 'POS_PODATE_CHG_' || l_doc || '_' || to_char(l_seq_val);
606: pos_item_type := l_item_type;
607: pos_item_key := l_item_key;
608: wf_engine.createProcess(ItemType => l_item_type,
609: ItemKey => l_item_key,
610: Process => 'MAIN_PROCESS'
611: );
612: PO_WF_UTIL_PKG.SetItemAttrNumber

Line 652: wf_engine.StartProcess( ItemType => l_item_type,

648: )
649: IS
650: l_error VARCHAR2(240);
651: BEGIN
652: wf_engine.StartProcess( ItemType => l_item_type,
653: ItemKey => l_item_key );
654: EXCEPTION
655: WHEN OTHERS THEN
656: l_error := sqlerrm;