CUSTGP_SCONLVW3

(SQL View)
Index Back

Customer Buy Agrmt NG Grp Vw

View for determining which Contract Customer Group the customer belongs. Date Init. Issue # Description 01/03/01 JJM R-SGATIG-ZV65C Created view and changed SQL to not select global customer groups. Used as prompt table for CUST_CGRP_LNK.CUSTOMER_GROUP 04/11/01 JJM R-JMESER-8N9EZ Added effdt logic

SELECT c.setid , c.customer_group , c.effdt , c.language_cd , c.descr , c.descrshort FROM PS_CUST_GROUP_LNG c , ps_custgp_scon_vw3 s WHERE c.setid = s.setid AND c.customer_group = s.customer_group AND c.effdt = s.effdt

  • Related Language Record for CUSTGP_SCON_VW3
  • # 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 CUSTOMER_GROUP Character(10) VARCHAR2(10) NOT NULL Customer Group
    3 EFFDT Date(10) DATE NOT NULL Effective Date
    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description