PIM_DBG_MAPPING(SQL Table) |
Index Back |
---|---|
PIM users to debugThis table consists of mapping of users (or PIM_PREFERENCE) to debug profile |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: PIM_USERS_VW2 |
2 | PIM_LOGSOURCE_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
PIM_LOGSOURCE_TYPE - PIM Log Source Type (All, PIM_PREFERENCE or User)
A=All Users P=PIM Preference Users U=User |
3 | PIM_PREF_ID | Character(10) | VARCHAR2(10) NOT NULL |
Used by PIM Preference
Prompt Table: PIM_PREFERENCES |
4 | PIM_DEBUG_ID | Character(30) | VARCHAR2(30) NOT NULL |
PIM_DEBUG_ID Used for PIM Debug
Prompt Table: PIM_DBG_PROFILE |
5 | ENABLED | Character(1) | VARCHAR2(1) NOT NULL |
A flag indicates whether this row is enabled or not.
Y/N Table Edit Default Value: Y |