ORD_TPTPRDGP_VW(SQL View) |
Index Back |
---|---|
Ord Prod-trnspt grp link view |
select pln.setid, pln.product_id, pln.product_group, p1.effdt, p1.eff_status from ps_set_cntrl_rec sc, PS_PROD_GROUP_TBL p1, ps_prod_pgrp_lnk pln where sc.setcntrlvalue = pln.setid and sc.recname = 'PRODGP_TRPT_VW' and p1.setid = sc.setid and p1.eff_status = 'A' and p1.product_group = pln.product_group and p1.prod_grp_type = 'TRPT' and pln.prod_grp_type = 'TRPT' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL | Product Group |
4 | EFFDT | Date(10) | DATE | Effective Date |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |