DBA Data[Home] [Help]

APPS.WSH_TRANSACTIONS_UTIL dependencies on ECX_STANDARD

Line 2605: --This procedure is wrapper for ECX_STANDARD.isDeliveryRequired.

2601: END IF;
2602: END get_event_name;
2603:
2604: --Fulfillment Batch XML Project
2605: --This procedure is wrapper for ECX_STANDARD.isDeliveryRequired.
2606: --This API raises EXCEPTION when the result out from the ECX API is 'COMPLETE:F'
2607: --In this case,it keeps the workflow activity in 'Error' status,so that it may be retried.
2608: procedure isDeliveryRequired (itemtype in varchar2,
2609: itemkey in varchar2,

Line 2637: ecx_standard.isDeliveryRequired(itemtype,itemkey,actid,funcmode,l_resultout);

2633: wsh_debug_sv.log(l_module_name, 'actid',actid);
2634: wsh_debug_sv.log(l_module_name, 'funcmode',funcmode);
2635: wsh_debug_sv.log(l_module_name, 'l_resultout',l_resultout);
2636: END IF;
2637: ecx_standard.isDeliveryRequired(itemtype,itemkey,actid,funcmode,l_resultout);
2638: resultout := l_resultout;
2639: IF l_debug_on THEN
2640: wsh_debug_sv.log(l_module_name, 'resultout',resultout);
2641: END IF;