DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on WSH_INTERFACE_GRP

Line 2657: -- WSH_INTERFACE_GRP, we have to pass a G_MISS_NUM value instead of NULL

2653:
2654: ELSE
2655:
2656: -- When calling the Shipping package WSH_INTERFACE_EXT_GRP instead of
2657: -- WSH_INTERFACE_GRP, we have to pass a G_MISS_NUM value instead of NULL
2658: -- in order to properly NULL out the move_order_line_id value.
2659:
2660: l_detail_info_tab(1).move_order_line_id := fnd_api.g_miss_num;
2661:

Line 2708: WSH_INTERFACE_GRP.Delivery_Detail_Action

2704: (l_quantity - NVL(l_quantity_delivered,0)) - l_transaction_quantity;
2705: l_action_prms.split_quantity2 :=
2706: (l_quantity2 - NVL(l_quantity2_delivered,0)) - l_transaction_quantity2;
2707:
2708: WSH_INTERFACE_GRP.Delivery_Detail_Action
2709: (p_api_version_number => 1.0,
2710: p_init_msg_list => fnd_api.g_false,
2711: p_commit => fnd_api.g_false,
2712: x_return_status => l_api_return_status,

Line 2744: -- WSH_INTERFACE_GRP, we have to pass a G_MISS_NUM value instead of NULL

2740: l_detail_info_tab(1).delivery_detail_id := l_split_delivery_detail_id;
2741: l_detail_info_tab(1).released_status :=
2742: p_wsh_release_table(l_wdd_index_tbl(l_delivery_detail_id)).released_status;
2743: -- When calling the Shipping package WSH_INTERFACE_EXT_GRP instead of
2744: -- WSH_INTERFACE_GRP, we have to pass a G_MISS_NUM value instead of NULL
2745: -- in order to properly NULL out the move_order_line_id value.
2746: --l_detail_info_tab(1).move_order_line_id := NULL;
2747: l_detail_info_tab(1).move_order_line_id := fnd_api.g_miss_num;
2748: