DBA Data[Home] [Help]

APPS.POS_ACK_PO dependencies on WF_ENGINE

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

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

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

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

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

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

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

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