KeyRecord.FieldnameFormatXLATHeading Text

ACCOUNT - AccountChar10
Account

BUSINESS_UNIT - Business UnitChar5
Unit

CLASS_FLD - Class FieldChar5
Class
DEPTID - DepartmentChar10
Dept

FAST_ACCT_DESC - FAST Account DescriptionChar30
FAST Acct Desc
FAST_ACCT_NBR - FAST Account NumberChar7
Fast Acct Nbr
FAST_OBJ_CD - FAST Object CodeChar3
FAST Obj Code

FAST_OBJ_TITLE - FAST Object Code TitleChar30
FAST Obj Title
FUND_CODE - Fund CodeChar5
Fund
OPERATING_UNIT - Operating UnitChar8
Oper Unit
PROGRAM_CODE - Program CodeChar5
Program
PROJECT_ID - ProjectChar15
Project

Data Dictionary Links

Clicking the linked (blue) fields in any table will take you to the Data Dictionary and provide you with more information about that field as well as field values if they are available.

Accounting ID

The  UM_FAST_XLAT_VW  table should be joined to any ledger query where display of the HR 10 digit Accounting ID is needed.

The 10 digit HR Accounting ID has 2 components in this table and must be concatenated to display correctly: MIN(A.FAST_ACCT_NBR | | A.FAST_OBJ_CD). The minimum should be used since there can be multiple accounting IDs created for a single chart field, and while either will map correctly, the join will cause duplication.

Edit expression properties table

Run this demo query, UMS_DTS_UM_FAST_XLAT_VW, to review use of the expression.

Important Considerations

  • When using the PS Query delivered auto join function, PeopleSoft joins DEPTID , FUND_CODE, PROGRAM_CODE, PROJECT_ID  and OPERATING_UNIT  fields only.
  • You must join the ACCOUNT and CLASS_FLD fields manually to return the correct HR Accounting ID

Attachments:

FAST_XLAT.png (image/png)
image2018-7-9_12-49-0.png (image/png)