DBA Data[Home] [Help]

APPS.INV_LPN_RESERVATIONS_PVT dependencies on INV_RESERVATION_GLOBAL

Line 118: l_query_rec inv_reservation_global.mtl_reservation_rec_type;

114: l_increase_secondary NUMBER; -- INVCONV
115: l_return_status VARCHAR2(1);
116: l_msg_count NUMBER;
117: l_msg_data VARCHAR2(240);
118: l_query_rec inv_reservation_global.mtl_reservation_rec_type;
119: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
120: l_dummy_sn inv_reservation_global.serial_number_tbl_type;
121: l_rsv_count NUMBER;
122: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;

Line 119: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

115: l_return_status VARCHAR2(1);
116: l_msg_count NUMBER;
117: l_msg_data VARCHAR2(240);
118: l_query_rec inv_reservation_global.mtl_reservation_rec_type;
119: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
120: l_dummy_sn inv_reservation_global.serial_number_tbl_type;
121: l_rsv_count NUMBER;
122: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
123: l_error_code NUMBER;

Line 120: l_dummy_sn inv_reservation_global.serial_number_tbl_type;

116: l_msg_count NUMBER;
117: l_msg_data VARCHAR2(240);
118: l_query_rec inv_reservation_global.mtl_reservation_rec_type;
119: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
120: l_dummy_sn inv_reservation_global.serial_number_tbl_type;
121: l_rsv_count NUMBER;
122: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
123: l_error_code NUMBER;
124: l_primary_uom_code VARCHAR2(3);

Line 122: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;

118: l_query_rec inv_reservation_global.mtl_reservation_rec_type;
119: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
120: l_dummy_sn inv_reservation_global.serial_number_tbl_type;
121: l_rsv_count NUMBER;
122: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
123: l_error_code NUMBER;
124: l_primary_uom_code VARCHAR2(3);
125: l_secondary_uom_code VARCHAR2(3); -- INVCONV
126: l_tracking_quantity_ind VARCHAR2(30); -- INVCONV

Line 650: l_rsv_rec.supply_source_type_id := inv_reservation_global.g_source_type_inv;

646: l_rsv_rec.reservation_quantity := l_quantity;
647: l_rsv_rec.autodetail_group_id := NULL;
648: l_rsv_rec.external_source_code := NULL;
649: l_rsv_rec.external_source_line_id := NULL;
650: l_rsv_rec.supply_source_type_id := inv_reservation_global.g_source_type_inv;
651: l_rsv_rec.supply_source_header_id := NULL;
652: l_rsv_rec.supply_source_line_id := NULL;
653: l_rsv_rec.supply_source_name := NULL;
654: l_rsv_rec.supply_source_line_detail := NULL;