LM_CATG_CI_VW2(SQL View) |
Index Back |
---|---|
Category/Catalog Item Rel TblThis table lists category catalog item relations, it lists them backwards from LM_CATG_CI_TBL for viewing within the category component |
SELECT D.OPRID , A.LM_CATG_ID , A.LM_CI_ID , B.LM_CS_LONG_NM FROM PS_LM_CATG_CI_TBL A , PS_LM_CI_TBL B , PS_LM_CI_LE_TBL C , PS_LM_OPRID_LE_VW D WHERE A.LM_CI_ID=B.LM_CI_ID AND A.EFFDT=B.EFFDT AND %CurrentDateIn BETWEEN B.EFFDT AND B.LM_END_EFFDT AND A.LM_CI_ID=C.LM_CI_ID AND A.EFFDT=C.EFFDT AND C.LM_LE_ID=D.LM_LE_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | LM_CATG_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Category ID - System generated number used to uniquely identify a Category.
Default Value: 0 Prompt Table: %EDITTABLE |
3 | LM_CI_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Catalog Item ID - System Generated ID Number associated with each Catalog Item
Default Value: 0 |
4 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |