⟩ Suppose I have table that has student names in it. If I query on the names my result set should return as VALUE NOT ENTERED for null entries?
select nvl(ename,'value not available') from student;
select nvl(ename,'value not available') from student;
Total months of effort in Oracle Apps technical work?
Are you familiar with User exits in reports?
Do you know what are User Profiles in Apps. Any examples you can give?
Which Oracle Apps version you are very confident in?
How many concurrent programs you have customized, can you name some of them?
How to make the project as .exe file in oracle forms & reports(d2k)?
How do you run ms_batch file in forms? what could be the value system.mode?
How to get / select the nth row from the table? how to select first n rows ,last n rows from a table?
Do you know what is APPLYSYS in Oracle application database schema, what is APPS?
Do you know table based value sets?