PSRF_RATTR_TBL(SQL Table) |
Index Back |
---|---|
Report Attributes TableReport Attributes Table to Store Name Value pairs of a report. Used in Report Folders Implementation. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PSRF_REPORT_ID | Number(15,0) | DECIMAL(15) NOT NULL | Report's Unique Identifier |
2 | PSRF_ATTRIBUT_NAME | Character(30) | VARCHAR2(30) NOT NULL | Reporting Folder's Attribute Name |
3 | PSRF_ATTRIBUT_VALU | Character(128) | VARCHAR2(128) NOT NULL | Reportring Folder's Attribute Value |