InterviewSolution
Saved Bookmarks
| 1. |
Where Did U Find The Application Short Name And Basepath Names? |
|
Answer» select basepath,application_short_name from fnd_application from the BACKEND. From the from end we can GET it Navigation APPLICATION Developer.-----> Application---->Register The application NAME we will get from FND_APPLICATION_TL select basepath,application_short_name from fnd_application from the backend. From the from end we can get it Navigation Application Developer.-----> Application---->Register The application name we will get from FND_APPLICATION_TL |
|