PSXP_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 | PRCSINSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | CONTENTID | Number(15,0) | DECIMAL(15) NOT NULL | Report ID |
3 | DBNAME | Character(8) | VARCHAR2(8) NOT NULL | Database Name |
4 | PSXP_ATTRIBUT_NAME | Character(100) | VARCHAR2(100) NOT NULL | Reporting Folder's Attribute Name |
5 | PSXP_IS_BURST_FLD | Character(1) | VARCHAR2(1) NOT NULL | Is tthis bust field |
6 | PSXP_ATTRIBUT_VALU | Character(128) | VARCHAR2(128) NOT NULL | Reportring Folder's Attribute Value |