SAA_RC_RPTGEN2(SQL Table) |
Index Back |
---|---|
Batch AA Report Run ControlThis record is used to store values to be used by the batch advisement report generation process. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | SAA_SEQ_NBR | Number(3,0) | SMALLINT NOT NULL | This is a generic number field used as a key in run control tables for child tables. |
4 | SAA_RPT_DT_FROM | Date(10) | DATE | This field is used for selecting a from date to be used in a date range on the batch generation run control page. |
5 | SAA_RPT_DT_TO | Date(10) | DATE | This field is used for selecting a to date to be used in a date range on the batch generation run control page. |
6 | SAA_RPT_IDENTIFIER | Character(10) | VARCHAR2(10) NOT NULL |
This field is used to identify a specific run of Academic Advisement Reports within a report type.
Prompt Table: SAA_IDENT_TBL |