Hints, Tips & Gotchas
Snippets of information that may help you out.
| Thread name | Started | Posts | Recent post |
|
Find path to trace files and output directory. this is specially useful in understanding the long running AE process. One can find the exactly at which steps the process is.
|
by: 18 Oct 2010 03:08 |
1 | |
|
For peoplesoft global implmentation. we need to find translation. Here are few ways we can do it. Note:- current sql is for oracle database
|
by: 18 Oct 2010 02:27 |
1 | |
|
|
by: 13 May 2010 05:44 |
1 | |
|
|
by: 22 Mar 2010 22:41 |
1 | |
|
Peoplesoft record hierarchy with navigation. is to understand the dataflow using peoplesoft prompt tables. this query works only in oracle datatabse it takes few minutes to execute as the query has to go through n number of tables.
|
by: 07 Feb 2010 01:41 |
1 | |
|
This is useful in understanding the data flow between tables. specially in instances where peoplesoft is heavily customised.
Currently it works with oracle database.
CSGC_CMPRND_TBL replace by your record name.
|
by: 07 Feb 2010 01:36 |
2 |
by 04 Oct 2011 01:49 Jump! |
|
Once we create pages and component for multilanguage application. we can missout on related language tables. here is the trick to do that. Sql is currently for oracle.
|
by: 07 Feb 2010 01:28 |
1 | |
|
Peoplesoft related language tables with their key structure. This is extemely useful in tools data conversion. Or move from one version to another
|
by: 07 Feb 2010 01:22 |
1 | |
|
We can document records in Peoplesoft project using following sql. We can use screen shots also but they are not helpful if want to perform some kind of search for info.
|
by: 07 Feb 2010 01:06 |
1 | |
|
Once we have created our projects its difficult to document every thing. Like object invloved etc. we can leverage the sql below to do that.
|
by: 07 Feb 2010 01:00 |
1 | |
|
Compare objects of peoplesoft project. Useful when applying patches. or when making a major release to make sure that we are not over riding other customisation.
|
by: 07 Feb 2010 00:46 |
1 | |
|
SQL TO GENERATE INSERT SCRIPT FOR A PEOPLESOFT RECORD.
replace the PSMSGCATDEFN with your record. Run in oracle SQL tool. It will give a select statement add where or filter clause to it to generate insert statements
|
by: 07 Feb 2010 00:42 |
1 | |
|
Sql to find complete navigation and permission list, roles etc for a given component .
|
by: 07 Feb 2010 00:34 |
1 | |
|
comma separated list of roles for each user. Note that this will only work on Oracle databases
|
by: 07 Feb 2010 00:32 |
1 | |
|
list of all pages in a given component including subpages
|
by: 07 Feb 2010 00:30 |
1 | |
|
This is useful when we want to get different translate values. instead of using peopleosft PIA just through a query
|
by: 07 Feb 2010 00:29 |
1 | |
|
Parent child relationship in peoplesoft tables. This is extremely useful in analyzing if you change key in parent record, respective child records affected
|
by: 07 Feb 2010 00:26 |
4 |
by 17 Nov 2011 09:50 Jump! |
|
/************************ ***********************/
/************************ PeopleTools objects modifiable in Application Designer ***********************/
/************************ ***********************/
/* Written for MS SQL Server */
/* Linked server to DMO database required for some object types.*/
|
by: 06 Feb 2010 23:49 |
1 | |
|
The below SQL will help you determine all the AE programs that have TRACE enabled. It will be useful to use this SQL in your monitoring scripts if you notice developers enabling trace using the process definitions and getting the program with its process definition migrated all the way to production or if your analyst or DBA have the tendency to enable the trace and forget about it
|
by: 06 Feb 2010 23:44 |
1 | |
|
Its useful in cases where field position specified are over lapping are not in correct order
|
by: 06 Feb 2010 23:38 |
1 |
