BU_LED_AM2_VW

(SQL View)
Index Back

Ledgers For A GL BU budget


select a.business_unit, a.ledger_group, a.ledger, b.inherit_base_cur, b.base_currency, b.rt_type from ps_bu_led_tbl a, PS_LED_GRP_LED_TBL b where a.ledger = b.ledger and a.ledger_group = b.ledger_group and b.setid = ( select setid from ps_set_cntrl_rec where setcntrlvalue = a.business_unit and recname = 'LED_GRP_TBL')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT_GL Character(5) VARCHAR2(5) NOT NULL GL Business Unit
2 BUD_LEDGER_GROUP Character(10) VARCHAR2(10) NOT NULL Budget Ledger Group
3 LEDGER Character(10) VARCHAR2(10) NOT NULL Ledger

Prompt Table: LED_DETL_VW

4 INHERIT_BASE_CUR Character(1) VARCHAR2(1) NOT NULL Inherit Base Currency

Y/N Table Edit

5 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. "

Prompt Table: CURRENCY_CD_TBL

6 RT_TYPE Character(5) VARCHAR2(5) NOT NULL Defines a category of market rates for currency conversion. Some examples of rate types are commercial, average, floating, and historical.

Prompt Table: RT_TYPE_TBL