<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Oracle Applications</title>
	<atom:link href="http://oracledocs.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracledocs.wordpress.com</link>
	<description>Oracle for Beginners</description>
	<lastBuildDate>Sun, 15 Jan 2012 16:09:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='oracledocs.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Oracle Applications</title>
		<link>http://oracledocs.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://oracledocs.wordpress.com/osd.xml" title="Oracle Applications" />
	<atom:link rel='hub' href='http://oracledocs.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Function to fetch Organization Info</title>
		<link>http://oracledocs.wordpress.com/2010/06/29/function-to-fetch-organization-info/</link>
		<comments>http://oracledocs.wordpress.com/2010/06/29/function-to-fetch-organization-info/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 22:12:44 +0000</pubDate>
		<dc:creator>shameemakhtar</dc:creator>
				<category><![CDATA[Inventory]]></category>
		<category><![CDATA[Pl/Sql Functions]]></category>
		<category><![CDATA[Procurement / Supply Chain]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Supply Chain Management]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[System Administrator]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[fetch organization detail]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[hr_all_organization_units]]></category>
		<category><![CDATA[mtl_parameters]]></category>
		<category><![CDATA[pl/sql script]]></category>

		<guid isPermaLink="false">http://oracledocs.wordpress.com/?p=333</guid>
		<description><![CDATA[The above function takes in two parameters, namely organization_id and a parameter for choice. Based on the choice, the function will return either the organization name or the organization short code from two different select statements. In case no data is found, it will return null, and in case of error, it will return the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledocs.wordpress.com&amp;blog=8213252&amp;post=333&amp;subd=oracledocs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://oracledocs.wordpress.com/2010/06/29/function-to-fetch-organization-info/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>12.104797 15.044506</georss:point>
		<geo:lat>12.104797</geo:lat>
		<geo:long>15.044506</geo:long>
		<media:content url="http://1.gravatar.com/avatar/f7528a937d507960fed5223e832b5715?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shameemakhtar</media:title>
		</media:content>
	</item>
		<item>
		<title>Function to fetch Employee information</title>
		<link>http://oracledocs.wordpress.com/2010/06/29/function-to-fetch-employee-information/</link>
		<comments>http://oracledocs.wordpress.com/2010/06/29/function-to-fetch-employee-information/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 21:48:32 +0000</pubDate>
		<dc:creator>shameemakhtar</dc:creator>
				<category><![CDATA[Core HR]]></category>
		<category><![CDATA[Human Resource Management]]></category>
		<category><![CDATA[Pl/Sql Functions]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[System Administrator]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[employee details]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[pl/sql script]]></category>

		<guid isPermaLink="false">http://oracledocs.wordpress.com/?p=328</guid>
		<description><![CDATA[The above function takes in two parameters, namely employee_id and a parameter for choice. Based on the choice, the function will return either the employee number, his full name or his email address. In case no data is found, it will return null, and in case of error, it will return the error message. Note [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledocs.wordpress.com&amp;blog=8213252&amp;post=328&amp;subd=oracledocs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://oracledocs.wordpress.com/2010/06/29/function-to-fetch-employee-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7528a937d507960fed5223e832b5715?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shameemakhtar</media:title>
		</media:content>
	</item>
		<item>
		<title>Function to fetch User Details</title>
		<link>http://oracledocs.wordpress.com/2010/06/29/function-to-fetch-user-details/</link>
		<comments>http://oracledocs.wordpress.com/2010/06/29/function-to-fetch-user-details/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 21:00:53 +0000</pubDate>
		<dc:creator>shameemakhtar</dc:creator>
				<category><![CDATA[Pl/Sql Functions]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[System Administrator]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[fetch username]]></category>
		<category><![CDATA[fnd_user]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[pl/sql script]]></category>

		<guid isPermaLink="false">http://oracledocs.wordpress.com/?p=316</guid>
		<description><![CDATA[This function will return the username when you pass in the user_id. In case no data is found or any other error is encountered, you will receive the appropriate error code. Tables used: fnd_user You can use the following select statement to test your function: Shameem Bauccha 28 June 2010 Filed under: Pl/Sql Functions, Scripts, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledocs.wordpress.com&amp;blog=8213252&amp;post=316&amp;subd=oracledocs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://oracledocs.wordpress.com/2010/06/29/function-to-fetch-user-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7528a937d507960fed5223e832b5715?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shameemakhtar</media:title>
		</media:content>
	</item>
		<item>
		<title>Function to return COA Account Combination.</title>
		<link>http://oracledocs.wordpress.com/2009/10/19/function-to-return-coa-account-combination/</link>
		<comments>http://oracledocs.wordpress.com/2009/10/19/function-to-return-coa-account-combination/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:36:58 +0000</pubDate>
		<dc:creator>shameemakhtar</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Financials]]></category>
		<category><![CDATA[Oracle Apps]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Account Combination]]></category>
		<category><![CDATA[Chart of Accounts]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[General Ledger]]></category>

		<guid isPermaLink="false">http://oracledocs.wordpress.com/?p=294</guid>
		<description><![CDATA[Function to return concatenated account from id. This function is based on the View for Chart of Accounts KFF. Shameem Bauccha 19 October 2009 Posted in Finance, Financials, Oracle Apps, Scripts, Technical Tagged: Account Combination, Chart of Accounts, Function, General Ledger, Scripts<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledocs.wordpress.com&amp;blog=8213252&amp;post=294&amp;subd=oracledocs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://oracledocs.wordpress.com/2009/10/19/function-to-return-coa-account-combination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7528a937d507960fed5223e832b5715?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shameemakhtar</media:title>
		</media:content>
	</item>
		<item>
		<title>View for Chart of Accounts KFF</title>
		<link>http://oracledocs.wordpress.com/2009/10/19/view-for-chart-of-accounts-kff/</link>
		<comments>http://oracledocs.wordpress.com/2009/10/19/view-for-chart-of-accounts-kff/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 10:13:49 +0000</pubDate>
		<dc:creator>shameemakhtar</dc:creator>
				<category><![CDATA[General Ledger]]></category>
		<category><![CDATA[Oracle Apps]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[System Administrator]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Chart of Accounts]]></category>
		<category><![CDATA[KFF]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://oracledocs.wordpress.com/?p=292</guid>
		<description><![CDATA[The script below allows you creates a view for your chart of accounts. Modify to suit your requirements. Note that the value set name of each segment is passed as parameter. Refer to document &#8216;Fetching Key Flexfield Value Description&#8216; for get_flex_vs_desc. Shameem Bauccha 19 October 2009 Posted in General Ledger, Oracle Apps, Scripts, System Administrator, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledocs.wordpress.com&amp;blog=8213252&amp;post=292&amp;subd=oracledocs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://oracledocs.wordpress.com/2009/10/19/view-for-chart-of-accounts-kff/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7528a937d507960fed5223e832b5715?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shameemakhtar</media:title>
		</media:content>
	</item>
		<item>
		<title>Fetching Flexfield Description</title>
		<link>http://oracledocs.wordpress.com/2009/10/19/fetching-flexfield-description/</link>
		<comments>http://oracledocs.wordpress.com/2009/10/19/fetching-flexfield-description/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 06:20:40 +0000</pubDate>
		<dc:creator>shameemakhtar</dc:creator>
				<category><![CDATA[Oracle Apps]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[System Administrator]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[11.5]]></category>
		<category><![CDATA[Key Flexfield Value Set]]></category>
		<category><![CDATA[R12]]></category>

		<guid isPermaLink="false">http://oracledocs.wordpress.com/?p=287</guid>
		<description><![CDATA[Shameem Bauccha 19 October 2009 Posted in Oracle Apps, Scripts, System Administration, System Administrator, Technical Tagged: 11.5, Key Flexfield Value Set, R12, Scripts<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledocs.wordpress.com&amp;blog=8213252&amp;post=287&amp;subd=oracledocs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://oracledocs.wordpress.com/2009/10/19/fetching-flexfield-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7528a937d507960fed5223e832b5715?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shameemakhtar</media:title>
		</media:content>
	</item>
		<item>
		<title>Tax Configuration: Create Tax</title>
		<link>http://oracledocs.wordpress.com/2009/10/03/tax-configuration-create-tax/</link>
		<comments>http://oracledocs.wordpress.com/2009/10/03/tax-configuration-create-tax/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 19:25:13 +0000</pubDate>
		<dc:creator>shameemakhtar</dc:creator>
				<category><![CDATA[E-Business Tax]]></category>
		<category><![CDATA[Financials]]></category>
		<category><![CDATA[Oracle Apps]]></category>
		<category><![CDATA[Create Tax]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[setup E-Business Tax]]></category>
		<category><![CDATA[Tax Configuration]]></category>

		<guid isPermaLink="false">http://oracledocs.wordpress.com/?p=285</guid>
		<description><![CDATA[Platform: R12 Tax Manager &#8211;&#62; Tax Configuration &#8211;&#62; Taxes A tax is defined under a tax regime. You need to define a tax regime before you define your tax. Refer to document ‘Create Tax Regimes’. Create Tax Click on ‘Create’. Main Information Configure the Tax. Select the previously defie tax regime code. For your tax [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledocs.wordpress.com&amp;blog=8213252&amp;post=285&amp;subd=oracledocs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://oracledocs.wordpress.com/2009/10/03/tax-configuration-create-tax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7528a937d507960fed5223e832b5715?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shameemakhtar</media:title>
		</media:content>
	</item>
		<item>
		<title>Tax Configuration: Complete First Party Legal Entity Party Tax Profile</title>
		<link>http://oracledocs.wordpress.com/2009/10/03/tax-configuration-complete-first-party-legal-entity-party-tax-profile/</link>
		<comments>http://oracledocs.wordpress.com/2009/10/03/tax-configuration-complete-first-party-legal-entity-party-tax-profile/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 09:13:33 +0000</pubDate>
		<dc:creator>shameemakhtar</dc:creator>
				<category><![CDATA[E-Business Tax]]></category>
		<category><![CDATA[Financials]]></category>
		<category><![CDATA[Oracle Apps]]></category>
		<category><![CDATA[Complete First Party Legal Entity Party Tax Profile]]></category>
		<category><![CDATA[Configuration Options]]></category>
		<category><![CDATA[Party Tax Profile classifications]]></category>
		<category><![CDATA[Party Tax Profiles]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[setup EBusiness Tax]]></category>
		<category><![CDATA[Tax Configuration]]></category>
		<category><![CDATA[Tax Reporting Codes]]></category>

		<guid isPermaLink="false">http://oracledocs.wordpress.com/?p=277</guid>
		<description><![CDATA[Platform: R12 Tax Manager &#8211;&#62; Parties &#8211;&#62; Party Tax Profiles On the Tax Manager Homepage, click on the ‘Go to Task’ icon. Ensure Party Types is ‘First Party Legal Entity’. Type in the Party Name and click on ‘Go’. Click on ‘Update Tax Profile’. Configure the four sections as appropriate: -          Main: -          Classifications -          [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledocs.wordpress.com&amp;blog=8213252&amp;post=277&amp;subd=oracledocs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://oracledocs.wordpress.com/2009/10/03/tax-configuration-complete-first-party-legal-entity-party-tax-profile/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7528a937d507960fed5223e832b5715?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shameemakhtar</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/SearchFirstPartyLegalEntityTaxProfi.jpg" medium="image">
			<media:title type="html">Search First Party Legal Entity - Tax Profile</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/PartyTaxProfiles.jpg" medium="image">
			<media:title type="html">Party Tax Profiles</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/UpdatePartyTaxProfile-Main.jpg" medium="image">
			<media:title type="html">Update Party Tax Profile</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/PartyTaxProfile-Main.jpg" medium="image">
			<media:title type="html">Party Tax Profile - Main</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/PartyTaxProfile-Classifications.jpg" medium="image">
			<media:title type="html">Party Tax Profile - Classifications</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/PartyTaxProfile-TaxReportingCodes.jpg" medium="image">
			<media:title type="html">Party Tax Profile - Tax Reporting Codes</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/PartyTaxProfile-ConfigurationOption.jpg" medium="image">
			<media:title type="html">Party Tax Profile - Configuration Option</media:title>
		</media:content>
	</item>
		<item>
		<title>Tax Configuration: Create Tax Regimes</title>
		<link>http://oracledocs.wordpress.com/2009/10/03/tax-configuration-create-tax-regimes/</link>
		<comments>http://oracledocs.wordpress.com/2009/10/03/tax-configuration-create-tax-regimes/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 07:03:25 +0000</pubDate>
		<dc:creator>shameemakhtar</dc:creator>
				<category><![CDATA[E-Business Tax]]></category>
		<category><![CDATA[Financials]]></category>
		<category><![CDATA[Oracle Apps]]></category>
		<category><![CDATA[Cnfiguration for Taxes andRules]]></category>
		<category><![CDATA[eBTax]]></category>
		<category><![CDATA[Inclusive Tax Lines]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Service Subscriptions]]></category>
		<category><![CDATA[setup E-Business Tax]]></category>
		<category><![CDATA[Tax Configuration]]></category>
		<category><![CDATA[Tax Exceptions]]></category>
		<category><![CDATA[Tax Recovery]]></category>
		<category><![CDATA[Tax Regimes]]></category>
		<category><![CDATA[Teax Exemptions]]></category>

		<guid isPermaLink="false">http://oracledocs.wordpress.com/?p=273</guid>
		<description><![CDATA[Platform: R12 Create Tax Regimes Tax Manager &#8211;&#62; Tax Configuration &#8211;&#62; Tax Regimes Click on ‘Create’. Expand the ‘Controls and Defaults’ Region and Configure. Note that unless you have set the Legal Authority as Reporting Tax Authority or Collecting Tax Authority while creating the Party Tax Profile for the Legal Authority, the Legal Authority will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledocs.wordpress.com&amp;blog=8213252&amp;post=273&amp;subd=oracledocs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://oracledocs.wordpress.com/2009/10/03/tax-configuration-create-tax-regimes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7528a937d507960fed5223e832b5715?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shameemakhtar</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/TaxRegimes.jpg" medium="image">
			<media:title type="html">Tax Regimes</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/CreateTaxRegime-MainDetails.jpg" medium="image">
			<media:title type="html">Tax Regime - Main Details</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/TaxRegimeControlsandDefaults.jpg" medium="image">
			<media:title type="html">Tax Regime Controls and Defaults</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/TaxRegimeCompoundingLevelControls.jpg" medium="image">
			<media:title type="html">Tax Regime Compounding Level Controls</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/CreateTaxRegime-ConfigurationOption.jpg" medium="image">
			<media:title type="html">Create Tax Regime - Configuration Option</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/ServiceSubscriptions.jpg" medium="image">
			<media:title type="html">Service Subscriptions</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/TaxRegimeConfirmation.jpg" medium="image">
			<media:title type="html">Tax Regime Creation Confirmation</media:title>
		</media:content>

		<media:content url="http://i583.photobucket.com/albums/ss271/shameemakhtar/E-Business%20Tax/SearchTaxRegime.jpg" medium="image">
			<media:title type="html">Search Tax Regime</media:title>
		</media:content>
	</item>
		<item>
		<title>Query to determine approval path for PO documents</title>
		<link>http://oracledocs.wordpress.com/2009/08/02/query-to-determine-approval-path-for-po-documents/</link>
		<comments>http://oracledocs.wordpress.com/2009/08/02/query-to-determine-approval-path-for-po-documents/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 17:45:05 +0000</pubDate>
		<dc:creator>Ajmal Budulla</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[approval]]></category>
		<category><![CDATA[approval path]]></category>
		<category><![CDATA[purchasing approval]]></category>
		<category><![CDATA[purchasing approval hierarchy]]></category>
		<category><![CDATA[query for approval path]]></category>
		<category><![CDATA[query requisition approval]]></category>

		<guid isPermaLink="false">http://oracledocs.wordpress.com/?p=236</guid>
		<description><![CDATA[Platform: Oracle R 11.5.10 This query can be used to determine which approval path a Requisition or a Purchase Order has taken: &#8211; For Requisition select pos.name from po_requisition_headers_all rh, wf_item_attribute_values av, per_position_structures pos where av.item_type = rh.wf_item_type and av.item_key = rh.wf_item_key and av.name = &#8216;APPROVAL_PATH_ID&#8217; and to_number(av.NUMBER_VALUE) = pos.position_structure_id and rh.segment1 = &#8216;&#38;1&#8242; ; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledocs.wordpress.com&amp;blog=8213252&amp;post=236&amp;subd=oracledocs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://oracledocs.wordpress.com/2009/08/02/query-to-determine-approval-path-for-po-documents/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3491b1fef162747b6dacb55825d6874a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajmalbudulla</media:title>
		</media:content>
	</item>
	</channel>
</rss>
