DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_UPDATE_PKG dependencies on INV_RESERVATION_GLOBAL

Line 1799: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;

1795: and crld.source_type = 'RES'
1796: and mr.reservation_id = crld.source_id
1797: and mr.inventory_item_id = nvl(p_inventory_item_id,mr.inventory_item_id);
1798:
1799: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
1800: l_serial_number inv_reservation_global.serial_number_tbl_type;
1801: l_relieved_quantity NUMBER;
1802: l_relieved_quantity1 NUMBER;
1803: l_relieve_all varchar2(1) := fnd_api.g_false;

Line 1800: l_serial_number inv_reservation_global.serial_number_tbl_type;

1796: and mr.reservation_id = crld.source_id
1797: and mr.inventory_item_id = nvl(p_inventory_item_id,mr.inventory_item_id);
1798:
1799: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
1800: l_serial_number inv_reservation_global.serial_number_tbl_type;
1801: l_relieved_quantity NUMBER;
1802: l_relieved_quantity1 NUMBER;
1803: l_relieve_all varchar2(1) := fnd_api.g_false;
1804: l_remaining_quantity NUMBER;