🎴 Flashcard Mode

PeopleSoft Technical Essentials - PeopleCode & Application Engine

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Call Section action can be used to make a call to -

AnswerClick to flip back
A
both to a local section or an external section provided the access property of external section is set to Public
💡 Explanation:

Call Section action can invoke both local sections (within the same Application Engine program) and external sections (from other programs). However, for external sections to be callable, their Access property must be set to Public. Private external sections cannot be called from other programs - this is a security and encapsulation feature. Local sections have no access restriction since they're part of the same program.

Change Mode