JPM_ITEM_CNT_VW(SQL View) |
Index Back |
---|
SELECT JPM_CAT_TYPE , COUNT(*) FROM PS_JPM_CAT_ITEMS I WHERE %EffdtCheck(JPM_CAT_ITEMS I1, I, %CurrentDateIn) AND I.EFF_STATUS = 'A' GROUP BY JPM_CAT_TYPE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_CAT_TYPE | Character(12) | VARCHAR2(12) NOT NULL | The name of the type of items that will be used in a Catalog and or in a Profile. |
2 | JPM_ITEM_ID_CNT | Number(10,0) | DECIMAL(10) NOT NULL | Content Item Count |