ORD_PRCPRDGP_VW(SQL View) |
Index Back |
|---|---|
Ord Prod-Price 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_PRC_VW' and p1.setid = sc.setid and p1.eff_status = 'A' and p1.product_group = pln.product_group and p1.prod_grp_type = 'PRC' and pln.prod_grp_type = 'PRC' |
| # | 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 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PROD_ITEM |
| 3 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL |
Product Group
Prompt Table: PROD_GROUP_TBL |
| 4 | EFFDT | Date(10) | DATE | Effective Date |
| 5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |