GP_ABS_PAG0_VW

(SQL View)
Index Back

Template Section table

Configurable Sections: 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.

SELECT COUNTRY , GP_ABS_CS_TMPL_ID , EFFDT , GP_ABS_SEC_COUNTRY , GP_ABS_CS_SEC_ID , SEQ_NBR , TEXT_ID , ENABLED , HIDDEN_FLAG , PAGE_NUM FROM PS_GP_ABS_TMPL_SEC WHERE GP_ABS_CS_SEC_ID IN ('TBH_PAGE_ZERO', 'TBH_PAGE_ZERO_FED') AND GP_ABS_SEC_COUNTRY = 'USA'

  • Parent record: GP_ABS_TMPL_HDR
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country

    Prompt Table: GP_COUNTRY

    2 GP_ABS_CS_TMPL_ID Character(18) VARCHAR2(18) NOT NULL Template ID or Template Section Configuration ID. Used by EA to create templates that are used by Absence requests.
    3 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    4 GP_ABS_SEC_COUNTRY Character(3) VARCHAR2(3) NOT NULL Section Country

    Prompt Table: GP_COUNTRY

    5 GP_ABS_CS_SEC_ID Character(18) VARCHAR2(18) NOT NULL Template Section ID

    Prompt Table: GP_ABS_SECDEFVW

    6 SEQ_NBR Number(15,0) DECIMAL(15) NOT NULL Sequence Number

    Default Value: 1

    7 TEXT_ID Character(18) VARCHAR2(18) NOT NULL Text ID

    Prompt Table: GP_ABS_TXID_VW

    8 ENABLED Character(1) VARCHAR2(1) NOT NULL A flag indicates whether this row is enabled or not.

    Y/N Table Edit

    Default Value: Y

    9 HIDDEN_FLAG Character(1) VARCHAR2(1) NOT NULL Hidden Flag

    Y/N Table Edit

    Default Value: N

    10 PAGE_NUM Number(5,0) INTEGER NOT NULL Page Nbr

    Default Value: 1