TRP_POOL_DFN_VW

(SQL View)
Index Back

Pool Definition

Table that stores Investment pool information

SELECT A.BUSINESS_UNIT , A.POOL_ID , A.EFFDT , A.DESCR , A.EFF_STATUS FROM PS_TRP_POOL_DEFN A WHERE A.EFFDT = ( SELECT MAX(B.EFFDT) FROM PS_TRP_POOL_DEFN B WHERE B.BUSINESS_UNIT = A.BUSINESS_UNIT AND B.POOL_ID = A.POOL_ID AND B.EFFDT <= %CurrentDateIn)

  • Related Language Record: TRP_POOL_LG_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT

    Prompt Table: SP_BU_GL_NONVW

    2 POOL_ID Character(10) VARCHAR2(10) NOT NULL Pool ID field.

    Prompt Table: TRP_POOL_DEFN

    3 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive

    Default Value: A