RBD_CUST_GRP_VW(SQL View) |
Index Back |
---|---|
Customer Group Definition ViewThe view returns the current active Customer Group Definition. It is used to construct a message for the Dashboard Customer Group Dimension |
SELECT A.SETID , A.CUST_GRP_TYPE , A.CUSTOMER_GROUP , A.DESCR FROM %Table(CUST_GROUP_TBL) A WHERE %EffdtCheck(CUST_GROUP_TBL B, A, %CurrentDateIn) AND A.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | CUST_GRP_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Customer group type used by Customer Group tables
ACCT=Accounting ALOC=Allocation Group DD=Direct Debit DRFT=Draft FCST=Forecasting FRT=Freight PRC=Pricing PRUL=Pricing Arbitration Plan RPT=Reporting SCON=Buying Agreement TAX=Tax TRPT=Transportation |
3 | CUSTOMER_GROUP | Character(10) | VARCHAR2(10) NOT NULL | Customer Group |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |