<?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>Bryan Thompson - Oracle Consultant &#187; R12</title>
	<atom:link href="http://www.bryanthompsononline.com/oracle/category/r12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bryanthompsononline.com/oracle</link>
	<description>A forum for sharing Oracle knowledge!</description>
	<lastBuildDate>Sun, 30 May 2010 15:56:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enhanced Change Management Functionality to the IR/ISO Process</title>
		<link>http://www.bryanthompsononline.com/oracle/2010/05/29/enhanced-change-management-functionality-to-the-iriso-process/</link>
		<comments>http://www.bryanthompsononline.com/oracle/2010/05/29/enhanced-change-management-functionality-to-the-iriso-process/#comments</comments>
		<pubDate>Sat, 29 May 2010 22:41:24 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Order Management]]></category>
		<category><![CDATA[Order to Cash]]></category>
		<category><![CDATA[R12]]></category>

		<guid isPermaLink="false">http://www.bryanthompsononline.com/oracle/2010/05/29/enhanced-change-management-functionality-to-the-iriso-process/</guid>
		<description><![CDATA[In 12.1 and 12.1.2, Oracle has introduced long awaited improvements to the Internal Requisition/Internal Order (IR/ISO) process...]]></description>
			<content:encoded><![CDATA[<p>In 12.1 and 12.1.2, Oracle has introduced long awaited improvements to the Internal Requisition/Internal Order (IR/ISO) process.  As you may know, the Oracle IR/ISO has been a very rigid process, to the point where it has been deemed useless by many in the Oracle community.</p>
<p>One of the major downsides with using IR/ISO in 11i and the initial R12 releases was the change management process.  Once an IR is approved it is essentially locked down and cannot be updated thereafter.  Only cancelations were only allowed if the corresponding ISO was canceled.  So if required dates needed to be changed on the IR, the corresponding ISO and the IR itself would have to be canceled and recreated with the proper dates.  Terrible!</p>
<p>Additionally, changes to the ISO, which were restricted to cancelations and scheduled ship date changes, would not propagate automatically to the IR and would have to be done manually.  In my opinion this was a huge gap in functionality.  If cancelations or scheduled ship date changes were made to the ISO, and if the IR was not manually updated to reflect these changes, it would result in a conflicting supply/demand picture between the requesting and source organizations.   In other words, the requesting organization would still see the supply quantity or required date of the IR it originally requested, while the source organization would be planning to the revised demand quantity or scheduled ship date on the ISO.</p>
<p>However, in 12.1 Oracle has finally provided some improvements.  The “Improved Internal Requisition/Internal Order Change Management” functionality provides automated change control between the two transactions.  In this release, changes made to the ISO can now be automatically applied to the IR.  Better yet, the IR itself can also be modified after it has been approved, where changes are also propagated to the ISO.  Workflow notifications can also be setup to notify the requesting or supplying organizations of such changes.  No longer will there be a discrepancy between the IR and ISO!</p>
<p>Another nuisance of the IR/ISO process was that the changes to the IR or ISO could not be initiated from planning.  So if planning had recommendations to change or cancel an IR, this would have to be done manually.  Likewise, the ISO would also have to be manually updated to ensure both were in sync.</p>
<p>But in 12.1.2, Oracle has added integration between Advanced Supply Chain Planning (ASCP) and Purchasing to provide internal requisition management from the planner’s workbench.  The “Release Recommendations for Internal Requisitions” functionality now allows the planner to release scheduled date and cancelations changes to the IR.  This perfectly complements the change management functionality introduced in 12.1.</p>
<p>As a consultant who has seen the pain in implementing the IR/ISO process in the past, these are welcomed changes.  I would highly recommend any customers who are in need of an integrated supply chain solution to consider these releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanthompsononline.com/oracle/2010/05/29/enhanced-change-management-functionality-to-the-iriso-process/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting Organization Context in Oracle R12</title>
		<link>http://www.bryanthompsononline.com/oracle/2009/02/03/setting-organization-context-in-oracle-r12/</link>
		<comments>http://www.bryanthompsononline.com/oracle/2009/02/03/setting-organization-context-in-oracle-r12/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 02:37:00 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.bryanthompsononline.com/oracle/2009/02/03/setting-organization-context-in-oracle-r12/</guid>
		<description><![CDATA[For those of you who are trying to set the organization context within your SQL sessions or custom programs, there&#8217;s a new API you must call in R12.
The previous way of setting organization context in 11i was to execute the following statement:
dbms_application_info.set_client_info(ORG_ID); 
However, in R12, the new way of setting the organization context is as [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who are trying to set the organization context within your SQL sessions or custom programs, there&#8217;s a new API you must call in R12.</p>
<p>The previous way of setting organization context in 11i was to execute the following statement:</p>
<blockquote><p><em>dbms_application_info.set_client_info(ORG_ID); </em></p></blockquote>
<p>However, in R12, the new way of setting the organization context is as follows:</p>
<blockquote><p><em>mo_global.init(&#8217;AR&#8217;);<br />
mo_global.set_policy_context(&#8217;S',ORG_ID); </em></p></blockquote>
<p>The â€˜S&#8217; parameter indicates a single organization context. Replace ORG_ID with the ID of the operating unit you wish to use. You can also set a context for multiple operating units by setting the security profile. This is done by executing the following statement:</p>
<blockquote><p><em>mo_global.set_org_access(NULL,SECURITY_PROFILE_ID,&#8217;ASO&#8217;); </em></p></blockquote>
<p>Replace SECURITY_PROFILE_ID with the ID of the appropriate security profile.  &#8216;ASO&#8217; represents the application short name associated with the responsibility you&#8217;ll be using.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanthompsononline.com/oracle/2009/02/03/setting-organization-context-in-oracle-r12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 Order Management &#8211; What&#8217;s changed?</title>
		<link>http://www.bryanthompsononline.com/oracle/2008/09/11/r12-order-management-%e2%80%93-what%e2%80%99s-changed/</link>
		<comments>http://www.bryanthompsononline.com/oracle/2008/09/11/r12-order-management-%e2%80%93-what%e2%80%99s-changed/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 00:40:29 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Order Management]]></category>
		<category><![CDATA[Order to Cash]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bryanthompsononline.com/oracle/2008/09/11/r12-order-management-%e2%80%93-what%e2%80%99s-changed/</guid>
		<description><![CDATA[Good question. I'm in the process of figuring this out myself. However, here are a few things I do know based on my research and my recent R12 engagement...]]></description>
			<content:encoded><![CDATA[<p>Good question. I&#8217;m in the process of figuring this out myself. However, here are a few things I do know based on my research and my recent R12 engagement.</p>
<p><strong>Multiple Operating Unit Access</strong> &#8211; In 11i, a responsibility could only be tied to a single operating unit. However, in R12, responsibilities can be assigned to one or more operating units by assigning the responsibility to a security profile. This is a great enhancement for businesses where users require multi-organization access.</p>
<p><strong>Credit Card Entry Enhancements </strong>- An additional field has been added to the order entry screen to capture the security code typically located on the back of a credit card. Additionally, the credit card number is encrypted at the database level and stored within the Payments (formally iPayments) module. I&#8217;ll put out a more detailed article that talks about the drastic changes to the iPayments module.</p>
<p><strong>Reoccurring Charges </strong>- Functionality has been added to the TSO (Telecommunications Service Ordering) module which allows reoccurring billings. This is perfect for subscriptions and other like services.</p>
<p><strong>Partial Period Revenue Recognition</strong> &#8211; A joint OM and AR enhancement, partial period revenue recognition is a set of new revenue recognition rules in AR which allow for revenue recognition on a daily basis. Previously in 11i revenue recognition could only be done on a monthly basis.</p>
<p><strong>Pay Now or Pay Later</strong> &#8211; Upfront billing in Order Management can now be done and can be configured based on pricing charges, taxes, deposits, installment billing, and prepayments.</p>
<p><strong>Mass Scheduling Changes</strong> &#8211; The scheduling concurrent request can now pick up lines that have errored in the scheduling workflow activity. It also can now pick up lines that are in Entered status &#8211; both converted and manually entered orders.</p>
<p><strong>Customer Acceptance Process </strong>- Oracle R12 now provides the ability to introduce a customer acceptance step prior to invoicing. By setting up a deferral reason in AR, invoicing can be deferred until acceptance has been captured.</p>
<p><strong>Tax Updates</strong> &#8211; Additional tax fields have been added to the order entry screens that provide more flexibility with Vertex.</p>
<p><strong>Architectural Changes to Inventory </strong>- in 11i, Discrete and Process Inventory modules were entirely separate entities. Oracle has converged these modules into one data structure, where functionalities from both modules have combined to be available to both. This doesn&#8217;t mean much from an OM perspective, but technical changes have been performed to the Pick Release and Ship Confirmation processes to work with the new combined inventory model.</p>
<p><strong>Architectural Changes to OM, Install Base, and Service Contracts Integration</strong> &#8211; My understanding is that there is no functionality changes, but from a technical standpoint Oracle has implemented a best practice approach  to OM to Install Base and OM to Service Contracts touchpoints to ensure API calls are used rather than direct queries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanthompsononline.com/oracle/2008/09/11/r12-order-management-%e2%80%93-what%e2%80%99s-changed/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
