What will be the result?

View the Exhibit.


The PeopleCode action contains this code:
If AE_STATEREC_AET.TYPE = Then
AE_STATEREC_AET.AE_SECTION= PDATEA
Else
AE_STATEREC_AET.AE_SECTION= PDATET
End-If;
What will be the result?
A. The Call Section will call either UPDATEA or UPDATET based on the value of AE_STATEREC_AET.TYPE.
B. The Call Section action will show an error. The PeopleCode program also needs to populate the field AE_STATEREC_AET.AE_APPLID.
C. The Call Section action will show an error. The PeopleCode program also needs to populate the field AE_STATEREC_AET.AE_APPLID, not
AE_STATEREC_AET.AE_SECTION.
D. The Call Section action will not execute because the PeopleCode program needs to pass values to the state record using bind variables.
E. The Call Section action will show an error because UPDATEA and UPDATET are not public sections.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.