PRODGP_NGPRC_V2(SQL View) |
Index Back |
|---|---|
Global Price Prod Groups |
| SELECT setid , product_group , effdt , descr , eff_status , descrshort , prod_price_flg , adjust_altcost_pct , adjust_altcost_flg , eoep_mrgbase_flg FROM PS_PROD_GROUP_TBL WHERE prod_grp_type = 'PRC' AND global_flag = 'N' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Product Group | |
| 3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %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 Default Value: A |
| 6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
| 7 | PROD_PRICE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Pricing Option
0=Regular 1=KVI 2=NDP |
| 8 | ADJUST_ALTCOST_PCT | Signed Number(7,2) | DECIMAL(5,2) NOT NULL | Alternate Cost Adjust Percent |
| 9 | ADJUST_ALTCOST_FLG | Character(1) | VARCHAR2(1) NOT NULL | Adjust Alternate cost flag indicates whether 0% adjustment is a valid value. |
| 10 | EOEP_MRGBASE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Margin Base
1=Cost 2=Alternate |