EODP_REC_VW(SQL View) |
Index Back |
---|---|
Record Prompt ViewRecord Prompt View |
SELECT DISTINCT a.recname , a.recdescr FROM PSRECDEFN A , psrecfield B WHERE A.recname= B.recname AND (%Sql(eodp_bitand_all_platforms, B.useedit, 16) = 16 OR %Sql(eodp_bitand_all_platforms, B.useedit, 32) = 32 OR %Sql(eodp_bitand_all_platforms, B.useedit, 2048) = 2048) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
2 | RECDESCR | Character(30) | VARCHAR2(30) NOT NULL | Record Description |