DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on INV_RESERVATION_GLOBAL

Line 93: , p_rec_to_check IN INV_Reservation_Global.mtl_reservation_rec_type

89:
90:
91: PROCEDURE Check_Missing
92: ( p_event IN VARCHAR2
93: , p_rec_to_check IN INV_Reservation_Global.mtl_reservation_rec_type
94: , x_return_status OUT NOCOPY VARCHAR2
95: , x_msg_count OUT NOCOPY NUMBER
96: , x_msg_data OUT NOCOPY VARCHAR2
97: );

Line 100: ( p_query_input IN inv_reservation_global.mtl_reservation_rec_type

96: , x_msg_data OUT NOCOPY VARCHAR2
97: );
98:
99: PROCEDURE Validation_for_Query
100: ( p_query_input IN inv_reservation_global.mtl_reservation_rec_type
101: , x_opm_um OUT NOCOPY VARCHAR2
102: , x_apps_um OUT NOCOPY VARCHAR2
103: , x_ic_item_mst_rec OUT NOCOPY GMI_Reservation_Util.ic_item_mst_rec
104: , x_return_status OUT NOCOPY VARCHAR2

Line 111: ( p_mtl_rsv_rec IN INV_Reservation_Global.mtl_reservation_rec_type

107: , x_error_code OUT NOCOPY NUMBER /* Bug 2168710 - Added parameter */
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

Line 179: ( p_query_input IN inv_reservation_global.mtl_reservation_rec_type

175: , x_msg_data OUT NOCOPY VARCHAR2
176: );
177:
178: PROCEDURE Reallocate
179: ( p_query_input IN inv_reservation_global.mtl_reservation_rec_type
180: , x_allocated_trans OUT NOCOPY NUMBER
181: , x_allocated_qty OUT NOCOPY NUMBER
182: , x_return_status OUT NOCOPY VARCHAR2
183: , x_msg_count OUT NOCOPY NUMBER