CUSTGP_GBEPRLVW(SQL View) |
Index Back |
|---|---|
Curr Global Price Cust GroupView for determining which global Pricing by Currency Customer Group the customer belongs |
| SELECT c.setid , c.customer_group , c.language_cd , c.descr , c.descrshort FROM ps_cust_group_lng c , PS_CUSTGP_GBEPR_VW g WHERE g.setid = c.setid AND g.customer_group = c.customer_group |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Customer Group | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |