SP_BUARAP_NONVW

(SQL View)
Index Back

AR & AP Business Units


select a.business_unit, a.descr, a.descrshort from PS_BUS_UNIT_TBL_FS a where exists(select 'x' from ps_bu_ar_alt where business_unit = a.business_unit) or exists(select 'x' from ps_bu_ap_alt where business_unit = a.business_unit)

  • Related Language Record: SP_BUARAP_NOLVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    3 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description