Call component interface program
How will you call component interface program from application engine program?
Actions SQL and call section in ae
If we use SQL and callsection at same time then database deadlock will occur.Why does this dead lock occur?
If the same step having Sql and Call Section which will effect the same table deadlock occurs so only they are mutually exclusive.
SQL and Call Section are Mutually exclusive Actions ,We can't use both at same step. Example: The Step1 having 'SQL' action.Suppose if you use callsection action in the step1 it calls the another ...
What is enterprise performance management?
PeopleSoft EPM offers multiple performance management solutions for various budgets and phases of the management cycle, helping managers formulate strategies for profitable growth, align strategies wi...
Generate two output files from one SQR
How do you generate two output files from one SQR?
1.We can generate Multiple Reports by using "use-report" concept in SQR, and also we need to give Overrride Option (-MRn, n= No of reports) in process defintion. 2.we can achieve the above same using "new-Report" concept
Code
How can we connect peoplesoft component interface to third party application to get data from third party to peoplesoft.
We have various options for this..
1: use ExcelToCi utility..
2: Use file layout and Application engine concepts..
3. we also have templates(for JAVA,VB,C users) to load data into PS tables.
App engine SQL and call sections
Why SQL & call sections are mutually exclusive?In that explain about deadlock ?
When we run SQL, it basically locks that speicifc table which is in use. At the same time if we use call section there might be the case where it is using same table which will cause a deadlock situat...
What is difference between translate table and prompt table?
Translate table: These values are stored on a people tools table called XLATTABLE. The field type should be character, length should be < or = 4, field values should be static. We can give more...
Prompt Table are used to provide user's with validate values fromother tables, their values are generally populated by system users and are often application specificTrnslate Table is a special kind o...
Explain what are componentbuffer and databuffer?
Component buffer contains data of the currently active component. Data buffer contains the data of the currently active peoplesoft application, it can be from a component, an application engine or app...
Component Buffer: Component Buffer contains all the Data of active component
Data Buffer: Data Buffer contains Data other then the Data in the Component Buffer
Data Buffer classes are available in peopleocode, Rowset,Row,Record,Field,Array,Sql,File,chart,Drid and so on
Multiple state record in application engine
Why multiple state records are used in application engine? Provide scenario where multiple state records are used?
Multiple State Record are used to store related variables in to one state record instead of keeping all variables in to one single state record.It is a good practice to have related variables in one s...
What are all the steps invloved in upgrade process?
• Plan the Upgrade • Prepare Copy of Production Database• Install New Release • Upgrade PeopleTools • Run and Review Compare Reports • Apply Application Changes • Co...
What is activity typewhat is cost center.What is gap analysis. explain with real time scenario
Activity type is the nature of "action comitted or happened" and nature depends on the environment.
The all value paid or bear is located in small center is called Cost Center.
GAP Analysis is finding out the "Deficiency or gap" between ideal system or standard system and existing or current system.
How do you intergrate pp with FICO
Components Interview Questions
PeopleCode Interview Questions
PeopleTools Interview Questions
Peoplesoft Admin Interview Questions
Peoplesoft Interview Questions
You can call in a PeopleCode action using %session same as calling from PeopleCode
You can call using call section action..In that mention your Program name and section..
But you should have CI program in Another App Engine Peoplecode action..