Asset (ver21.4.0)
This table stores the asset type (Book, eBook, Equipment) definition.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
AccessCode | 21.4.0 | VARCHAR2(40 CHAR) | ebook Access code. Optional. Not applicable for book and equipment. |
AssetDate | 21.4.0 | DATE | Stores copyright date for Book and eBook or Purchase date for equipment. Required. |
AssetType | 21.4.0 | NUMBER(19,0) | CodesetId for asset types such as Book, eBook, or Equipment. Required. Indexed. |
Author | 21.4.0 | VARCHAR2(50 CHAR) | Author of the book or eBook. Optional |
Code | 21.4.0 | VARCHAR2(40 CHAR) | Code used by the district for the asset. Optional. |
DateAdopted | 21.4.0 | DATE | Introduced Date for the asset. Optional. |
DateDiscontinued | 21.4.0 | DATE | Discontinued Date for the asset. Optional. |
Description | 21.4.0 | VARCHAR2(255 CHAR) | Description of the asset. Optional. |
Edition | 21.4.0 | VARCHAR2(15 CHAR) | Edition of book or eBook. Required for Book and eBook. |
ExtrasNote | 21.4.0 | VARCHAR2(200 CHAR) | Note for extras. Required if HasExtras is checked. Applicable only for equipment. |
FeeAmount | 21.4.0 | NUMBER(19,3) | Student fee charged for use of the asset. Optional. Default 0. |
Format | 21.4.0 | NUMBER(19,0) | CodesetId for the formats such as TextBook, AudioBook, etc for Book type and TXT, EPUB, PDF, etc for eBook. Not applicable for Equipment. Optional. |
HasExtras | 21.4.0 | NUMBER(1,0) | Indicates whether the equipment has any extras associated with it such as charger, mouse for laptop. Checkbox type, applicable only for equipment. Required. Valid values: 1=includes extras, 0=no extras. Default 0. |
Id | 21.4.0 | NUMBER(19,0) | The unique sequential number generated by the application. Indexed. Required. |
IsActive | 21.4.0 | NUMBER(1,0) | Checkbox to indicate if the asset is active. Valid values: 1=Active (checked), 0=Inactive (unchecked). Default 1 (checked). |
Isbn | 21.4.0 | VARCHAR2(25 CHAR) | ISBN number for Book and eBook. Required for Book and eBook. Not applicable for Equipment. Indexed (Upper(ISBN)). |
IsConsumable | 21.4.0 | NUMBER(1,0) | Indicates if the asset is consumable or not. For example, workbooks can be consumable and never be returned. Not applicable for equipment. Valid values: 1=Consumable, 0=Expected to be returned. Default 0. |
Manufacturer | 21.4.0 | VARCHAR2(100 CHAR) | Manufacturer of the equipment. Not applicable for Book and eBook. Required for Equipment. |
ModelNum | 21.4.0 | VARCHAR2(50 CHAR) | The model number of the equipment. Not applicable for Book and eBook. Optional. Indexed (function based composite index. Upper(PartNum, ModelNum, Revision)) |
Name | 21.4.0 | VARCHAR2(50 CHAR) | Name of the asset. Required. |
NcesCode | 21.4.0 | VARCHAR2(40 CHAR) | NCES code for the Book. Optional. |
Note | 21.4.0 | VARCHAR2(500 CHAR) | Notes for the asset. Optional. |
PartNum | 21.4.0 | VARCHAR2(50 CHAR) | The part number of the equipment. Not applicable for Book and eBook. Required for Equipment. Indexed (function based composite index. Upper(PartNum, ModelNum, Revision)) |
Publisher | 21.4.0 | VARCHAR2(100 CHAR) | Publisher of Book or eBook. Not applicable for equipment. Required for Book and eBook. Indexed. |
PurchaseCost | 21.4.0 | NUMBER(19,3) | Purchase cost for Book or eBook. Not available for equipment. Optional. |
Revision | 21.4.0 | VARCHAR2(50 CHAR) | The revision number of equipment. Not applicable for Book and eBook. Optional. Indexed (function based composite index. Upper(PartNum, ModelNum, Revision)) |
SifCode | 21.4.0 | VARCHAR2(40 CHAR) | SIF code for the asset. Optional. |
StateCode | 21.4.0 | VARCHAR2(40 CHAR) | State code for asset. Optional. |
Upc | 21.4.0 | VARCHAR2(20 CHAR) | UPC code. Optional. |
Url | 21.4.0 | VARCHAR2(1024 CHAR) | URL tp access the ebook. Optional. Not applicable for book and equipment. |
WhenCreated | 21.4.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. Required. |
WhenModified | 21.4.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 21.4.0 | VARCHAR2(100 CHAR) | The name of the person who created the record. Defaults to user. Required. |
WhoModifed | 21.4.0 | VARCHAR2(100 CHAR) | The name of the person who modified the record. Defaults to the user. Required. |