DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on WSH_INTERFACE_GRP

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

2542:
2543: ELSE
2544:
2545: -- When calling the Shipping package WSH_INTERFACE_EXT_GRP instead of
2546: -- WSH_INTERFACE_GRP, we have to pass a G_MISS_NUM value instead of NULL
2547: -- in order to properly NULL out the move_order_line_id value.
2548:
2549: l_detail_info_tab(1).move_order_line_id := fnd_api.g_miss_num;
2550:

Line 2597: WSH_INTERFACE_GRP.Delivery_Detail_Action

2593: (l_quantity - NVL(l_quantity_delivered,0)) - l_transaction_quantity;
2594: l_action_prms.split_quantity2 :=
2595: (l_quantity2 - NVL(l_quantity2_delivered,0)) - l_transaction_quantity2;
2596:
2597: WSH_INTERFACE_GRP.Delivery_Detail_Action
2598: (p_api_version_number => 1.0,
2599: p_init_msg_list => fnd_api.g_false,
2600: p_commit => fnd_api.g_false,
2601: x_return_status => l_api_return_status,

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

2629: l_detail_info_tab(1).delivery_detail_id := l_split_delivery_detail_id;
2630: l_detail_info_tab(1).released_status :=
2631: p_wsh_release_table(l_wdd_index_tbl(l_delivery_detail_id)).released_status;
2632: -- When calling the Shipping package WSH_INTERFACE_EXT_GRP instead of
2633: -- WSH_INTERFACE_GRP, we have to pass a G_MISS_NUM value instead of NULL
2634: -- in order to properly NULL out the move_order_line_id value.
2635: --l_detail_info_tab(1).move_order_line_id := NULL;
2636: l_detail_info_tab(1).move_order_line_id := fnd_api.g_miss_num;
2637: