SP_BUREBI_NONVW

(SQL View)
Index Back

Billing Business Unit View

This record holds the Billing Business unit mapped to the GL Business Unit on the Lease Administration Business Unit Setup page.

SELECT DISTINCT B.BUSINESS_UNIT_GL , B.BUSINESS_UNIT , A.DESCR , A.DESCRSHORT FROM PS_BUS_UNIT_TBL_FS A , PS_BUS_UNIT_TBL_BI B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT

  • Related Language Record: SP_BUREBI_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT_GL Character(5) VARCHAR2(5) NOT NULL GL Business Unit
    2 BUSINESS_UNIT_BI Character(5) VARCHAR2(5) NOT NULL Billing Business Unit
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description