User defined functions are a meaningful way to go about developeing PeopleSoft applications. You can define your function in any Record PeopleCode and then use it anywhere after declaring the function on top of the calling program.
Can you write how you would declare a function and explain how it works?
Related Questions