UPG_KK_FS_ALC(SQL Table) |
Index Back |
---|---|
UPG: Funding Source AllocationPost-Upgrade table to hold the information of Funding Source allocations with duplicate funding source values. It will be used in Query, UPG_KK_FS_ALC, to report to users. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | LEDGER_GROUP | Character(10) | VARCHAR2(10) NOT NULL | Ledger Group |
3 | CHARTFIELD_VALUE | Character(30) | VARCHAR2(30) NOT NULL | ChartField Value |
4 | FUND_SOURCE | Character(6) | VARCHAR2(6) NOT NULL | Funding Source |
5 | DUPLICATE_CNT | Number(10,0) | DECIMAL(10) NOT NULL | Duplicate count |