PL_GROUP_CUR_VW(SQL View) |
Index Back |
---|---|
PL Group Currency Codes09/12/02 EGS (CN#PL880-1): Added |
SELECT DISTINCT A.BU_GROUP , B.BASE_CURRENCY FROM PS_PL_GROUP_IN A , PS_BUS_UNIT_TBL_IN B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BU_GROUP | Character(6) | VARCHAR2(6) NOT NULL | 08/16/01 EGS (CN#PL880-1.0): Added |
2 | BASE_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL | "Specifies the primary currency for a general ledger business unit, and is sometimes referred to as the ""book"" currency. Each business unit has one base currency. which is usually, but not always, the local currency for the organization. Journal entries are posted to a business unit in its base currency. " |