DBA Data[Home] [Help]

APPS.GME_MOBILE_RSRV dependencies on GME_RESERVATIONS_PVT

Line 872: GME_RESERVATIONS_PVT.Create_Material_Reservation(

868: l_matl_dtl_rec.inventory_item_id := p_item_id;
869: l_matl_dtl_rec.batch_id := p_batch_id;
870: l_matl_dtl_rec.revision := p_revision;
871:
872: GME_RESERVATIONS_PVT.Create_Material_Reservation(
873: p_matl_dtl_rec => l_matl_dtl_rec,
874: p_resv_qty => p_reserved_qty,
875: p_sec_resv_qty => p_sec_reserved_qty,
876: p_resv_um => p_reserved_uom_code,

Line 957: GME_RESERVATIONS_PVT.update_reservation(

953:
954: -- Clearing the quantity cache
955: INV_Quantity_Tree_Pub.Clear_Quantity_Cache;
956:
957: GME_RESERVATIONS_PVT.update_reservation(
958: p_reservation_id => p_reservation_id,
959: p_revision => p_revision,
960: p_subinventory => p_subinventory_code,
961: p_locator_id => p_locator_id,