CUSTGP_NGLB_VW(SQL View) |
Index Back |
|---|---|
Cust grp view non-global (OM)View for determining which non-global Customer Group the customer belongs. |
| SELECT setid , customer_group , descr , descrshort FROM PS_CUST_GROUP_TBL c WHERE global_flag = 'N' AND %EffdtCheck(cust_group_tbl,c,%CurrentDateIn) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 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 |