VC_NUMFLD_VW(SQL View) |
Index Back |
---|---|
Payout Formula Prompt TableThis view is used as a prompt table for the Field Name field on the Payout Formula Definition table. |
SELECT A.RECNAME , B.FIELDNUM , B.FIELDNAME , C.FIELDTYPE FROM PSRECFIELD A , PSRECFIELD B , PSDBFIELD C , PSDBFLDLABL D WHERE B.FIELDNAME = D.FIELDNAME AND ((B.RECNAME = A.FIELDNAME AND A.SUBRECORD = 'Y') OR (A.RECNAME = B.RECNAME AND A.SUBRECORD = 'N' AND A.FIELDNAME = B.FIELDNAME)) AND C.FIELDNAME = B.FIELDNAME AND C.FIELDTYPE IN (2,3) AND D.DEFAULT_LABEL = 1 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
2 | FIELDNUM | Number(4,0) | SMALLINT NOT NULL | Field Number |
3 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
4 | FIELDTYPE | Number(2,0) | SMALLINT NOT NULL | Field Type (from PSST0101 Ref.) |