DBA Data[Home] [Help]

APPS.XDP_ORDER_SYNC dependencies on WF_ENGINE

Line 515: WF_ENGINE.StartProcess(lv_user_item_type,lv_user_item_key);

511: LAST_UPDATE_LOGIN = FND_GLOBAL.LOGIN_ID
512: WHERE WORKITEM_INSTANCE_ID = p_workitem_instance_id;
513:
514: --Start the process
515: WF_ENGINE.StartProcess(lv_user_item_type,lv_user_item_key);
516: -- bypass the execution of FA List
517: GOTO UpdateStatus;
518: ELSIF lv_type = 'WORKFLOW' THEN
519: IF (lv_user_item_type IS NULL) OR

Line 544: itemkey => wf_engine.eng_synch,

540:
541: -- Create user defined workflow process
542: XDPCORE.CreateAndAddAttrNum(
543: itemtype => lv_user_item_type,
544: itemkey => wf_engine.eng_synch,
545: processname => lv_user_wf_process,
546: parentitemtype => NULL,
547: parentitemkey => NULL,
548: OrderID => p_order_id,

Line 562: WF_ENGINE.StartProcess(lv_user_item_type,wf_engine.eng_synch);

558: LAST_UPDATE_LOGIN = FND_GLOBAL.LOGIN_ID
559: where
560: WORKITEM_INSTANCE_ID = p_workitem_instance_id;
561: -- Start the process
562: WF_ENGINE.StartProcess(lv_user_item_type,wf_engine.eng_synch);
563: -- bypass the execution of FA List
564: GOTO UpdateStatus;
565: ELSE
566: FND_MESSAGE.SET_NAME('XDP', 'XDP_WI_CONFIG_ERROR');