<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.amandabrooke.net &#187; Oracle</title>
	<atom:link href="http://www.amandabrooke.net/category/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amandabrooke.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Mar 2009 16:30:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to find the name of a DFF</title>
		<link>http://www.amandabrooke.net/2008/09/11/how-to-find-the-name-of-a-dff/</link>
		<comments>http://www.amandabrooke.net/2008/09/11/how-to-find-the-name-of-a-dff/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:55:31 +0000</pubDate>
		<dc:creator>Faille</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.amandabrooke.net/?p=15</guid>
		<description><![CDATA[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';]]></description>
			<content:encoded><![CDATA[<p>If you have the name of the table you want the DFF for, you can use this query:</p>
<pre>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';</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.amandabrooke.net/2008/09/11/how-to-find-the-name-of-a-dff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

