GP_ABS_NRP_FMVW

(SQL View)
Index Back

Abs Forecasting Custom Msg NRP

This record will contain the customized messages from the Forecasting results - NRP View

SELECT COUNTRY , PIN_TAKE_NUM + 50000000 , EFFDT , FCST_CUSTOM_MSG , FCST_VALUE , FCST_STATUS_TXT_ID , FCST_DESCR_TEXT_ID ,FCST_DISPLAY_OPTN FROM PS_GP_ABS_FCST_MSG

  • Related Language Record: GP_ABS_FCST_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country

    Prompt Table: GP_COUNTRY
    Set Control Field: COUNTRY

    2 PIN_TAKE_NUM Number(8,0) INTEGER NOT NULL Absence Take

    Prompt Table: GP_ABS_TAKE

    3 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    4 FCST_CUSTOM_MSG Character(1) VARCHAR2(1) NOT NULL This field is used to indicate what customize message to use for each of the major return status of Forecasting
    E=Error
    S=Success
    W=Warning
    5 FCST_VALUE Character(30) VARCHAR2(30) NOT NULL This field is used to contain the value returned out of Forecasting.
    6 FCST_STATUS_TXT_ID Character(18) VARCHAR2(18) NOT NULL This field will be used to contain the HR Text Catalog entry that corresponds to the Forecasting return value.

    Prompt Table: HR_SSTEXT_TEXT

    7 FCST_DESCR_TEXT_ID Character(18) VARCHAR2(18) NOT NULL This field will be used to contain the HR Text Catalog entry that corresponds to the Forecasting return value.

    Prompt Table: HR_SSTEXT_TEXT

    8 FCST_DISPLAY_OPTN Character(1) VARCHAR2(1) NOT NULL This field will be used to indicate which Forecasting messages will display.
    B=Status and Description
    D=Message Description
    S=Status Message

    Default Value: S