CUSTGP_GBEPR_VW(SQL View) |
Index Back |
|---|---|
Curr Global Price Cust GroupView for determining which global Pricing by Currency Customer Group the customer belongs |
| SELECT c1.setid , c1.customer_group , c1.descr , c1.descrshort FROM PS_CUST_GROUP_TBL c1 WHERE c1.cust_grp_type = 'PRC' AND c1.global_flag = 'Y' AND c1.eff_status = 'A' AND %EffdtCheck(cust_group_tbl,c1,%CurrentDateIn) |
| # | 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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |