Multiple choice technology

Which 2 actions are mutually exclusive in a step in PeopleSoft application engine?

  1. Call Section and SQL

  2. Do Select and SQL

  3. Call Section and PeopleCode

  4. PeopleCode and Do Select

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In PeopleSoft Application Engine, Call Section and SQL actions cannot coexist in the same step because they represent different execution paradigms - Call Section transfers control to another section, while SQL executes database statements directly. Do Select and PeopleCode can both be used in the same step with Call Section or SQL.