BI_REC_IM_VW(SQL View) |
Index Back |
|---|---|
Record Name Prompt ViewThis view is used in Invoice Maintenance for the prompting of the Record Name. For 9.1, only BI_LINE is valid. |
| SELECT RECNAME , RECDESCR FROM PSRECDEFN WHERE OBJECTOWNERID = 'DBI' AND RECTYPE = 0 AND RECNAME = 'BI_LINE' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). | |
| 2 | RECDESCR | Character(30) | VARCHAR2(30) NOT NULL | Record Description |