BI_CUST_P_VW

(SQL View)
Index Back

Bill Activity by Customer Vw


select distinct a.business_unit, a.bill_to_cust_id, b.name1 from PS_BI_HDR a, ps_customer b where a.bill_to_cust_id = b.cust_id and b.setid = (select setid from ps_set_cntrl_rec where recname = 'CUSTOMER' and setcntrlvalue = a.business_unit)

  • Related Language Record: BI_CUST_PVW_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT

    2 BILL_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Customer

    Prompt Table: CUSTOMER

    3 NAME1 Character(40) VARCHAR2(40) NOT NULL Name 1