DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE_INT dependencies on WSH_DELIVERY_DETAILS_INV

Line 1552: l_item_info WSH_DELIVERY_DETAILS_INV.mtl_system_items_rec;

1548: l_target_delivery_interface_id NUMBER := 0;
1549: l_dummy_dd_id NUMBER;
1550:
1551: -- HW OPMCONV - Removed OPM local variables and added l_item_info
1552: l_item_info WSH_DELIVERY_DETAILS_INV.mtl_system_items_rec;
1553: l_msg_data VARCHAR2(4000);
1554: l_msg_count NUMBER;
1555: l_last_interface_id NUMBER;
1556: l_stop_index NUMBER;

Line 2645: WSH_DELIVERY_DETAILS_INV.Get_item_information

2641:
2642: -- HW OPMCONV - Removed branching and replaced old OPM API call
2643: -- to check for item with new WSH API
2644:
2645: WSH_DELIVERY_DETAILS_INV.Get_item_information
2646: (
2647: p_organization_id => candidate.organization_id
2648: , p_inventory_item_id => candidate.inventory_item_id
2649: , x_mtl_system_items_rec => l_item_info