Questions tagged [peoplesoft-app-engine]

PeopleCode is an object-oriented proprietary language used by Oracle's PeopleSoft applications.

PeopleCode syntax closely resembles other object-oriented programming languages, such as Java.

See the PeopleCode Developer's Guide for more: http://docs.oracle.com/cd/E66686_01/pt855pbr1/eng/pt/tpcd/concept_PeopleCodeOverview-074b56.html

50 questions
0
votes
2 answers

Stored Procedure SQL statement ignored

I am compiling this stored procedure and getting few errors: Trying to compile this in oracle SQL developer. SQL statement ignored Invalid character Code : CREATE OR REPLACE PROCEDURE CGF_GEN_WIP( NUM IN VARCHAR2) AS BEGIN SELECT …
0
votes
1 answer

Can we wait for PeopleSoft application engine to wait for the asynchronous messages to complete?

I am trying to process a data upload where I am trying to publish the messages through PeopleSoft over Integration Broker asynchronously in an Application Engine. The whole point is to be able to send several messages and consume them in the same…
0
votes
1 answer

Invoking Multiple CI's within PeopleCode using Java Classes

I am trying to upload some data in PeopleSoft and fetching it to the exposed CI through Application Engine. The Instantiation/GetKeys/Save/Cancel for each row of data takes a lot of time. The closest way to do it is to chunk the data and run…
0
votes
4 answers

Is there a size limit for the SQL text in a PeopleSoft App Engine SQL Step/Action?

I'm getting the following error: AeSymResolveStatement [775] ... Meta-SQL error at or near position 34338 in statement (108,512). The SQL statement itself is over 40,000 chars long, hence the question. The DB is oracle. Running on Tools 8.49.24.
JK.
  • 1,121
  • 3
  • 13
  • 18
-1
votes
1 answer

Record Insert and Try Catch

I have an application engine and i'm trying to do a try catch for record.insert in peoplecode action But it seems that if the insert encountered an error in between, the rows prior to the error were rollback and only the rows after the error were…
psoft_kid
  • 1
  • 2
1 2 3
4