CUSTGP_TRPT_VW

(SQL View)
Index Back

Customer Trnspt Group view

View for determining which Transportation Customer Group the customer belongs.

select setid, customer_group, effdt, descr, eff_status, descrshort, global_flag from PS_CUST_GROUP_TBL where cust_grp_type = 'TRPT'

# 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.

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 Case flag for relationship

Y/N Table Edit