DBA Data[Home] [Help]

APPS.WSH_USA_INV_PVT dependencies on INV_RESERVATION_GLOBAL

Line 97: p_cancel_order_mode IN NUMBER DEFAULT INV_RESERVATION_GLOBAL.G_CANCEL_ORDER_NO,

93: p_source_header_id IN NUMBER,
94: p_source_line_id IN NUMBER,
95: p_organization_id IN NUMBER,
96: p_lock_records IN VARCHAR2 DEFAULT FND_API.G_FALSE,
97: p_cancel_order_mode IN NUMBER DEFAULT INV_RESERVATION_GLOBAL.G_CANCEL_ORDER_NO,
98: p_direction_flag IN VARCHAR2 DEFAULT 'U',
99: p_delivery_detail_id IN NUMBER,
100: x_mtl_reservation_tbl OUT NOCOPY INV_RESERVATION_GLOBAL.MTL_RESERVATION_TBL_TYPE,
101: x_mtl_reservation_tbl_count OUT NOCOPY NUMBER,

Line 100: x_mtl_reservation_tbl OUT NOCOPY INV_RESERVATION_GLOBAL.MTL_RESERVATION_TBL_TYPE,

96: p_lock_records IN VARCHAR2 DEFAULT FND_API.G_FALSE,
97: p_cancel_order_mode IN NUMBER DEFAULT INV_RESERVATION_GLOBAL.G_CANCEL_ORDER_NO,
98: p_direction_flag IN VARCHAR2 DEFAULT 'U',
99: p_delivery_detail_id IN NUMBER,
100: x_mtl_reservation_tbl OUT NOCOPY INV_RESERVATION_GLOBAL.MTL_RESERVATION_TBL_TYPE,
101: x_mtl_reservation_tbl_count OUT NOCOPY NUMBER,
102: x_return_status OUT NOCOPY VARCHAR2);
103:
104: -- This is a wrapper on private delete_reservation

Line 106: p_query_input IN inv_reservation_global.mtl_reservation_rec_type,

102: x_return_status OUT NOCOPY VARCHAR2);
103:
104: -- This is a wrapper on private delete_reservation
105: PROCEDURE delete_reservation (
106: p_query_input IN inv_reservation_global.mtl_reservation_rec_type,
107: x_return_status OUT NOCOPY VARCHAR2);
108:
109: -- This is a wrapper on inv_reservation_pub.create_reservation
110: -- HW OPMCONV Pass Qty2 in order to call the correct INV_create_reservation

Line 112: p_query_input IN inv_reservation_global.mtl_reservation_rec_type,

108:
109: -- This is a wrapper on inv_reservation_pub.create_reservation
110: -- HW OPMCONV Pass Qty2 in order to call the correct INV_create_reservation
111: PROCEDURE create_reservation (
112: p_query_input IN inv_reservation_global.mtl_reservation_rec_type,
113: p_qty2 IN NUMBER default NULL,
114: x_reservation_id OUT NOCOPY NUMBER,
115: x_qty_reserved OUT NOCOPY NUMBER,
116: x_return_status OUT NOCOPY VARCHAR2);

Line 120: p_query_input IN inv_reservation_global.mtl_reservation_rec_type,

116: x_return_status OUT NOCOPY VARCHAR2);
117:
118: -- This is a wrapper on inv_reservation_pub.update_reservation
119: PROCEDURE update_reservation (
120: p_query_input IN inv_reservation_global.mtl_reservation_rec_type,
121: p_new_resv_rec IN inv_reservation_global.mtl_reservation_rec_type,
122: x_return_status OUT NOCOPY VARCHAR2);
123:
124: FUNCTION check_allocations (

Line 121: p_new_resv_rec IN inv_reservation_global.mtl_reservation_rec_type,

117:
118: -- This is a wrapper on inv_reservation_pub.update_reservation
119: PROCEDURE update_reservation (
120: p_query_input IN inv_reservation_global.mtl_reservation_rec_type,
121: p_new_resv_rec IN inv_reservation_global.mtl_reservation_rec_type,
122: x_return_status OUT NOCOPY VARCHAR2);
123:
124: FUNCTION check_allocations (
125: p_move_order_line_id IN NUMBER) RETURN BOOLEAN;