0 comments

PeopleSoft Peoplecode Functions

FunctionsIs null- Returns a value of 1 if source Val is null, otherwise returns a value of 0.Instr- Returns the numeric position of sub value in source value or 0 if not found.Length- Returns the number or characters in source value.Lpad- Pads the source value on the left to a length of length value using pad value and returns the result.Ltrim- Trims characters in source value from the left until a character is not ...