DBA Data[Home] [Help]

APPS.INV_RESERVATIONS_INTERFACE dependencies on INV_RESERVATION_GLOBAL

Line 754: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

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

Line 755: l_to_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

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

Line 822: l_serial_number inv_reservation_global.serial_number_tbl_type;

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