OPR_DEF_CURR_VW(SQL View) |
Index Back |
---|---|
Operator Default Currency View |
SELECT a.oprid , b.base_currency FROM PS_OPR_DEF_TBL_FS a , ps_bus_unit_tbl_gl b WHERE b.business_unit = a.business_unit |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: OPRID_VW |
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. " |