CUSTV_BISPEC_VW

(SQL View)
Index Back

Customer Billing Specialist


SELECT C.SETID , C.CUST_ID , B.BILLING_SPECIALIST , B.NAME1 FROM %Table(BI_SPECIALIST) B , %Table(CUST_OPTION) C WHERE B.SETID =( SELECT S.SETID FROM PS_SET_CNTRL_REC S WHERE S.RECNAME = 'BI_SPECIALIST' AND S.SETCNTRLVALUE = C.SETID) AND B.BILLING_SPECIALIST = C.BILLING_SPECIALIST AND %EffdtCheck(BI_SPECIALIST X, B, %CurrentDateIn) AND B.EFF_STATUS = 'A' AND %EffdtCheck(CUST_OPTION CS, C, %CurrentDateIn) AND C.EFF_STATUS = 'A'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

Prompt Table: SP_SETID_NONVW

2 CUST_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
3 BILLING_SPECIALIST Character(8) VARCHAR2(8) NOT NULL Billing Specialist
4 NAME1 Character(40) VARCHAR2(40) NOT NULL Name 1