CUST_RULEGRPLVW(SQL View) |
Index Back |
---|---|
Customer Price Rule Grp View |
SELECT C.SETID , C.CUSTOMER_GROUP , C.LANGUAGE_CD , C.DESCR , C.DESCRSHORT FROM ps_cust_group_tbl g , PS_CUST_GROUP_LNG c WHERE g.cust_grp_type = 'PRUL' AND g.eff_status = 'A' AND %EffdtCheck(cust_group_tbl,g,%CurrentDateIn) AND c.setid = g.setid AND c.customer_group = g.customer_group |
# | 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 | LANGUAGE_CD | 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 |