Tuesday, January 20, 2009

Find the OA Application/IDs/ShortNames

FND_APPLICATION_VL is a view that joins the translated, language
specific values from FND_APPLICATION_TL with the non-displayed
data from FND_APPLICATION to form complete application
entities. Oracle Application Object Library uses this view
to display information in languages installed at your
site

select * from FND_APPLICATION_VL where application_id=702 (your app id)

No comments: