DBA Data[Home] [Help]

APPS.INV_SERIAL_PICK_PKG dependencies on INV_RESERVATION_PUB

Line 60: inv_reservation_pub.delete_reservation

56: IF (l_debug = 1) THEN
57: debug('Deleting reservation: ' || l_unstaged_reservation.reservation_id);
58: END IF;
59:
60: inv_reservation_pub.delete_reservation
61: (p_api_version_number => 1.0,
62: p_init_msg_lst => fnd_api.g_true,
63: x_return_status => x_return_status,
64: x_msg_count => l_msg_count,

Line 494: inv_reservation_pub.update_reservation(

490: DEBUG('update reservation');
491: END IF;
492:
493: -- update reservations
494: inv_reservation_pub.update_reservation(
495: p_api_version_number => 1.0
496: , p_init_msg_lst => fnd_api.g_true
497: , x_return_status => l_return_status
498: , x_msg_count => l_msg_count