ORDENT_NT_TYPE(SQL View) |
Index Back |
|---|---|
Note Type TableThis table is used to set up note types which may be used as a categorization of standard notes and texts. This view is used by order entry inquiry. No peoplecode, no defaults, no prompts! |
| select setid, note_type, effdt, eff_status, descr, descrshort from PS_NOTE_TYPE |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Note Type | |
| 3 | Date(10) | DATE | Effective Date | |
| 4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |