DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on WSH_INTERFACE_EXT_GRP

Line 2259: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;

2255:
2256: l_msg_count NUMBER;
2257:
2258: l_wms_org_flag BOOLEAN;
2259: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
2260: l_delivery_id_tab wsh_util_core.id_tab_type;
2261: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
2262:
2263: BEGIN

Line 2261: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;

2257:
2258: l_wms_org_flag BOOLEAN;
2259: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
2260: l_delivery_id_tab wsh_util_core.id_tab_type;
2261: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
2262:
2263: BEGIN
2264: x_return_Status := 'Y';
2265: x_error_code := 0; -- everything is fine

Line 2354: l_action_prms.event := wsh_interface_ext_grp.g_start_of_shipping;

2350:
2351: IF (NOT l_wms_org_flag AND g_inv_current_release_level >= g_j_release_level)
2352: OR (l_wms_org_flag AND g_wms_current_release_level >= g_j_release_level) THEN
2353: l_action_prms.caller := 'WMS_DLMG';
2354: l_action_prms.event := wsh_interface_ext_grp.g_start_of_shipping;
2355: l_action_prms.action_code := 'ADJUST-PLANNED-FLAG';
2356:
2357: l_delivery_id_tab(1) := p_delivery_id;
2358:

Line 2359: wsh_interface_ext_grp.Delivery_Action

2355: l_action_prms.action_code := 'ADJUST-PLANNED-FLAG';
2356:
2357: l_delivery_id_tab(1) := p_delivery_id;
2358:
2359: wsh_interface_ext_grp.Delivery_Action
2360: (p_api_version_number => 1.0,
2361: p_init_msg_list => fnd_api.g_false,
2362: p_commit => fnd_api.g_false,
2363: p_action_prms => l_action_prms,