BI_FLD_IM_VW(SQL View) |
Index Back |
---|---|
Fieldname Prompt ViewThis view is used in Invoice Maintenance for the prompting of the Search fieldnames. All non-numeric fields from the BI_LINE record are valid. |
SELECT A.FIELDNAME , B.LONGNAME FROM PSRECFIELD A , PSDBFLDLABL B , PSDBFIELD C WHERE A.FIELDNAME = B.FIELDNAME AND A.FIELDNAME = C.FIELDNAME AND B.DEFAULT_LABEL = 1 AND A.RECNAME IN ('BI_LINE', 'PC_CF1_N_SBR') AND C.FIELDTYPE NOT IN (2, 3) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
2 | LONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Long Name |