UPG_TL_CFLD_LNG(SQL Table) |
Index Back |
---|---|
TL Used in Upgrade Acct codeThis table serves as mapping table for Acctcode + Project + Business unit PC reported in TL to the new account code/combo code generated. Value in TL_CC_VALID column indicates if new account code generated or used another account code or just updated project id field on TL transactions. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TL_ACCT_CD | Character(25) | VARCHAR2(25) NOT NULL | Combination Code |
2 | UPG_TL_PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project/Grant |
3 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project/Grant |
4 | BUSINESS_UNIT_PC | Character(5) | VARCHAR2(5) NOT NULL | Project Costing Business Unit |
5 | DUR | Date(10) | DATE | Date Under Report associates time being reported, scheduled or paid, to a specific date. |
6 | ACCT_CD | Character(25) | VARCHAR2(25) NOT NULL | Combination Code |
7 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
8 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
9 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
10 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |