CUST_RULEGRP_VW(SQL View) |
Index Back |
---|---|
Customer Price Rule Grp View |
SELECT setid , customer_group , descr , descrshort , eoep_arb_id FROM PS_CUST_GROUP_TBL c1 WHERE cust_grp_type = 'PRUL' AND c1.eff_status = 'A' AND %EffdtCheck(cust_group_tbl,c1,%CurrentDateIn) |
# | 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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | EOEP_ARB_ID | Character(10) | VARCHAR2(10) NOT NULL | Arbitration Plan |