BI_CUST_C_VW

(SQL View)
Index Back

Bill Activity by Customer Vw


select distinct 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_CUSTC_VW_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BILL_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Customer

    Prompt Table: CUSTOMER

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