JPM_PROF_ITM_VW(SQL View) |
Index Back |
---|
SELECT JPM_PROFILE_ID ,JPM_CAT_TYPE ,JPM_CAT_ITEM_ID ,EFFDT FROM PS_JPM_JP_ITEMS A UNION SELECT JPM_PROFILE_ID ,JPM_CAT_TYPE ,JPM_CAT_ITEM_ID ,EFFDT FROM PS_JPM_JP_WF_ITEMS A WHERE JPM_WF_STATUS IN ('S','P') AND JPM_JP_UPD_ACTION = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_PROFILE_ID | Character(12) | VARCHAR2(12) NOT NULL | The id, autoassigned or user assigned of the profile. This id is used to group items and other related material together into one coherent profile. |
2 | 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. |
3 | JPM_CAT_ITEM_ID | Character(12) | VARCHAR2(12) NOT NULL | Catalog Item Id. Identifies a unique catalog item defintion within a catalog type. |
4 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |