DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on INV_RESERVATION_GLOBAL

Line 15052: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

15048: l_return_status VARCHAR2(1);
15049: l_msg_count NUMBER;
15050: l_msg_data VARCHAR2(240);
15051:
15052: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
15053: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
15054: l_count NUMBER;
15055: l_x_error_code NUMBER;
15056: l_lock_records VARCHAR2(1);

Line 15053: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;

15049: l_msg_count NUMBER;
15050: l_msg_data VARCHAR2(240);
15051:
15052: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
15053: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
15054: l_count NUMBER;
15055: l_x_error_code NUMBER;
15056: l_lock_records VARCHAR2(1);
15057: l_sort_by_req_date NUMBER;

Line 15170: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

15166: l_return_status VARCHAR2(1);
15167: l_msg_count NUMBER;
15168: l_msg_data VARCHAR2(240);
15169:
15170: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
15171: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
15172: l_count NUMBER;
15173: l_x_error_code NUMBER;
15174: l_lock_records VARCHAR2(1);

Line 15171: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;

15167: l_msg_count NUMBER;
15168: l_msg_data VARCHAR2(240);
15169:
15170: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
15171: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
15172: l_count NUMBER;
15173: l_x_error_code NUMBER;
15174: l_lock_records VARCHAR2(1);
15175: l_sort_by_req_date NUMBER;

Line 15277: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

15273: l_return_status VARCHAR2(1);
15274: l_msg_count NUMBER;
15275: l_msg_data VARCHAR2(240);
15276:
15277: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
15278: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
15279: l_count NUMBER;
15280: l_x_error_code NUMBER;
15281: l_lock_records VARCHAR2(1);

Line 15278: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;

15274: l_msg_count NUMBER;
15275: l_msg_data VARCHAR2(240);
15276:
15277: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
15278: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
15279: l_count NUMBER;
15280: l_x_error_code NUMBER;
15281: l_lock_records VARCHAR2(1);
15282: l_sort_by_req_date NUMBER;

Line 15347: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

15343: l_return_status VARCHAR2(1);
15344: l_msg_count NUMBER;
15345: l_msg_data VARCHAR2(240);
15346:
15347: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
15348: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
15349: l_count NUMBER;
15350: l_x_error_code NUMBER;
15351: l_lock_records VARCHAR2(1);

Line 15348: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;

15344: l_msg_count NUMBER;
15345: l_msg_data VARCHAR2(240);
15346:
15347: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
15348: l_rsv_tbl inv_reservation_global.mtl_reservation_tbl_type;
15349: l_count NUMBER;
15350: l_x_error_code NUMBER;
15351: l_lock_records VARCHAR2(1);
15352: l_sort_by_req_date NUMBER;

Line 17526: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;

17522: l_line_id NUMBER;
17523: l_old_recursion_mode VARCHAR2(1);
17524:
17525: -- For reservations
17526: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
17527: l_dummy_sn inv_reservation_global.serial_number_tbl_type;
17528: l_quantity_reserved NUMBER;
17529: l_quantity2_reserved NUMBER; -- INVCONV
17530: l_rsv_id NUMBER;

Line 17527: l_dummy_sn inv_reservation_global.serial_number_tbl_type;

17523: l_old_recursion_mode VARCHAR2(1);
17524:
17525: -- For reservations
17526: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
17527: l_dummy_sn inv_reservation_global.serial_number_tbl_type;
17528: l_quantity_reserved NUMBER;
17529: l_quantity2_reserved NUMBER; -- INVCONV
17530: l_rsv_id NUMBER;
17531: l_reservable_type NUMBER;