PSPNLDEFNLANG(SQL Table) |
Index Back |
---|---|
Panel DefinitionPlease remove HELPCONTEXTNUM the next time this record is modified. This will require coding changes that remove it from caching, data structures and SQL statments. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PNLNAME | Character(30) | VARCHAR2(30) NOT NULL | Panel Name (see PSPNLDEFN). |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | GRIDHORZ | Number(4,0) | SMALLINT NOT NULL | Grid - Horizontal |
4 | GRIDVERT | Number(4,0) | SMALLINT NOT NULL | Grid - Vertical |
5 | PANELTOP | Number(4,0) | SMALLINT NOT NULL | Panel Top |
6 | PANELLEFT | Number(4,0) | SMALLINT NOT NULL | Panel Left |
7 | PANELRIGHT | Number(4,0) | SMALLINT NOT NULL | Panel Right |
8 | PANELBOTTOM | Number(4,0) | SMALLINT NOT NULL | Panel Bottom |
9 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
10 | DESCRLONG | Long Character | CLOB | Long Description |