CATEGORY_NKVW(SQL View) |
Index Back |
|---|---|
Asset Categories non-key ViewUsed by Asset Search |
| SELECT setid , category , descr , intangible_sw , depr_status , lease_sw FROM PS_CATEGORY_TBL |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | Asset Category | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | INTANGIBLE_SW | Character(1) | VARCHAR2(1) NOT NULL |
Intangible
N=Tangible Asset Y=Intangible Asset Y/N Table Edit Default Value: N |
| 5 | DEPR_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Depreciation Status
D=Depreciable N=Non Depreciable Default Value: D |
| 6 | LEASE_SW | Character(1) | VARCHAR2(1) NOT NULL |
Leased Assets
Y/N Table Edit Default Value: N |