ORGID_FIELD_VW

(SQL View)
Index Back

EXT_ORG_ID-Like Flds

This is a view for selecting all Field names which have the values prompted against Ext Org Table 'EXT_ORG_ID'. The prompt table can be 'EXT_ORG_TBL' and other tables.

SELECT A.RECNAME ,A.FIELDNAME FROM PSRECFIELD A , PSRECDEFN B WHERE A.RECNAME = B.RECNAME AND (A.EDITTABLE = 'EXT_ORG_TBL' ) AND B.RECTYPE = 0

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
2 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).