DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on GMI_AUTO_ALLOCATE_PUB

Line 112: , x_allocation_rec OUT NOCOPY GMI_Auto_Allocate_PUB.gmi_allocation_rec

108: );
109:
110: PROCEDURE Validation_before_Allocate
111: ( p_mtl_rsv_rec IN INV_Reservation_Global.mtl_reservation_rec_type
112: , x_allocation_rec OUT NOCOPY GMI_Auto_Allocate_PUB.gmi_allocation_rec
113: , x_ic_item_mst_rec OUT NOCOPY GMI_Reservation_Util.ic_item_mst_rec
114: , x_orgn_code OUT NOCOPY VARCHAR2
115: , x_return_status OUT NOCOPY VARCHAR2
116: , x_msg_count OUT NOCOPY NUMBER

Line 128: ( p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec

124: , x_msg_data OUT NOCOPY VARCHAR2
125: );
126:
127: PROCEDURE Create_Default_Lot
128: ( p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec
129: , p_ic_item_mst_rec IN GMI_Reservation_Util.ic_item_mst_rec
130: , p_orgn_code IN VARCHAR2
131: , p_trans_id IN NUMBER DEFAULT NULL
132: , x_return_status OUT NOCOPY VARCHAR2