SCC_CGXPRPT2_VW(SQL View) |
Index Back |
---|---|
CommGen Report DefinitionThis view links the XML Publisher Report Definition(s) and the Student Administration Letter Code by the Letter Code in context. |
SELECT A.SCC_LETTER_CD , B.REPORT_DEFN_ID , B.DESCR , B.OPRID , B.REPORT_CATEGORY_ID FROM PS_SCC_CG_XMLP_RPT A ,PSXPRPTDEFN B WHERE A.REPORT_DEFN_ID = B.REPORT_DEFN_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SCC_LETTER_CD | Character(3) | VARCHAR2(3) NOT NULL | Letter Code |
2 | REPORT_DEFN_ID | Character(12) | VARCHAR2(12) NOT NULL | Report Name (see PSXPRPTDEFN). |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
5 | REPORT_CATEGORY_ID | Character(18) | VARCHAR2(18) NOT NULL | Report Category ID |