DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on WSH_INTERFACE_EXT_GRP

Line 931: l_detail_info_tab WSH_INTERFACE_EXT_GRP.delivery_details_Attr_tbl_Type;

927:
928: -- Variables used to call the Shipping API to update a WDD line during partial or zero
929: -- allocation for allocation mode of N (Prioritize Inventory). This will be used
930: -- primarily to update the released_status and to null out the move_order_line_id.
931: l_detail_info_tab WSH_INTERFACE_EXT_GRP.delivery_details_Attr_tbl_Type;
932: l_in_rec WSH_INTERFACE_EXT_GRP.detailInRecType;
933: l_out_rec WSH_INTERFACE_EXT_GRP.detailOutRecType;
934:
935: -- Variables used to call the Shipping API to split a WDD line during partial

Line 932: l_in_rec WSH_INTERFACE_EXT_GRP.detailInRecType;

928: -- Variables used to call the Shipping API to update a WDD line during partial or zero
929: -- allocation for allocation mode of N (Prioritize Inventory). This will be used
930: -- primarily to update the released_status and to null out the move_order_line_id.
931: l_detail_info_tab WSH_INTERFACE_EXT_GRP.delivery_details_Attr_tbl_Type;
932: l_in_rec WSH_INTERFACE_EXT_GRP.detailInRecType;
933: l_out_rec WSH_INTERFACE_EXT_GRP.detailOutRecType;
934:
935: -- Variables used to call the Shipping API to split a WDD line during partial
936: -- allocation for allocation mode of N (Prioritize Inventory).

Line 933: l_out_rec WSH_INTERFACE_EXT_GRP.detailOutRecType;

929: -- allocation for allocation mode of N (Prioritize Inventory). This will be used
930: -- primarily to update the released_status and to null out the move_order_line_id.
931: l_detail_info_tab WSH_INTERFACE_EXT_GRP.delivery_details_Attr_tbl_Type;
932: l_in_rec WSH_INTERFACE_EXT_GRP.detailInRecType;
933: l_out_rec WSH_INTERFACE_EXT_GRP.detailOutRecType;
934:
935: -- Variables used to call the Shipping API to split a WDD line during partial
936: -- allocation for allocation mode of N (Prioritize Inventory).
937: l_detail_id_tab WSH_UTIL_CORE.id_tab_type;

Line 2656: -- When calling the Shipping package WSH_INTERFACE_EXT_GRP instead of

2652: l_in_rec.action_code := 'UPDATE';
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;

Line 2668: WSH_INTERFACE_EXT_GRP.Create_Update_Delivery_Detail

2664: l_in_rec.action_code := 'UPDATE';
2665:
2666: END IF;
2667:
2668: WSH_INTERFACE_EXT_GRP.Create_Update_Delivery_Detail
2669: (p_api_version_number => 1.0,
2670: p_init_msg_list => fnd_api.g_false,
2671: p_commit => fnd_api.g_false,
2672: x_return_status => l_api_return_status,

Line 2743: -- When calling the Shipping package WSH_INTERFACE_EXT_GRP instead of

2739: -- value in the corresponding WDD record (original one) in p_wsh_release_table
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;

Line 2765: WSH_INTERFACE_EXT_GRP.Create_Update_Delivery_Detail

2761:
2762:
2763: l_in_rec.action_code := 'UPDATE';
2764:
2765: WSH_INTERFACE_EXT_GRP.Create_Update_Delivery_Detail
2766: (p_api_version_number => 1.0,
2767: p_init_msg_list => fnd_api.g_false,
2768: p_commit => fnd_api.g_false,
2769: x_return_status => l_api_return_status,