RPC_COMITMENTVW

(SQL View)
Index Back

Commitment Products View

View used to retreive commitment products Information

SELECT a.SETID , a.PRODUCT_ID , a.DESCR , a.PROD_TYPE , c.XLATSHORTNAME , 'CM' , c.XLATSHORTNAME , b.PROD_MLPB_HCON_FLG , b.PROD_MLPB_DISC_FLG , a.PRICE_KIT_FLAG , b.OFFER_TYPE , b.BUNDLING_TYPE , ' ' , 'N' , %CurrentDateIn , %CurrentDateIn , 'N' , %CurrentDateIn , %CurrentDateIn , 'N' , %CurrentDateIn , %CurrentDateIn , 'N' , %CurrentDateIn , %CurrentDateIn FROM PS_PROD_ITEM a , PS_PROD_MLPB_ITEM b , PSXLATITEM c WHERE a.SETID = b.SETID AND a.PRODUCT_ID = b.PRODUCT_ID AND a.EFF_STATUS = 'A' AND c.fieldname = 'PROD_TYPE' AND a.PROD_TYPE = c.FIELDVALUE AND c.EFF_STATUS = 'A' AND a.PROD_TYPE = 'CMT'

# 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.
2 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID
3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
4 PROD_TYPE Character(4) VARCHAR2(4) NOT NULL A new field has been introduced as Product Type to distingush the product types like, Physical Products and Service Products. It is used for PDM enhancement.
AGR=Service Agreement
CMT=Commitment Product
ENG=Engagement Service
PHY=Standard Product
PKG=Package Product
SUB=Subscription Product
SVC=Service Product
5 PROD_TYPE_DESCR Character(30) VARCHAR2(30) NOT NULL Field used for storing Multileve product type description
6 RB_CONFIG_TYPE Character(4) VARCHAR2(4) NOT NULL Configurator Component Type ID' field used by Multilevel Component Types definition page
TYP1=Type 1
TYP2=Type 2
TYP3=Type 3
TYP4=Type 4
TYP5=Type 5
TYP6=Type 6
7 COMP_TYPE_DESCR Character(30) VARCHAR2(30) NOT NULL Field used for storing Multileve component type description
8 PROD_MLPB_HCON_FLG Character(1) VARCHAR2(1) NOT NULL Hide in Configurator' flag used bu Product Definition page for defining new Multilevel Product Bundles
9 PROD_MLPB_DISC_FLG Character(1) VARCHAR2(1) NOT NULL Disable in Configurator' flag used bu Product Definition page for defining new Multilevel Product Bundles
10 PRICE_KIT_FLAG Character(1) VARCHAR2(1) NOT NULL Price Kit Flag
C=at Component Level
T=at Top Level
11 OFFER_TYPE Character(3) VARCHAR2(3) NOT NULL New Field added to PROD_MLPB_ITEM table to store information about offer type for given product
GRP=Group
SHR=Shared
12 BUNDLING_TYPE Character(3) VARCHAR2(3) NOT NULL Field used for storing information about Product Bundling Type of product definition
DED=Dedicated
IND=Individual
13 OPER_COUNT_FUNC Character(254) VARCHAR2(254) NOT NULL Field used for storing the name of group offer counting function assign to the group offer being exported
14 COMM_RLON_FLAG Character(1) VARCHAR2(1) NOT NULL Faield used for storing commercial relies on flag
15 COMM_RLON_BEGIN_DT Date(10) DATE field used for storing Commercial Relies On begin date
16 COMM_RLON_END_DATE Date(10) DATE field used for storing Commercial Relies On end date
17 RELIES_ON_FLAG Character(1) VARCHAR2(1) NOT NULL Field used for storing the information flag if any Relies On rule is defined for a product
18 RELIES_ON_BEGIN_DT Date(10) DATE Field used for storing the earlies begin date of a Relies On rule defined for te product
19 RELIES_ON_END_DT Date(10) DATE Field used for storing the latest end date of a Relies On rule defined for te product
20 BRINGS_ON_FLAG Character(1) VARCHAR2(1) NOT NULL Field used for storing the information flag if any Brings On Creation rule is defined for a product
21 BRINGS_ON_BEGIN_DT Date(10) DATE Field used for storing the earlies begin date of a Brings On Creation rule defined for te product
22 BRINGS_ON_END_DT Date(10) DATE Field used for storing the latest end date of a Brings On Creation rule defined for te product
23 BRING_REM_FLAG Character(1) VARCHAR2(1) NOT NULL Field used for storing the information flag if any Brings and Removes rule is defined for a product
24 BRING_REM_BEGIN_DT Date(10) DATE Field used for storing the earlies begin date of a Brings and Removes rule defined for te product
25 BRING_REM_END_DT Date(10) DATE Field used for storing the latest end date of a Brings and Removes rule defined for te product