Author Archives: Nayan
PeopleSoft PeopleCode Frequently Asked Question
What is component processor? The Component Processor is the PeopleTools runtime engine that controls processing of the application from the time the end-user requests a component from an application menu through the time that the database is updated and processing … Continue Reading
PeopleCode Examples for Traversing Level 0 to Level 3
Here is the Example Code , Please do modifications based on your requirements. /*** Demo Code For Traversing Level 0 to Level 3 ***/ Local Rowset &rsLevel0, &rsLevel1, &rsLevel2, &rsLevel3; Local Row &rowLevel0, &rowLevel1, &rowLevel2, &rowLevel3; Local Field &fldLevel0, &fldLevel1, … Continue Reading
Manipulation with Date Functions in MySQL
Like Others RDBMS , MySQL contains huge ranges of Date and Time library Functions. Using this library function you can do almost everything on Date and Time Manipulation whatever your needed and requirements. From my past experience i had seen … Continue Reading