Tables of JSP [message #149156] |
Wed, 30 November 2005 06:45 |
dushyant
Messages: 74 Registered: September 2005
|
Member |
|
|
hi
How can I know the underlying tables of JSP forms in Oracle Apps.
For example I want to know what is the table which captures the Information of exchange tools page in Sales Online Module.
Thanks & Regards
Dushyant...
|
|
|
Re: Tables of JSP [message #149226 is a reply to message #149156] |
Wed, 30 November 2005 11:55 |
adragnes
Messages: 241 Registered: February 2005 Location: Oslo, Norway
|
Senior Member |
|
|
Have you tried clicking on the "About this page" link on the page in question? This should give you a lot of information about the JSP in question, perhaps also what Entity Objects it uses. By convention the Entity Objects are named the same as the tables, but written a little differently. To separate word capitalisations are used instead of underscores.
--
Aleksander Dragnes
|
|
|
Re: Tables of JSP [message #149290 is a reply to message #149226] |
Thu, 01 December 2005 01:20 |
dushyant
Messages: 74 Registered: September 2005
|
Member |
|
|
Hi Dragnes
I cant find the link 'About This Page' in any of the JSP pages I have seen. Can u give an example.
Thanks & Regards
Dushyant
|
|
|
Re: Tables of JSP [message #149370 is a reply to message #149290] |
Thu, 01 December 2005 06:40 |
adragnes
Messages: 241 Registered: February 2005 Location: Oslo, Norway
|
Senior Member |
|
|
Dushyant,
Is it an Oracle Application Framework JSP page? Have you set the "FND: Diagnostics" profile option to yes? The link should appear in the bottom left corner of the page.
--
Aleksander Dragnes
|
|
|