DBA Data[Home] [Help]

APPS.INV_RESERVATIONS_INTERFACE dependencies on INV_RESERVATION_GLOBAL

Line 753: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

749:
750: /*
751: ** Structures that will be loaded and passed to reservation APIs
752: */
753: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
754: l_to_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
755:
756: /*
757: ** Variables to hold fetched data from mtl_reservations_interface

Line 754: l_to_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

750: /*
751: ** Structures that will be loaded and passed to reservation APIs
752: */
753: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
754: l_to_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
755:
756: /*
757: ** Variables to hold fetched data from mtl_reservations_interface
758: */

Line 821: l_serial_number inv_reservation_global.serial_number_tbl_type;

817:
818: /*
819: ** Other output parameters of reservation APIs
820: */
821: l_serial_number inv_reservation_global.serial_number_tbl_type;
822: l_partial_reservation_flag varchar2(1);
823: l_quantity_reserved number;
824: l_secondary_quantity_reserved number;
825: l_quantity_transferred number;