DBA Data[Home] [Help]

APPS.XNP_WF_SYNC dependencies on XDP_ENGINE

Line 251: lv_sync_label := Xdp_Engine.Get_Line_Param_Value (

247: IF (funcmode = 'RUN') THEN
248:
249: -- Get the SYNC_LABEL from the SFM Order Line Item
250: --
251: lv_sync_label := Xdp_Engine.Get_Line_Param_Value (
252: p_line_item_id => lv_line_item_id
253: ,p_parameter_name => gv_SYNC_LABEL_PARAM);
254:
255: -- Update the Sync Registration Status

Line 459: Xdp_Engine.Set_Order_Param_Value(p_order_id => pp_order_id

455: po_error_msg := NULL;
456:
457: -- Add the SYNC_REQD_FLAG parameter to the line item
458: --
459: Xdp_Engine.Set_Order_Param_Value(p_order_id => pp_order_id
460: ,p_parameter_name => gv_SYNC_FLAG_PARAM
461: ,p_parameter_value => gv_SYNC_REQUIRED);
462:
463: -- Dervice the SYNC_LABEL, MAX_PARTICIPANTS and PARTIES_NOT_IN_SYNC

Line 479: Xdp_Engine.Add_Line_Param(

475: LOOP
476:
477: -- Add SYNC_LABEL as a Line Item Parameters
478:
479: Xdp_Engine.Add_Line_Param(
480: p_line_item_id => lv_line_item_id_rec.line_item_id
481: ,p_parameter_name => gv_SYNC_LABEL_PARAM
482: ,p_parameter_value => lv_sync_label);
483:

Line 486: Xdp_Engine.Add_Line_Param(

482: ,p_parameter_value => lv_sync_label);
483:
484: -- Add RANGE_COUNT as a Line Item Parameters
485: --
486: Xdp_Engine.Add_Line_Param(
487: p_line_item_id => lv_line_item_id_rec.line_item_id
488: ,p_parameter_name => gv_RANGE_COUNT_PARAM
489: ,p_parameter_value => lv_range_count);
490: END LOOP;

Line 605: l_sync_label := Xdp_Engine.Get_Line_Param_Value (

601: l_activity_label := Wf_Engine.GetActivityLabel(pp_actid);
602:
603: -- Get the SYNC_LABEL from the SFM Order Line Item
604:
605: l_sync_label := Xdp_Engine.Get_Line_Param_Value (
606: p_line_item_id => l_line_item_id
607: ,p_parameter_name => gv_SYNC_LABEL_PARAM);
608:
609: -- Get the current sync registration details

Line 1066: l_sync_label := Xdp_Engine.Get_Line_Param_Value (

1062: l_activity_label := Wf_Engine.GetActivityLabel(p_actid);
1063:
1064: -- Get the SYNC_LABEL from the SFM Order Line Item
1065:
1066: l_sync_label := Xdp_Engine.Get_Line_Param_Value (
1067: p_line_item_id => l_line_item_id
1068: ,p_parameter_name => gv_SYNC_LABEL_PARAM);
1069:
1070: -- Get the current sync registration details