<?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>Creativz Lab &#187; active oracle user</title>
	<atom:link href="http://creativeslab.net/tag/active-oracle-user/feed" rel="self" type="application/rss+xml" />
	<link>http://creativeslab.net</link>
	<description>weblog for Developers &#38; Designers</description>
	<lastBuildDate>Sun, 19 Dec 2010 17:40:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Retrieve active users in Oracle Applications</title>
		<link>http://creativeslab.net/retrieve-active-users-in-oracle-applications</link>
		<comments>http://creativeslab.net/retrieve-active-users-in-oracle-applications#comments</comments>
		<pubDate>Fri, 26 Jun 2009 04:19:43 +0000</pubDate>
		<dc:creator>chetanz</dc:creator>
				<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[active oracle user]]></category>
		<category><![CDATA[Fnd user]]></category>
		<category><![CDATA[Oracle Apps]]></category>
		<category><![CDATA[oracle user]]></category>

		<guid isPermaLink="false">http://creativeslab.net/?p=49</guid>
		<description><![CDATA[retrieve currently active and valid fnd user from oracle applications]]></description>
			<content:encoded><![CDATA[<p>If you want to retrieve only active users from fnd_user table in Oracle Applications, i.e, discarding users who have end_date greater than today&#8217;s date, you can use following query.</p>
<p>SELECT *<br />
      FROM apps.fnd_user<br />
      WHERE trunc(SYSDATE) BETWEEN trunc(start_date) AND<br />
            nvl(end_date,trunc(SYSDATE));</p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslab.net/retrieve-active-users-in-oracle-applications/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

