JPM_APRCNT_LVW(SQL View) |
Index Back |
---|---|
Profile Approval Summary 2Fluid Approvals |
SELECT DISTINCT A.JPM_PROFILE_ID , A.JPM_JP_TRAN_NUM , A.JPM_CAT_TYPE , C.LANGUAGE_CD , C.DESCR FROM PS_JPM_JP_WF_ITEMS A , PS_JPM_CAT_TYP_LNG C WHERE C.JPM_CAT_TYPE = A.JPM_CAT_TYPE |
# | 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.
Prompt Table: JPM_PROFILE |
2 | JPM_JP_TRAN_NUM | Number(12,0) | DECIMAL(12) NOT NULL | Transaction Number assigned by JPM when Profile updates are submitted for approval. |
3 | 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. |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |