SCP_POA_HDR_VW(SQL View) |
Index Back |
---|---|
Header Information ViewPOA Header Information View |
SELECT A.FIELDNAME ,B.LABEL_ID , B.SHORTNAME ,A.FIELDNUM FROM PSRECFIELD A , PSDBFLDLABL B WHERE A.RECNAME = 'SCP_BUY_HDR_CMP' AND A.FIELDNAME = B.FIELDNAME AND B.DEFAULT_LABEL = 1 ORDER BY A.FIELDNUM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
2 | LABEL_ID | Character(18) | VARCHAR2(18) NOT NULL | LABEL_ID identifies uniquness of DB Field Labels. This field is used in PSDBFLDLABL and PSDBFLDLABLLANG. |
3 | FIELDLABEL | Character(60) | VARCHAR2(60) NOT NULL | Field Label |
4 | FIELDNUM | Number(4,0) | SMALLINT NOT NULL | Field Number |