DBA Data[Home] [Help]

APPS.XDP_ORDER_SYNC dependencies on XDP_ENGINE

Line 356: xdp_engine.EvaluateWIParamsOnStart(p_workitem_instance_id);

352: -- Initialize worktime
353: UPDATE_XDP_WORKITEM_STATUS('IN PROGRESS',p_workitem_instance_id);
354:
355: -- Evaluate procedure if there is one for this workitem
356: xdp_engine.EvaluateWIParamsOnStart(p_workitem_instance_id);
357:
358: -- Get workitem configuration data
359: SELECT
360: wim.wi_type_code,

Line 719: XDP_ENGINE.Get_FE_ConfigInfo(

715: END IF;
716: RAISE e_exec_fa_failure;
717: ELSE
718: -- get configuration for the FE
719: XDP_ENGINE.Get_FE_ConfigInfo(
720: lv_fe_name,
721: lv_fe_id,
722: lv_fetype_id,
723: lv_fetype,