DBA Data[Home] [Help]

APPS.ASO_RESERVATION_INT dependencies on INV_RESERVATION_PUB

Line 158: inv_reservation_pub.create_reservation(

154: l_rsv.attribute14 := NULL;
155: l_rsv.attribute15 := NULL;
156: l_rsv.ship_ready_flag := NULL ;
157:
158: inv_reservation_pub.create_reservation(
159: p_api_version_number => 1.0 ,
160: p_init_msg_lst => fnd_api.g_false,
161: x_return_status => x_return_status,
162: x_msg_count => x_msg_count,

Line 299: inv_reservation_pub.update_reservation(

295: l_rsv_new.primary_reservation_quantity := p_shipment_rec.quantity;
296: l_rsv_new.requirement_date := Nvl(p_shipment_rec.request_date,
297: Sysdate);
298:
299: inv_reservation_pub.update_reservation(
300: p_api_version_number => 1.0,
301: p_init_msg_lst => fnd_api.g_false,
302: x_return_status => x_return_status,
303: x_msg_count => x_msg_count,

Line 423: inv_reservation_pub.delete_reservation(

419:
420: l_rsv.demand_source_header_id := p_line_rec.quote_header_id;
421: l_rsv.demand_source_line_id := p_shipment_rec.shipment_id;
422:
423: inv_reservation_pub.delete_reservation(
424: p_api_version_number => 1.0,
425: p_init_msg_lst => fnd_api.g_false,
426: x_return_status => x_return_status,
427: x_msg_count => x_msg_count,

Line 553: INV_RESERVATION_PUB.Transfer_Reservation (

549: l_rsv_new.demand_source_line_id := p_shipment_rec.order_line_id;
550: l_rsv_new.demand_source_type_id :=
551: INV_RESERVATION_GLOBAL.g_source_type_oe ;
552:
553: INV_RESERVATION_PUB.Transfer_Reservation (
554: p_api_version_number => l_api_version_number ,
555: p_init_msg_lst => fnd_api.g_false ,
556: x_return_status => l_return_status ,
557: x_msg_count => l_msg_count ,