BUBAL_LEDGRP_VW(SQL View) |
Index Back |
---|---|
Ledger Group Ledgers by BU bal |
SELECT %substring(B.SETCNTRLVALUE,1,5) ,B.SETID ,A.LEDGER_GROUP ,A.LEDGER ,A.PRIMARY_LEDGER ,A.INHERIT_BASE_CUR ,A.BASE_CURRENCY ,A.RT_TYPE ,A.CUR_RT_TYPE_DFLT FROM PS_LED_GRP_LED_TBL A ,PS_SET_CNTRL_REC B WHERE B.RECNAME = 'LED_GRP_LED_TBL' AND A.SETID = B.SETID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT_BAL | Character(5) | VARCHAR2(5) NOT NULL | Specifies the business unit associated with the control totals for a journal. There may be multiple sets of control totals for a single journal. For example, an interunit journal between two business units will specify two balancing business units and maintain control totals for each. |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
3 | LEDGER_GROUP | Character(10) | VARCHAR2(10) NOT NULL | Ledger Group |
4 | LEDGER | Character(10) | VARCHAR2(10) NOT NULL |
Ledger
Prompt Table: LED_BY_TMPLT_VW |
5 | PRIMARY_LEDGER | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not (Y or N) a ledger is designated as the primary ledger in a ledger group.
Y/N Table Edit Default Value: N |
6 | INHERIT_BASE_CUR | Character(1) | VARCHAR2(1) NOT NULL |
Inherit Base Currency
Y/N Table Edit Default Value: Y |
7 | 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 |
8 | CUR_RT_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Currency Rate Type
Prompt Table: CUR_RT_TYPE_TBL |
9 | CUR_RT_TYPE_DFLT | Character(5) | VARCHAR2(5) NOT NULL |
Exchange Rate Type Default
Prompt Table: CUR_RT_TYPE_TBL |