DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on GMI_AUTO_ALLOCATE_PUB

Line 519: ( p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec

515: /* In this procedure, only when create the default lot, uses the Item UOM. */
516: /* So convert the quantities into Item UOMs */
517: /* ======================================================================= */
518: PROCEDURE Create_Default_Lot
519: ( p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec
520: , p_ic_item_mst_rec IN GMI_Reservation_Util.ic_item_mst_rec
521: , p_orgn_code IN VARCHAR2
522: , p_trans_id IN NUMBER DEFAULT NULL
523: , x_return_status OUT NOCOPY VARCHAR2

Line 741: , x_allocation_rec OUT NOCOPY GMI_Auto_Allocate_PUB.gmi_allocation_rec

737: END Create_Default_Lot;
738:
739: PROCEDURE Validation_Before_Allocate
740: ( p_mtl_rsv_rec IN INV_Reservation_Global.mtl_reservation_rec_type
741: , x_allocation_rec OUT NOCOPY GMI_Auto_Allocate_PUB.gmi_allocation_rec
742: , x_ic_item_mst_rec OUT NOCOPY GMI_Reservation_Util.ic_item_mst_rec
743: , x_orgn_code OUT NOCOPY VARCHAR2
744: , x_return_status OUT NOCOPY VARCHAR2
745: , x_msg_count OUT NOCOPY NUMBER