RBD_INITDRV_AET(SQL Table) |
Index Back |
---|---|
Intial Load State RecordThis is the state record for the Intial Load process. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | 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. |
3 | PT_CDB_DATA_DESCR | Character(30) | VARCHAR2(30) NOT NULL | This is the databoard data object name, which is equivalent to a record name in a PS application. |
4 | PT_CDB_LOAD_STATUS | Character(4) | VARCHAR2(4) NOT NULL |
The Status for initial load. "C" is completed, 'E" is error, and "P" is in process.
C=Completed DC=Dimensions Completed DP=Dimensions In Process P=In Process |
5 | RBD_INIT_LD_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Initial Load Type. "A" indicates a intial load request for a specific Dashboard Application. "F" indicates a inittial load request for all the installed Dasbhoard Applications.
D=Dimensions F=Facts Default Value: F |
6 | PROCESS_INSTANCE2 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |