RIT_ASETL_OPRVW(SQL View) |
Index Back |
---|---|
RL Asset's for Worker 360Asset's for Worker 360. This view is showing the bo_id_cust as the bo_id_contact for the installed product because the installed product record stores the worker bo_id on the bo_id_contact field. |
SELECT A.SETID , A.INST_PROD_ID , C.LANGUAGE_CD , C.DESCR FROM PS_RF_INST_PROD A , PS_PROD_ITEM_LNG C WHERE C.SETID = ( SELECT SC.SETID FROM PS_SET_CNTRL_REC SC WHERE SC.SETCNTRLVALUE = A.SETID AND SC.RECNAME = 'PROD_ITEM') AND C.PRODUCT_ID = A.PRODUCT_ID |
# | 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 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |