JPM_TYPE_USG_VW(SQL View) |
Index Back |
---|---|
Prof Group Type member VwLimits profile types that can be selected as a profile group type member based on the usage of the first member selected. |
SELECT A.JPM_PROFILE_USAGE , A.JPM_JP_TYPE , A.DESCR FROM PS_JPM_JP_TYPES A WHERE A.JPM_JP_TYPE_STATUS = 'A' AND %EffdtCheck(JPM_JP_TYPES, A, %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_PROFILE_USAGE | Character(1) | VARCHAR2(1) NOT NULL |
Value used to specify how the profile is used in business logic. This profile may represent a person profile, a profile in progress and not available for use, a job profile, etc.
A=Administrator Only J=End / Final / Job P=Person T=Template |
2 | JPM_JP_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Profile Type name for a JPM Profile Type |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |