Hello dear peoplesoft colleagues,
who can tell me what is the difference between these two peoplecode statements:
Component EP_FUNCTIONS:EP_Utilities &EP_Utilities;
and
Local EP_FUNCTIONS:EP_Utilities &EP_Utilities = create EP_FUNCTIONS:EP_Utilities();
Some peoplesoft use a create, sometime not.
Thanks in advance for any help.