DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on WSH_INTERFACE_EXT_GRP

Line 920: l_detail_info_tab WSH_INTERFACE_EXT_GRP.delivery_details_Attr_tbl_Type;

916:
917: -- Variables used to call the Shipping API to update a WDD line during partial or zero
918: -- allocation for allocation mode of N (Prioritize Inventory). This will be used
919: -- primarily to update the released_status and to null out the move_order_line_id.
920: l_detail_info_tab WSH_INTERFACE_EXT_GRP.delivery_details_Attr_tbl_Type;
921: l_in_rec WSH_INTERFACE_EXT_GRP.detailInRecType;
922: l_out_rec WSH_INTERFACE_EXT_GRP.detailOutRecType;
923:
924: -- Variables used to call the Shipping API to split a WDD line during partial

Line 921: l_in_rec WSH_INTERFACE_EXT_GRP.detailInRecType;

917: -- Variables used to call the Shipping API to update a WDD line during partial or zero
918: -- allocation for allocation mode of N (Prioritize Inventory). This will be used
919: -- primarily to update the released_status and to null out the move_order_line_id.
920: l_detail_info_tab WSH_INTERFACE_EXT_GRP.delivery_details_Attr_tbl_Type;
921: l_in_rec WSH_INTERFACE_EXT_GRP.detailInRecType;
922: l_out_rec WSH_INTERFACE_EXT_GRP.detailOutRecType;
923:
924: -- Variables used to call the Shipping API to split a WDD line during partial
925: -- allocation for allocation mode of N (Prioritize Inventory).

Line 922: l_out_rec WSH_INTERFACE_EXT_GRP.detailOutRecType;

918: -- allocation for allocation mode of N (Prioritize Inventory). This will be used
919: -- primarily to update the released_status and to null out the move_order_line_id.
920: l_detail_info_tab WSH_INTERFACE_EXT_GRP.delivery_details_Attr_tbl_Type;
921: l_in_rec WSH_INTERFACE_EXT_GRP.detailInRecType;
922: l_out_rec WSH_INTERFACE_EXT_GRP.detailOutRecType;
923:
924: -- Variables used to call the Shipping API to split a WDD line during partial
925: -- allocation for allocation mode of N (Prioritize Inventory).
926: l_detail_id_tab WSH_UTIL_CORE.id_tab_type;

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

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

Line 2557: WSH_INTERFACE_EXT_GRP.Create_Update_Delivery_Detail

2553: l_in_rec.action_code := 'UPDATE';
2554:
2555: END IF;
2556:
2557: WSH_INTERFACE_EXT_GRP.Create_Update_Delivery_Detail
2558: (p_api_version_number => 1.0,
2559: p_init_msg_list => fnd_api.g_false,
2560: p_commit => fnd_api.g_false,
2561: x_return_status => l_api_return_status,

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

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

Line 2654: WSH_INTERFACE_EXT_GRP.Create_Update_Delivery_Detail

2650:
2651:
2652: l_in_rec.action_code := 'UPDATE';
2653:
2654: WSH_INTERFACE_EXT_GRP.Create_Update_Delivery_Detail
2655: (p_api_version_number => 1.0,
2656: p_init_msg_list => fnd_api.g_false,
2657: p_commit => fnd_api.g_false,
2658: x_return_status => l_api_return_status,