Sep
11
Posted on 11-09-2008
Filed Under (Oracle) by Faille on 11-09-2008

If you have the name of the table you want the DFF for, you can use this query:

select app.APPLICATION_NAME, dff.TITLE, dff.APPLICATION_TABLE_NAME
from apps.FND_DESCRIPTIVE_FLEXS_VL dff,
 apps.FND_APPLICATION_TL app
where dff.APPLICATION_ID = app.APPLICATION_ID
 and dff.APPLICATION_TABLE_NAME = 'HZ_PARTIES';
(0) Comments    Read More   
Post a Comment
Name:
Email:
Website:
Comments: