IN_TM_DEFN_HDR(SQL Table) |
Index Back |
---|---|
Template Code Definition07/16/04: SSR: Added Category label and sub category label to this table so that at run time the template maintenance page would display a apps specific label instead of the generic category or subcategory label. Lang specific |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | IN_TM_CODE | Character(15) | VARCHAR2(15) NOT NULL | Template Code |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | ACTIVE_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Active Flag
A=Active I=Inactive Default Value: A |
4 | IN_TM_CAT_LABEL | Character(30) | VARCHAR2(30) NOT NULL | Category Label |
5 | IN_TM_SCAT_LABEL | Character(30) | VARCHAR2(30) NOT NULL | Sub Category Label |