RQ_GRP_TBL_D_VW(SQL View) | 
Index Back | 
|---|---|
Requirement Grp Tbl Displ ViewUse view to create display panels for the data in RQ_GRP_TBL where the Rowinit and FieldDefault Peoplecode in this record causes problems due to references to child records which are not available for the display applications in question. | 
| Select RQRMNT_GROUP ,EFFDT ,EFF_STATUS ,DESCR ,DESCRSHORT ,DESCR254A from PS_RQ_GRP_TBL | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(6) | VARCHAR2(6) NOT NULL | Requirement Group | |
| 2 | Date(10) | DATE NOT NULL | 
Effective Date
 Default Value: %date  | 
|
| 3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL | 
Effective Status
 A=Active I=Inactive Default Value: A  | 
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | 
Short Description
 Default Value: RQ_GRP_TBL.DESCR  | 
| 6 | DESCR254A | Character(254) | VARCHAR2(254) NOT NULL | Long Description |