Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
Meta SQL plays an important role on PeopleSoft language.It eases the complication involved in writing Platform specific code from developer prospective.
PeopleTools convert the Meta SQL into platform specific code at run time.
Thanks
Nitin Bhatia
Nitin is correct. Also, some meta sql like %select and %bind are almost always used in application engines. %select to assign values to variables and %bind to get that value from the variable. Another meta SQL that you see used most often is the %table. It is really easy and simple to use. Instead of writing your table name as PS_TABLE_NAME, you do the following %TABLE(TABLE_NAME).
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog