PROD_NOCFG_S_VW(SQL View) |
Index Back |
---|---|
PROD_ITEM subsetSELECT A.SETID, A.PRODUCT_ID, A.DESCR, A.PRODUCT_KIT_FLAG, A.INV_ITEM_ID FROM PS_PROD_ITEM A |
SELECT a.setid , a.product_id , a.cfg_kit_flag , d.rb_hlev_descr , a.descr , a.product_kit_flag , a.row_added_dttm , a.row_added_oprid , a.row_lastmant_dttm , a.row_lastmant_oprid , a.syncid , a.syncdttm , a.market FROM ps_prod_item a , ps_prod_mlpb_item b , ps_rb_mlpb_struct c , PS_RB_HLEV_DFN_TBL d WHERE a.cfg_kit_flag = 'M' AND a.setid = b.setid AND a.product_id = b.product_id AND a.setid = c.setid AND d.structure_id = c.structure_id AND d.rb_hlev_id = b.rb_hlev_id UNION SELECT a.setid , a.product_id , a.cfg_kit_flag , ' ' , a.descr , a.product_kit_flag , a.row_added_dttm , a.row_added_oprid , a.row_lastmant_dttm , a.row_lastmant_oprid , a.syncid , a.syncdttm , a.market FROM ps_prod_item a WHERE a.cfg_kit_flag <> 'M' |
# | 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.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Default Value: NEXT |
3 | CFG_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Configured Kit Package
M=Multilevel Bundle Component N=Lightly Configured Y=Schema Enabled |
4 | RB_HLEV_DESCR | Character(30) | VARCHAR2(30) NOT NULL |
Multilevel Component TYpe Description page used by Multilevel Component Types definition page
Prompt Table:
PROD_TYPE_VW
|
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | PRODUCT_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Product Kit Flag
Y/N Table Edit Default Value: N |
7 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
8 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
9 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
10 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
11 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
12 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
13 | MARKET | Character(3) | VARCHAR2(3) NOT NULL | Market |