| HR_TBH_TMPL_SEC(SQL Table) | Index Back | 
|---|---|
| Template Section tableThe Template Section table is a child of the Template Header Table, and will store meta-data about each section included in the template: text catalog id, whether or not section is hidden from and/or can be overridden by End-User. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(18) | VARCHAR2(18) NOT NULL | Template ID | |
| 2 | Date(10) | DATE NOT NULL | Effective Date Default Value: %date | |
| 3 | Character(18) | VARCHAR2(18) NOT NULL | Template Section ID Prompt Table: HR_TBH_SEC_DVW | |
| 4 | SEQ_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number Default Value: 1 | 
| 5 | TEXT_ID | Character(18) | VARCHAR2(18) NOT NULL | Text ID Prompt Table: HR_TBH_TXTID_VW | 
| 6 | ENABLED | Character(1) | VARCHAR2(1) NOT NULL | A flag indicates whether this row is enabled or not. Y/N Table Edit Default Value: Y | 
| 7 | HIDDEN_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Hidden Flag Y/N Table Edit Default Value: N | 
| 8 | PAGE_NUM | Number(5,0) | INTEGER NOT NULL | Page Nbr | 
| 9 | TBH_SEC_STYLE | Character(1) | VARCHAR2(1) NOT NULL | This field is to indicate the type of the section - Tabular or Grid G=Grid T=Tabular Default Value: T |