FLD_REQ_TFCF_VW(SQL View) |
Index Back |
---|---|
ChartField Request Field ViewField Request Field View on Template - ChartField Need clone this when build request component for fields of other functional areas. |
SELECT F.SETID , F.FIELDNAME1 , L.LONGNAME FROM PS_FLD_REQ_TMPLT F , PSDBFLDLABL_VW L , PS_FLD_REQ_SETUP S WHERE F.FIELDNAME1=L.FIELDNAME AND F.FIELDNAME1=S.FIELDNAME1 AND S.FLD_REQ_FUNC_AREA='CF' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | FIELDNAME1 | Character(18) | VARCHAR2(18) NOT NULL | Field Name 1 |
3 | LONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Long Name |