Page 1 of 1

auto-updating HR fields based on selected Job titl

Posted: Fri Apr 06, 2007 9:50 pm
by masaf
Our HR users have a new requirement to speed up data entry. Basically:

When the HR user updates a job title, the Grade, Payroll Basis and Pay Basis fields should automatically updated with proper corresponding value.

I think this can be done with PL/SQL and forms modification. Can anyone confirm this can be done and if so any negative impact it will have on the working of the application?

Posted: Fri May 04, 2007 1:32 pm
by maajid
dont use pl/sql

u can do this from WITHIN the application.

LOG a TAR(SR) or search METALINK

Posted: Tue May 08, 2007 4:24 am
by jscrunch
I'd do it from CUSTOM.pll instead of modifying a form. It'll be better for future changes of apps version.

Jose.