LM_CI_CTG_00LVW(SQL View) |
Index Back |
---|---|
Categories for Catalog ItemThis view will join each catalog item that has categories. For each category, it will build a row where the category exists. |
SELECT DISTINCT T.LM_CI_ID , L.LM_CATG_ID , RLANG.LANGUAGE_CD , L.LM_CATG_NAME_LVL0 %Sql(LM_CI_CATG_LVL_RLNG_SQL,LM_CATG_ID,PS_LM_CI_TBL,PS_LM_CATG_CI_TBL,LM_CI_ID,LM_CI_STATUS) UNION SELECT DISTINCT T.LM_CI_ID , L.LM_CATG_ID , RLANG.LANGUAGE_CD , L.LM_CATG_NAME_LVL0 %Sql(LM_CI_CATG_LVL_RLNG_FL_SQL,LM_CATG_ID,PS_LM_CI_TBL,PS_LM_CATG_CI_TBL,LM_CI_ID,LM_CI_STATUS) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_CI_ID | Number(10,0) | DECIMAL(10) NOT NULL | Catalog Item ID - System Generated ID Number associated with each Catalog Item |
2 | LM_CATG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Category ID - System generated number used to uniquely identify a Category. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | LM_CATG_NAME_LVL0 | Character(200) | VARCHAR2(200) NOT NULL | Category Name |