CUSTGP_GBRPTLVW(SQL View) |
Index Back |
---|---|
Global Rpt Cust GroupsView for determining which global Reporting 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_GBRPT_VW g WHERE g.setid = c.setid AND g.customer_group = c.customer_group AND g.effdt = c.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.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
Default Value: %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 |