Multiple choice technology packaged enterprise solutions

The ReUse Statement property is available for _____________________________.

  1. SQL statements

  2. PeopleCode actions

  3. Call Section actions

  4. all SQL action types (SQL, Do When, Do While, Do Until, Do Select)

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

The ReUse Statement property in PeopleSoft Application Engine is specifically designed for SQL action types. This property allows SQL statements to be reused across multiple executions, improving performance by avoiding re-parsing. It applies to all SQL actions including SQL, Do When, Do While, Do Until, and Do Select. It does not apply to PeopleCode actions or Call Section actions, which have different execution models.