ORDENT_CNTCTLVW

(SQL View)
Index Back

Customer Contact Detail

Related language rec for ORDENT_CNTCT_VW

SELECT CC.CUSTOMER_SETID , CC.CUST_ID , CC.CNTCT_SEQ_NUM , CC.EFFDT , CL.LANGUAGE_CD , CL.NAME1 , CL.TITLE , CL.SALUTATION FROM PS_CONTACT CT , PS_CONTACT_LANG CL , PS_CONTACT_CUST CC WHERE %Join(COMMON_KEYS, CONTACT CT, CONTACT_CUST CC) AND CT.EFF_STATUS = 'A' AND CC.EFF_STATUS = 'A' AND %Join(COMMON_KEYS, CONTACT CT, CONTACT_LANG CL)

  • Related Language Record for ORDENT_CNTCT_VW
  • Parent record: CUST_CNTCT_SEQ
  • # 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 CNTCT_SEQ_NUM Number(5,0) INTEGER NOT NULL Contact Sequence Number
    4 EFFDT Date(10) DATE NOT NULL Effective Date
    5 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    6 NAME1 Character(40) VARCHAR2(40) NOT NULL Name 1
    7 TITLE Character(35) VARCHAR2(35) NOT NULL Title
    8 SALUTATION Character(30) VARCHAR2(30) NOT NULL Salutation