<?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; Fnd user</title>
	<atom:link href="http://creativeslab.net/tag/fnd-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>
		<item>
		<title>User Creation in Oracle Applications</title>
		<link>http://creativeslab.net/user-creation-in-oracle-applications</link>
		<comments>http://creativeslab.net/user-creation-in-oracle-applications#comments</comments>
		<pubDate>Sun, 14 Dec 2008 23:25:20 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Fnd user]]></category>
		<category><![CDATA[Fnd User creation]]></category>
		<category><![CDATA[fnd user in apps]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Apps]]></category>
		<category><![CDATA[Oracle Apps User Creation]]></category>
		<category><![CDATA[Oracle E-Business Suite]]></category>
		<category><![CDATA[Oracle Education]]></category>

		<guid isPermaLink="false">http://creativeslab.net/?p=10</guid>
		<description><![CDATA[Pre-Requisite: Only users having System Administrator previliges can create new users in Oracle E-Business Suite. STEPS: 1) Login to Oracle E-Business Suite using System Administrator Responsibility. 2) Click on menu link Security: user &#8211;&#62; Define, you will be shown below screen. 3) Enter UserName in User Name field. 4) Enter Password in Password field. Note: [...]]]></description>
			<content:encoded><![CDATA[<h3>Pre-Requisite:</h3>
<p>           Only users having System Administrator previliges can create new users in Oracle E-Business  Suite.</p>
<h3>STEPS:</h3>
<p>   1) Login to Oracle E-Business Suite using System Administrator Responsibility.</p>
<p>   2) Click on menu link <strong>Security: user &#8211;&gt; Define, </strong>you will be shown below screen.</p>
<p>        <img style="vertical-align:middle" src="http://professionalinn.files.wordpress.com/2008/04/user.jpg" alt="" /></p>
<p>   3) Enter UserName in <strong>User Name</strong> field.</p>
<p>  4) Enter Password in <strong>Password</strong> field.</p>
<p>      <strong>Note: Password should be entered twice, so that system will confirm it.</strong></p>
<p>  5) Associate this user to any person from <strong>Person</strong> field LOV. (Optional)</p>
<p>  6) We can set user password to be expire in certain days or never expired using <strong>&#8216;Password Expiration&#8217;</strong> Section.</p>
<p>  7) Add responsibilities for current user, in <strong>Direct Responsiblities</strong> tab.</p>
<p>  8 ) Click on <strong>Save</strong> Button.</p>
<p>  New user is created to access Oracle E-Business Suite.                             </p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslab.net/user-creation-in-oracle-applications/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

