DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on WSH_INTERFACE_EXT_GRP

Line 9383: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;

9379: x_return_status OUT nocopy VARCHAR2,
9380: x_msg_data OUT nocopy VARCHAR2,
9381: x_msg_count OUT nocopy NUMBER) IS
9382:
9383: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
9384: l_delivery_id_tab wsh_util_core.id_tab_type;
9385: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
9386: l_delivery_id NUMBER;
9387:

Line 9385: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;

9381: x_msg_count OUT nocopy NUMBER) IS
9382:
9383: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
9384: l_delivery_id_tab wsh_util_core.id_tab_type;
9385: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
9386: l_delivery_id NUMBER;
9387:
9388: l_return_status VARCHAR2(1);
9389: l_msg_count NUMBER;

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

9405: AND ROWNUM = 1;
9406:
9407: IF l_delivery_id IS NOT NULL THEN
9408: l_action_prms.caller := 'WMS_DLMG';
9409: l_action_prms.event := wsh_interface_ext_grp.g_start_of_packing;
9410: l_action_prms.action_code := 'ADJUST-PLANNED-FLAG';
9411:
9412: l_delivery_id_tab(1) := l_delivery_id;
9413:

Line 9414: wsh_interface_ext_grp.delivery_action

9410: l_action_prms.action_code := 'ADJUST-PLANNED-FLAG';
9411:
9412: l_delivery_id_tab(1) := l_delivery_id;
9413:
9414: wsh_interface_ext_grp.delivery_action
9415: (p_api_version_number => 1.0,
9416: p_init_msg_list => fnd_api.g_false,
9417: p_commit => fnd_api.g_false,
9418: p_action_prms => l_action_prms,