DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on WSH_INTERFACE_EXT_GRP

Line 8810: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;

8806: x_return_status OUT nocopy VARCHAR2,
8807: x_msg_data OUT nocopy VARCHAR2,
8808: x_msg_count OUT nocopy NUMBER) IS
8809:
8810: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
8811: l_delivery_id_tab wsh_util_core.id_tab_type;
8812: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
8813: l_delivery_id NUMBER;
8814:

Line 8812: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;

8808: x_msg_count OUT nocopy NUMBER) IS
8809:
8810: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
8811: l_delivery_id_tab wsh_util_core.id_tab_type;
8812: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
8813: l_delivery_id NUMBER;
8814:
8815: l_return_status VARCHAR2(1);
8816: l_msg_count NUMBER;

Line 8836: l_action_prms.event := wsh_interface_ext_grp.g_start_of_packing;

8832: AND ROWNUM = 1;
8833:
8834: IF l_delivery_id IS NOT NULL THEN
8835: l_action_prms.caller := 'WMS_DLMG';
8836: l_action_prms.event := wsh_interface_ext_grp.g_start_of_packing;
8837: l_action_prms.action_code := 'ADJUST-PLANNED-FLAG';
8838:
8839: l_delivery_id_tab(1) := l_delivery_id;
8840:

Line 8841: wsh_interface_ext_grp.delivery_action

8837: l_action_prms.action_code := 'ADJUST-PLANNED-FLAG';
8838:
8839: l_delivery_id_tab(1) := l_delivery_id;
8840:
8841: wsh_interface_ext_grp.delivery_action
8842: (p_api_version_number => 1.0,
8843: p_init_msg_list => fnd_api.g_false,
8844: p_commit => fnd_api.g_false,
8845: p_action_prms => l_action_prms,