DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on INV_RESERVATION_GLOBAL

Line 16496: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

16492: l_return_status VARCHAR2(1);
16493: l_msg_count NUMBER;
16494: l_msg_data VARCHAR2(240);
16495:
16496: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
16497: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
16498: l_count NUMBER;
16499: l_x_error_code NUMBER;
16500: l_lock_records VARCHAR2(1);

Line 16497: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;

16493: l_msg_count NUMBER;
16494: l_msg_data VARCHAR2(240);
16495:
16496: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
16497: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
16498: l_count NUMBER;
16499: l_x_error_code NUMBER;
16500: l_lock_records VARCHAR2(1);
16501: l_sort_by_req_date NUMBER;

Line 16614: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

16610: l_return_status VARCHAR2(1);
16611: l_msg_count NUMBER;
16612: l_msg_data VARCHAR2(240);
16613:
16614: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
16615: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
16616: l_count NUMBER;
16617: l_x_error_code NUMBER;
16618: l_lock_records VARCHAR2(1);

Line 16615: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;

16611: l_msg_count NUMBER;
16612: l_msg_data VARCHAR2(240);
16613:
16614: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
16615: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
16616: l_count NUMBER;
16617: l_x_error_code NUMBER;
16618: l_lock_records VARCHAR2(1);
16619: l_sort_by_req_date NUMBER;

Line 16721: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

16717: l_return_status VARCHAR2(1);
16718: l_msg_count NUMBER;
16719: l_msg_data VARCHAR2(240);
16720:
16721: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
16722: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
16723: l_count NUMBER;
16724: l_x_error_code NUMBER;
16725: l_lock_records VARCHAR2(1);

Line 16722: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;

16718: l_msg_count NUMBER;
16719: l_msg_data VARCHAR2(240);
16720:
16721: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
16722: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
16723: l_count NUMBER;
16724: l_x_error_code NUMBER;
16725: l_lock_records VARCHAR2(1);
16726: l_sort_by_req_date NUMBER;

Line 16791: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

16787: l_return_status VARCHAR2(1);
16788: l_msg_count NUMBER;
16789: l_msg_data VARCHAR2(240);
16790:
16791: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
16792: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
16793: l_count NUMBER;
16794: l_x_error_code NUMBER;
16795: l_lock_records VARCHAR2(1);

Line 16792: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;

16788: l_msg_count NUMBER;
16789: l_msg_data VARCHAR2(240);
16790:
16791: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
16792: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
16793: l_count NUMBER;
16794: l_x_error_code NUMBER;
16795: l_lock_records VARCHAR2(1);
16796: l_sort_by_req_date NUMBER;

Line 19231: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;

19227: l_line_id NUMBER;
19228: l_old_recursion_mode VARCHAR2(1);
19229:
19230: -- For reservations
19231: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
19232: l_dummy_sn inv_reservation_global.serial_number_tbl_type;
19233: l_quantity_reserved NUMBER;
19234: l_quantity2_reserved NUMBER; -- INVCONV
19235: l_rsv_id NUMBER;

Line 19232: l_dummy_sn inv_reservation_global.serial_number_tbl_type;

19228: l_old_recursion_mode VARCHAR2(1);
19229:
19230: -- For reservations
19231: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
19232: l_dummy_sn inv_reservation_global.serial_number_tbl_type;
19233: l_quantity_reserved NUMBER;
19234: l_quantity2_reserved NUMBER; -- INVCONV
19235: l_rsv_id NUMBER;
19236: l_reservable_type NUMBER;