EODP_REC_VW2

(SQL View)
Index Back

Record Prompt View

Record Prompt View

SELECT DISTINCT a.recname , a.recdescr FROM PSRECDEFN A , ps_eodp_recfield B , psrecfield c WHERE a.recname= b.recname AND c.recname=b.recname AND c.fieldname=b.fieldname AND (%Sql(eodp_bitand_all_platforms, c.useedit, 16) = 16 OR %Sql(eodp_bitand_all_platforms, c.useedit, 32) = 32 OR %Sql(eodp_bitand_all_platforms, c.useedit, 2048) = 2048) AND (b.eodp_snstv='Y' OR b.eodp_pers_idfr='Y')

  • Related Language Record: EODP_REC_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
    2 RECDESCR Character(30) VARCHAR2(30) NOT NULL Record Description