PSCDBBATCHAPP(SQL Table) |
Index Back |
---|---|
Batch Load App. CodesThis run control record is used to do a batch dashboard load by selected application codes. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: OPERATOR_VW |
2 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | PT_CDB_APP_CODE | Character(4) | VARCHAR2(4) NOT NULL |
Code of the application message to the dashboard. This may be used by the messaging framework as a mechanism to distribute messages to a JMS server.
Prompt Table: PSCDBAPPCODE |
4 | PT_CDB_INCLUDE | Character(1) | VARCHAR2(1) NOT NULL |
Y/N flag to indicate whether or not this row should be included in the build.
Y/N Table Edit Default Value: N |