Created
June 8, 2021 12:06
-
-
Save bmcculley/37e309dfa04f482570fe3b79f9b7dc5f to your computer and use it in GitHub Desktop.
PeopleSoft PSPROJECTITEM table OBJECTTYPE column to name value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ '0': 'Record', | |
'1': 'Index', | |
'2': 'Field', | |
'3': 'Field Format', | |
'4': 'Translate Values', | |
'5': 'Page', | |
'6': 'Menu', | |
'7': 'Component', | |
'8': 'Record PC', | |
'9': 'Menu PC' | |
'10': 'Query View', | |
'11': 'Tree Structures', | |
'12': 'Trees', | |
'13': 'Access Group', | |
'14': 'Colors', | |
'15': 'Styles', | |
'16': 'Business Pro Map', | |
'17': 'Business Process', | |
'18': 'Activity', | |
'19': 'Roles', | |
'20': 'Process Definitions', | |
'21': 'Server Definitions', | |
'22': 'Process Type Definitions', | |
'23': 'Job Definitions', | |
'24': 'Recurrence Definitions', | |
'25': 'Message Catalog Entry', | |
'26': 'Dimensions', | |
'27': 'Analysis Model', | |
'28': 'Cube Template', | |
'29': 'Business Interlink', | |
'30': 'SQL', | |
'31': 'File Layout Definitions', | |
'32': 'Component Interface', | |
'33': 'App Engine Programs', | |
'34': 'App Engine Sections', | |
'35': 'Message Nodes', | |
'36': 'Message Channels', | |
'37': 'Messages', | |
'38': 'Approval Rule Sets', | |
'39': 'Message PC', | |
'40': 'Subscription PC', | |
'41': 'Not Used', | |
'42': 'Componenten Interface PC', | |
'43': 'Application Engine PC', | |
'44': 'Page PC', | |
'45': 'Page Field PC', | |
'46': 'Component PC', | |
'47': 'Component Record PC', | |
'48': 'Component Record Field PC', | |
'49': 'Image', | |
'50': 'Style Sheet', | |
'51': 'HTML', | |
'52': 'File Reference Objects', | |
'53': 'Permission List', | |
'54': 'Portal Registry Definitions', | |
'55': 'Portal Registry Structure', | |
'56': 'URL Definitions', | |
'57': 'Application Package', | |
'58': 'Application Package PC', | |
'59': 'Portal Registry User Homepages', | |
'60': 'Analytic Types', | |
'61': 'Archive Templates', | |
'62': 'XSLT', | |
'63': 'Portal Reg User Favorites', | |
'64': 'Mobile Page', | |
'65': 'Relationships', | |
'66': 'Component Interface Property PC', | |
'67': 'Optimization Model', | |
'68': 'File Reference', | |
'69': 'File Type Codes', | |
'70': 'Archive Object Definitions', | |
'71': 'Archive Templates', | |
'72': 'Diagnostic Plug-In', | |
'73': 'Analytic Models', | |
'74': 'Not Used', | |
'75': 'Java Portlet User Preferences', | |
'76': 'WSRP Remote Producer', | |
'77': 'WSRP Remote Portlet', | |
'78': 'WSRP Cloned Portlet Handle', | |
'79': 'Services', | |
'80': 'Service Operations', | |
'81': 'Service Operation Handlers', | |
'82': 'Service Operation Versions', | |
'83': 'Routing Defnitions', | |
'84': 'IB Queues', | |
'85': 'XMLP Template Defn', | |
'86': 'XMLP Report Defn', | |
'87': 'XMLP File Defn', | |
'88': 'XMLP Data Src Defn', | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 Record | |
1 Index | |
2 Field | |
3 Field Format | |
4 Translate Values | |
5 Page | |
6 Menu | |
7 Component | |
8 Record PC | |
9 Menu PC | |
10 Query View | |
11 Tree Structures | |
12 Trees | |
13 Access Group | |
14 Colors | |
15 Styles | |
16 Business Pro Map | |
17 Business Process | |
18 Activity | |
19 Roles | |
20 Process Definitions | |
21 Server Definitions | |
22 Process Type Definitions | |
23 Job Definitions | |
24 Recurrence Definitions | |
25 Message Catalog Entry | |
26 Dimensions | |
27 Analysis Model | |
28 Cube Template | |
29 Business Interlink | |
30 SQL | |
31 File Layout Definitions | |
32 Component Interface | |
33 App Engine Programs | |
34 App Engine Sections | |
35 Message Nodes | |
36 Message Channels | |
37 Messages | |
38 Approval Rule Sets | |
39 Message PC | |
40 Subscription PC | |
41 Not Used | |
42 Componenten Interface PC | |
43 Application Engine PC | |
44 Page PC | |
45 Page Field PC | |
46 Component PC | |
47 Component Record PC | |
48 Component Record Field PC | |
49 Image | |
50 Style Sheet | |
51 HTML | |
52 File Reference Objects | |
53 Permission List | |
54 Portal Registry Definitions | |
55 Portal Registry Structure | |
56 URL Definitions | |
57 Application Package | |
58 Application Package PC | |
59 Portal Registry User Homepages | |
60 Analytic Types | |
61 Archive Templates | |
62 XSLT | |
63 Portal Reg User Favorites | |
64 Mobile Page | |
65 Relationships | |
66 Component Interface Property PC | |
67 Optimization Model | |
68 File Reference | |
69 File Type Codes | |
70 Archive Object Definitions | |
71 Archive Templates | |
72 Diagnostic Plug-In | |
73 Analytic Models | |
74 Not Used | |
75 Java Portlet User Preferences | |
76 WSRP Remote Producer | |
77 WSRP Remote Portlet | |
78 WSRP Cloned Portlet Handle | |
79 Services | |
80 Service Operations | |
81 Service Operation Handlers | |
82 Service Operation Versions | |
83 Routing Defnitions | |
84 IB Queues | |
85 XMLP Template Defn | |
86 XMLP Report Defn | |
87 XMLP File Defn | |
88 XMLP Data Src Defn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment