difference between temporary table and sql view in peoplesoft
Latest Answer: Temporary Table: Temporary tables are used for running PeopleSoft Application Engine batch processes. Temporary tables can store specific data to update without risking the main application table.
SQL View: It is not a physical SQL table in the database, ...
i want to store the output of a query say select EMPLID from Job;the output of this column should be stored in a variable. how it can be done?
What is meant by application package?
Latest Answer: App package:An application package is a container for application subpackages and application classes, which will provide a hierarchical structure to your PeopleCode programs and help you extend the common functionality of existing PeopleCode classes ...
Latest Answer: 1. Main is the required section in Application Engine.
2. There can be multiple steps in single application engine, but atleast one step should be part of AE.
3. Similarly you can have multiple actions in AE but you should have minimum 1 action part ...
Is this possible.. If yes, Please explain
Latest Answer: it is not possible normaly.. but u can write a people code by which u can insert the field data into the records ...
Latest Answer: Temporary table can be used in application engine programs to support parallel processing.The state record will be used to pass variable information between two application engine sections ..........Sivananda ...
Latest Answer: Peopletools: windows, Unix (Red Hat, SLES)Database: Oracle, SqlServer, DB2PIA: IE 5.0 or greater ...
View page [1] 2 3 4 Next >>

Go Top