BILL_TO_SEC_VW5

(SQL View)
Index Back

Bill To Customer Security View

Used for row-level security for self-service transactions

SELECT OPRID , A.SETID , A.CONTACT_ID , B.CUSTOMER_SETID , B.CUST_ID , C.NAME1 , B.ADDRESS_SEQ_NUM , B.BILL_TO_FLG FROM PSOPRALIAS A , PS_CONTACT_CUST B , PS_CUSTOMER C WHERE A.SETID = B.SETID AND A.CONTACT_ID = B.CONTACT_ID AND B.CUSTOMER_SETID = C.SETID AND B.CUST_ID = C.CUST_ID AND A.OPRALIASTYPE = 'CNT' AND B.EFFDT = ( SELECT MAX(X.EFFDT) FROM PS_CONTACT X WHERE X.SETID = B.SETID AND X.CONTACT_ID = B.CONTACT_ID AND X.EFFDT <= %CurrentDateIn) AND B.EFF_STATUS = 'A'

  • Related Language Record: BILL_TOSECVW_LG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    2 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    3 CONTACT_ID Character(15) VARCHAR2(15) NOT NULL Contact Identifier for Treasury Contacts
    4 CUSTOMER_SETID Character(5) VARCHAR2(5) NOT NULL Customer SetID
    5 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.
    6 NAME1 Character(40) VARCHAR2(40) NOT NULL Name 1
    7 ADDRESS_SEQ_NUM Number(5,0) INTEGER NOT NULL Address Sequence Number
    8 BILL_TO_FLG Character(1) VARCHAR2(1) NOT NULL Bill To Customer
    N=No
    Y=Yes