ST_ISSU_MESSAGE(SQL Table) |
Index Back |
---|---|
Mass Issuance Message TableST_ISSU_MESSAGE stores messages during the mass issuance process |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | STOCK_ID | Character(10) | VARCHAR2(10) NOT NULL | Company's Stock Identification Symbol |
4 | STOCK_PLAN_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Type of Stock Plan
E=Purchase Plan O=Option Plan |
5 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
6 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |
7 | ISSUANCE_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Type of issuance - certificate or brokerage account
B=Broker C=Certificate E=Escrow |
8 | MSGDATA1 | Character(30) | VARCHAR2(30) NOT NULL | Message Data |
9 | MSGDATA2 | Character(30) | VARCHAR2(30) NOT NULL | Message Data |
10 | MSGDATA3 | Character(30) | VARCHAR2(30) NOT NULL | Message Data |