HR_TBH_TMPL_SEC

(SQL Table)
Index Back

Template Section table

The 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.

  • Parent record: HR_TBH_TMPL_HDR
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 TBH_TMPL_ID Character(18) VARCHAR2(18) NOT NULL Template ID
    2 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    3 TBH_SECTION_ID Character(18) VARCHAR2(18) NOT NULL Template Section ID

    Prompt Table: HR_TBH_SEC_VW0

    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(4,0) SMALLINT NOT NULL Page #

    Default Value: 1