GP_ACM_MBR_TMP(SQL Table) |
Index Back |
|---|---|
Accumulator Member Temp TableStores accumulator members for Manual Payment validation process. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | PIN_MBR_NUM | Number(8,0) | INTEGER NOT NULL | Element number field |
| 2 | PIN_TYPE | Character(2) | VARCHAR2(2) NOT NULL | Element Type |
| 3 | PCT_TO_ACM | Number(10,6) | DECIMAL(9,6) NOT NULL | Percent to Accumulate |
| 4 | PIN_PCT_NUM | Number(8,0) | INTEGER NOT NULL | Percent to Accum Element |
| 5 | ACM_SIGN | Character(1) | VARCHAR2(1) NOT NULL |
Accumulator Sign
A=Add S=Subtract |
| 6 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
| 7 | PIN_PARENT_NUM | Number(8,0) | INTEGER NOT NULL | Parent Element Number |
| 8 | DONE_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Done Flag |