CUSTGP_SCON_VW2(SQL View) |
Index Back |
---|---|
Customer Buying Agrmnt Grp VwSame view as CUSTGP_SCON_VW with BUSINESS_UNIT as the set control field. |
SELECT setid , customer_group , effdt , descr , eff_status , descrshort , global_flag FROM PS_CUST_GROUP_TBL WHERE cust_grp_type = 'PRC' AND global_flag = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
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 |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
7 | GLOBAL_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Global
Y/N Table Edit |