CUSTGP_SCON_LVW(SQL View) |
Index Back |
---|---|
Customer Sales Contract Grp VwView for determining which Contract Customer Group the customer belongs. |
SELECT c.setid , c.customer_group , c.effdt , c.language_cd , c.descr , c.descrshort FROM ps_cust_group_lng c , PS_CUSTGP_SCON_VW s WHERE c.setid = s.setid AND c.customer_group = s.customer_group AND c.effdt = s.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
|
2 | Character(10) | VARCHAR2(10) NOT NULL | Customer Group | |
3 | Date(10) | DATE NOT NULL | Effective Date | |
4 | 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 |