<?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>KentW Limited &#187; Functional</title>
	<atom:link href="http://ltd.kentw.co.uk/blog/functional/feed/" rel="self" type="application/rss+xml" />
	<link>http://ltd.kentw.co.uk</link>
	<description>Appsblog 2.1</description>
	<lastBuildDate>Sat, 10 Sep 2011 11:34:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GL Chart of Accounts &#8211; Number of Segments</title>
		<link>http://ltd.kentw.co.uk/functional/generalledger/gl-chart-of-accounts-number-of-segments/</link>
		<comments>http://ltd.kentw.co.uk/functional/generalledger/gl-chart-of-accounts-number-of-segments/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 13:56:31 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[General Ledger]]></category>
		<category><![CDATA[COA]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/functional/generalledger/gl-chart-of-accounts-number-of-segments/</guid>
		<description><![CDATA[How many segments in my Chart of Accounts (COA) are needed for my business?
There are many considerations and this article will only focus on the number of segments rather than the segment values which will be handled in a later post.
Some of the considerations are:

Oracle System requirements 
Legal reporting requirements 
Financial management reporting needs 
Globalisation [...]]]></description>
			<content:encoded><![CDATA[<p>How many segments in my Chart of Accounts (COA) are needed for my business?</p>
<p>There are many considerations and this article will only focus on the number of segments rather than the segment values which will be handled in a later post.</p>
<p>Some of the considerations are:</p>
<ul>
<li>Oracle System requirements </li>
<li>Legal reporting requirements </li>
<li>Financial management reporting needs </li>
<li>Globalisation needs (some countries have special requirements) </li>
<li>Consolidation needs (some segments may have to be used globally) </li>
<li>Security needs </li>
</ul>
<h3>Oracle System Requirements</h3>
<p>Oracle E-Business suite requires the following segments:</p>
<ul>
<li>Balancing </li>
<li>Natural Account </li>
<li>Cost Center (for Fixed Assets) </li>
</ul>
<p>Optionally you can also have:</p>
<ul>
<li>Intercompany </li>
<li>Management (for security) </li>
<li>Secondary Tracking (for extra year-end tracking) </li>
</ul>
<p>Usage details can be found in the General Ledger Implementation Guide.</p>
<p>All other requirements vary so below is a few do’s and don’ts:</p>
<h3>Do’s</h3>
<p>The User Guide details the Oracle requirements for a segment however in addition to that I recommend this:</p>
<ul>
<li>Keep it simple – your users will have to type it in a lot of times </li>
<li>Focus on <u>financial</u> reporting requirements and needs </li>
<li>Identify segments likely to be consolidated and make global usage rules for these </li>
<li>Have same number of segments globally (to ease documentation and customisations) </li>
<li>Have same segment names globally (to ease documentation and customisations) </li>
</ul>
<h3>Don&#8217;ts</h3>
<p>Could be a very long list but I’ll keep it to the typical errors I have seen in implementations:</p>
<ul>
<li>Have too many segments (impacts usability and performance) </li>
<li>Use of subledger reporting segments like:
<ul>
<li>Product or Item (sales reporting in the GL) </li>
<li>Customer (sales reporting in the GL) </li>
<li>Project (project accounting in the GL) </li>
</ul>
</li>
<li>Dual purpose segments (like one segment for both product and department) </li>
<li>Think you can change the COA after go-live: you cannot </li>
</ul>
<p>Subledger reporting segments are often driven by the requirement for global reporting on subledger data where the use of the GL and consolidations could provide this. </p>
<p>However implications are huge ranging from simple performance problems to feeble attempts to maintain a customer hierarchy in the GL. </p>
<p>Keep in mind the GL is for financial reporting and not for subledger reporting. </p>
<p>By putting subledger reporting in the GL you will also implicit impose limitations of the GL on your subledger which can cause unintended problems like need for custom segment validation and worst case will limit your business as your subledger reporting needs cannot be accomplished in the GL.</p>
<p>In very rare cases combined purpose segments can be justified but the values <u>must </u>be mutual exclusive as any overlapping will cause problems and is in fact a need for an additional segment.</p>
<h3>An Example</h3>
<p>Most mid to large scale business could have a structure like this:</p>
<ul>
<li>Company (Balancing) </li>
<li>Department (Cost Center) </li>
<li>Account (Natural Account) </li>
<li>Analysis 1 </li>
<li>Analysis 2 </li>
<li>Intercompany (same segment values as Company) </li>
</ul>
<p>Company, Department and Account segments are self explanatory. </p>
<p>Company and Account is for legal reporting.</p>
<p>Account, Department, Analysis 1 and 2 is used to support management reporting requirements.</p>
<p>Note there is a dual purpose for the Account segment in both legal and management reporting and sometimes this is remedied by adding a separate sub-account segment for the sole purpose of management reporting. </p>
<p>The intercompany segment is used for tracking the source of an intercompany transaction.</p>
<p>Keep the analysis segments to a finite number of values so if any subledger information is to be contained within these use summary levels like product line, customer group and similar as these values are unlikely to change over time.</p>
<h3>Technical and performance</h3>
<p>Two tables are the focus for performance:</p>
<ul>
<li>GL_CODE_COMBINATIONS – stores unique segment values as a single unique value combination id: CCID </li>
<li>GL_BALANCES – stores summarised GL journals for each CCID </li>
</ul>
<h4>GL_CODE_COMBINATIONS</h4>
<p>The content of this table expands for every new segment value combination entered per COA:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/09/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/09/image_thumb1.png" width="484" height="326" /></a> </p>
<p>So looking at the example above – if we have the following segments and number of segment values:</p>
<li>Company = 10 </li>
<li>Department = 25 </li>
<li>Account = P/L 1500 and B/S 500 = 2000 </li>
<li>Analysis 1 = 20 </li>
<li>Analysis 2 = 20 </li>
<li>Intercompany = 10
<p>We can have a worst case number of combinations: 10 x 25 x 2000 x 20 x 20 x 10 = 2,000,000,000</p>
<p>So 2 billion rows in this table doesn’t sound good?</p>
<p>The try to imagine if you use subledger segments using all of your world-wide customers, products or projects?</p>
<p>The above number is not that bad as Department and Analysis segments would normally only be used with P/L accounts and intercompany would apply to very few specific accounts.</p>
<p>So a more precise estimate is:</p>
<p>Combinations = P/L combinations + B/S combinations = 10 x 25 x 1500 x 20 x 20 x 1 + 10 x 1 x 500 x 1 x 1 x 1 = 150,000,000 + 5,000 = 150,005,000</p>
<p>A lot less but still significant so performance is a very important consideration when creating your COA.</p>
<h4>GL_BALANCES</h4>
<p>The content of this table expands per:</p>
<ul>
<li>Set of Books </li>
<li>Code Combination (CCID) </li>
<li>Currency </li>
<li>Period </li>
<li>Balance Type (Actual, Budget or Encumbrance) </li>
</ul>
<p>For each month opened all rows from the previous month are duplicated – so the more CCID that are used the more will be carried forward.</p>
<p>So for the above example if we say each of the companies have one set of books and one currency each and they have 12 periods per year. So we will disregard from any budgets and encumbrances as these are normally for a limited number of accounts at a summary level.</p>
<p>New rows per year = 1 x 150,005,000 x 1 x 12 x 1 = 1,800,060,000</p>
<p>So for a large business intending to keep financial data on-line for a few years the number of code combinations have a huge impact.</p>
</p>
</li>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/functional/generalledger/gl-chart-of-accounts-number-of-segments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; XML Publisher &#8211; XDO</title>
		<link>http://ltd.kentw.co.uk/functional/xml-publisher/r12-xml-publisher-xdo/</link>
		<comments>http://ltd.kentw.co.uk/functional/xml-publisher/r12-xml-publisher-xdo/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 14:59:57 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[XML Publisher]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[XDO]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/functional/xml-publisher/r12-xml-publisher-xdo/</guid>
		<description><![CDATA[Back to R12 – Upgrade Overview
Placeholder for XML Publisher
]]></description>
			<content:encoded><![CDATA[<p>Back to <a href="http://ltd.kentw.co.uk/functional/r12-upgrade/">R12 – Upgrade Overview</a></p>
<p>Placeholder for XML Publisher</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/functional/xml-publisher/r12-xml-publisher-xdo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; Territory Manager &#8211; JTY</title>
		<link>http://ltd.kentw.co.uk/functional/territory-manager/r12-territory-manager-jty/</link>
		<comments>http://ltd.kentw.co.uk/functional/territory-manager/r12-territory-manager-jty/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 18:05:03 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[Territory Manager]]></category>
		<category><![CDATA[JTY]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/functional/territory-manager/r12-territory-manager-jty/</guid>
		<description><![CDATA[Back to R12 – Upgrade Overview
In 11i we assign collectors using the profile options and optionally manually override this at account level if needed.
This gets rather hard to manage in large departments especially when people leaves or joins.
However in R12 you have the ability to use Territory Manager which originally is a sales tool for [...]]]></description>
			<content:encoded><![CDATA[<p>Back to <a href="http://ltd.kentw.co.uk/functional/r12-upgrade/">R12 – Upgrade Overview</a></p>
<p>In 11i we assign collectors using the profile options and optionally manually override this at account level if needed.</p>
<p>This gets rather hard to manage in large departments especially when people leaves or joins.</p>
<p>However in R12 you have the ability to use Territory Manager which originally is a sales tool for sales territory administration.</p>
<p>You can now also assign collectors at Customer/Party level however this easily cannot be seen as the collector cannot be stored at this level but is stored in an internal table instead.</p>
<p>The Territory Manager will assign collectors to delinquent customers automatically hence removing the need to manage customer profile class plus account and bill to level overrides. When assigning collectors to customer profile class just use the “Default Collector” – this value will be overridden by the Territory Manager if the customer becomes delinquent.</p>
<p>The article below will mainly concentrate on the use of Territory Manager with <a href="http://ltd.kentw.co.uk/functional/advanced-collections/r12-advanced-collections-iex/" target="_blank">Advanced Collections</a>.</p>
<h3>Overview</h3>
<ul>
<li>Implementing </li>
<li>Territories &#8211; Intro </li>
<li>Resources </li>
<li>Matching Attributes </li>
<li>Territories – Defining </li>
<li>Concurrent Programs </li>
</ul>
<h3>Implementing</h3>
<p>JTY is a bit tricky to get started with in form of an extra layer of role based access control (RBAC).</p>
<p>In order to setup JTY you need to following:</p>
<ul>
<li>Login as user SYSADMIN </li>
<li>Using responsibility “User Management” grant role to yourself: “Security Administrator”      <br />or if not allowed then just grant roles to yourself:       <br />”Collections Territory Administrator”       <br />”Territory Manager Application Administrator” </li>
<li>Also assign yourself responsibilities “User Management” and “Territory Management” </li>
<li>Login as yourself </li>
<li>Using responsibility “User Management” grant roles to yourself (if not done above):      <br />”Collections Territory Administrator”       <br />”Territory Manager Application Administrator” </li>
</ul>
<p>Also be aware that JTY uses full <a href="http://ltd.kentw.co.uk/technical/security-technical/r12-moac-security/" target="_blank">MOAC</a> control so be sure to set correct Security Profile.</p>
<p>Note: You must set the profile option “MO: Default Operating Unit” due to an error in the 12.1.2 Territory Definition form. You should however leave “MO: Operating Unit” blank.</p>
<h3>Territories &#8211; Intro</h3>
<p>Territories in Advanced Collections are used to distribute the UWQ workload amongst collectors in large departments.</p>
<p>A single territory has one or more resources assigned and matching attributes that applies to customer attributes.</p>
<p>Territories can form a hierarchy where we have the following territory types:</p>
<ul>
<li>Child Territory – Contains resources and matching attributes </li>
<li>Parent Territory – Contains one or more child territories </li>
<li>Catch-All Territory – A parent territory containing rules not covered by child territories below </li>
<li>Placeholder Territory – A parent territory not containing rules but only child territories </li>
<li>OU Territory – The top level owning parent territory. There is one per OU accessible</li>
</ul>
<p>All territories can be defined using OAF forms or by using WebADI except for the OU territory which cannot download to Excel. Therefore it is a good idea to have a placeholder territory just below the OU territory.</p>
<p>Territories have the additional following attributes:</p>
<ul>
<li>Effective Date Range – Value inherited from parent territory </li>
<li>Rank – a number where lowest rank wins if customer matches more than one territory.      <br />Normally just assign value: 1       <br />This value is inherited from parent territory </li>
<li>Winners – number of territories a customer can match at any one time.      <br />Default to 1 when left empty. 2 or higher can cause overlapping territories</li>
</ul>
<h3>Resources</h3>
<p>In order to define resources you need to have access to the responsibility “CRM Resource Manager”.</p>
<p>Resources can be any one of:</p>
<ul>
<li>Individual – CRM resource </li>
<li>Group – CRM defined group. Groups can be assigned to multiple individuals </li>
<li>Team – Similar to group but normally used in lead management </li>
</ul>
<p>Groups can be a handy way of managing customers so instead of reassigning individuals to customers you assign groups to customers. This enables you to manage your resources by reassigning individuals between groups rather than between specific customers.</p>
<h3>Matching Attributes</h3>
<p>Matching Attributes are building blocks for creating rules for assigning customers to territories.</p>
<p>Advanced Collections only supports custom made or Customer based matching attributes which is the following:</p>
<ul>
<li>Account Classification (this is actually a sales lead item and does not really work with Collections)</li>
<li>Area Code </li>
<li>City </li>
<li>Country </li>
<li>County </li>
<li>Customer Category </li>
<li>Customer Name </li>
<li>Customer Name Range </li>
<li>Customer Name Range Group </li>
<li>D-U-N-S </li>
<li>Number of Employees </li>
<li>Party Hierarchy </li>
<li>Postal Code </li>
<li>Province </li>
<li>Registry ID </li>
<li>SIC Code </li>
<li>Site Number </li>
<li>State </li>
</ul>
<p>So if there is a need to allocate collectors based on something different than the list above you will need to create a custom matching attribute.</p>
<p>In order to use a matching attribute it must be enabled first:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image47.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb47.png" width="644" height="405" /></a> </p>
<p>In the above I will be enabling Customer Category and Customer Name Range.</p>
<p>Next step is to define a Territory Type in order to use the enabled attributes above:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image48.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb48.png" width="644" height="343" /></a>&#160;</p>
<p>So now we have created a territory type allowing the use of Customer Category and Customer Name Range.</p>
<h3>Territory – Defining</h3>
<p>You start from the OU territory and work your way down:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image49.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb49.png" width="644" height="222" /></a> </p>
<p>Note the search default to what you have in your profile options “MO: Default Operating Unit” however if another OU is desired just change the value in “Operating Unit” and click GO. Do not leave “Operating Unit” blank as that may cause problems in pre-R12.1.4 versions.</p>
<p>Select the operating unit “Vision Operations” and click “Create”:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image50.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb50.png" width="644" height="72" /></a> </p>
<p>Pick the Territory Type we created earlier and click continue:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image51.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb51.png" width="644" height="198" /></a> </p>
<p>Lets create the following hierarchy:</p>
<p>Vision Operations – OU Territory    <br />&gt; Top – Placeholder Territory     <br />&gt;&gt; Other     <br />&gt;&gt;&gt; Commercial – Parent     <br />&gt;&gt;&gt;&gt; NameRange1 &#8211; Child     <br />&gt;&gt;&gt;&gt; NameRange2 &#8211; Child     <br />&gt;&gt;&gt; Federal &#8211; Child</p>
</p>
<p>So we want a catch all if a customer has not been assigned to a customer category and we split the commercial customers into two name ranges to level the volume.</p>
<p>So first we create Top:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image35.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb35.png" width="324" height="213" /></a> </p>
<p>No resources and matching attributes – so just click Finish:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image52.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb52.png" width="644" height="56" /></a> </p>
<p>Lets create the Other territory:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image37.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb37.png" width="324" height="208" /></a> </p>
<p>Click Next and add resource:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image53.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb53.png" width="644" height="118" /></a> </p>
<p>Assigned just one resource as this is the resource for an exception – the catch all.</p>
<p>I will not show how to add resources to the remaining territories…</p>
<p>Click next:</p>
</p>
</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image39.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb39.png" width="324" height="169" /></a> </p>
<p>In spite of what the manual says you need to add a matching attribute for a catch-all territory. To ensure we catch all customers we use name range of 0% to Z%. </p>
<p>To define ranges like the one above you need to follow some basic rules:</p>
<ul>
<li>Always use wildcard “%” so A to Z becomes A% to Z% </li>
<li>Single wildcard range will not work like A% to A% </li>
<li>If range for one letter is needed use: A0% to AZ% </li>
</ul>
<p>Next we define Commercial and Federal territories…</p>
<p>Commercial matching attribute:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image40.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb40.png" width="322" height="230" /></a></p>
<p>Federal matching attribute: </p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image41.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb41.png" width="324" height="228" /></a> </p>
<p>The we add another two Commercial child territories…</p>
<p>Name range 1:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image42.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb42.png" width="324" height="169" /></a> </p>
<p>and name range 2:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image43.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb43.png" width="324" height="168" /></a> </p>
<p>So now we have:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image45.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb45.png" width="261" height="217" /></a> </p>
<p>Nice and easy…</p>
<h3>Concurrent Programs</h3>
<p>When you have finished creating your territory hierarchy you need to run the following in JTY:</p>
<ul>
<li>Synchronize Territory Assignment Rules </li>
</ul>
<p>This is one of these programs with no real purpose except for if you don’t run it – it will not work.</p>
<p>When you want to assign territories to collectors and customers you must run the following in IEX:</p>
<ul>
<li>IEX: Territory Assignment </li>
</ul>
<p>But ONLY after you have run the IEX: Scoring Engine Harness with Delinquencies Management otherwise you may miss any newly delinquent customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/functional/territory-manager/r12-territory-manager-jty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; Advanced Collections &#8211; IEX</title>
		<link>http://ltd.kentw.co.uk/functional/advanced-collections/r12-advanced-collections-iex/</link>
		<comments>http://ltd.kentw.co.uk/functional/advanced-collections/r12-advanced-collections-iex/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 10:03:46 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[Advanced Collections]]></category>
		<category><![CDATA[IEX]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/functional/advanced-collections/r12-advanced-collections-iex/</guid>
		<description><![CDATA[Back to R12 – Upgrade Overview
This article will however not provide a full overview of IEX but only explain some of the basics to get you started with IEX after moving to R12. Beyond that &#8211; dig into the manual.
News

Bulk XML Delivery per default in R12.1.2
Staged Dunning to be introduced (again) in R12.1.3

11i –&#62; R12 [...]]]></description>
			<content:encoded><![CDATA[<p>Back to <a href="http://ltd.kentw.co.uk/functional/r12-upgrade/">R12 – Upgrade Overview</a></p>
<p>This article will however not provide a full overview of IEX but only explain some of the basics to get you started with IEX after moving to R12. Beyond that &#8211; dig into the manual.</p>
<h3>News</h3>
<ul>
<li>Bulk XML Delivery per default in R12.1.2</li>
<li>Staged Dunning to be introduced (again) in R12.1.3</li>
</ul>
<h3>11i –&gt; R12 Crash Info</h3>
<p>In R12 &#8211; Oracle have removed all collections functionality from AR and thereby forced an upgrade to IEX hence this article will cover both existing and new IEX functionality.</p>
<p>First lesson is – it is near impossible to mimic the 11i functionality so there is no easy upgrade path from 11i to R12.</p>
<p>Second lesson is – IEX uses <a href="http://ltd.kentw.co.uk/technical/security-technical/r12-moac-security/" target="_blank">MOAC</a> security so most IEX settings are global and at site level. Transaction security is then handled by MOAC using security profiles.</p>
<h3>General Need to Know</h3>
<p>A small warning – with R12 the UI is now all over the place:</p>
<ul>
<li>Implementation and super user: Mixed old forms, CRM screens and OAF </li>
<li>User: Forms and CRM screens. CRM screens are made with forms but have a different look and feel </li>
</ul>
<p>So be sure to plan for loads of user training and testing in addition to the implementation effort.</p>
<p>Another warning – setting up Advanced Collections will need a hybrid consultant &#8211; as many areas need both SQL and XML knowledge:</p>
<ul>
<li>Scoring Components contains SQL select statements </li>
<li>Scoring Engine use views to limit transaction scope </li>
<li>Correspondence Template Query is using SQL select statements to create XML tags </li>
<li>Correspondence Templates use XML to produce output </li>
<li>Most output in Advanced Collections uses XML Publisher </li>
<li>Advanced letters may need both XML and XSL-TEXT knowledge </li>
</ul>
<h3>Overview:</h3>
<p>The chapters listed below will give you an overview of the configuration and integration points.</p>
<ul>
<li>New Concepts </li>
<li>Collectors Management (HR and Sales integration) </li>
<li>Collectors Assignment (<a href="http://ltd.kentw.co.uk/functional/territory-manager/r12-territory-manager-jty/" target="_blank">Territory Management</a> Integration) </li>
<li>Collectors Work Queue (Universal Work Queue – UWQ) </li>
<li>Collections Window (eBusiness Center) </li>
<li>Aging (<a href="http://ltd.kentw.co.uk/functional/receivables/r12-receivables-ar/" target="_blank">AR Integration</a>) </li>
<li>Activities (Payments,Promise to Pay,Disputes) </li>
</ul>
<h3>New Concepts</h3>
<p>First of all the word “delinquency” is new to most 11i users and this means an overdue item. </p>
<p>Advanced Collections introduces many new concepts where the main ones are:</p>
<ul>
<li>Operational Level – item level for collections including delinquency determination and correspondence </li>
<li>Scoring – points system calculated by a scoring engine</li>
<li>Delinquency Status – status is one of: Current, Pre-delinquent or Delinquent </li>
<li>Strategies – Handling of delinquencies based on multiple scoring engines</li>
<li>Dunning Plans – Handling of delinquencies using a single scoring engine with associated aging buckets </li>
</ul>
<p>During first setup you will have to make the following main decisions:</p>
<ol>
<li>Operational Level which must be one of: customer, account, bill-to or delinquency (overdue transaction) </li>
<li>Collections method which must be either Strategies or Dunning Plans </li>
</ol>
<h4><strong>Operational Level</strong></h4>
<p>Level defines the operational data level for collection items which includes:</p>
<ul>
<li>Delinquency determination </li>
<li>Work queue items </li>
<li>Correspondence </li>
</ul>
<p>The following operational data level can be chosen:</p>
<ul>
<li>Customer: Party/customer level </li>
<li>Account: Account level </li>
<li>Bill To: Bill To level </li>
<li>Delinquency: Transaction level </li>
</ul>
<p>So if your level is <em>account</em> the customer could have one account being marked as delinquent and one being non-delinquent. Also correspondence will be made at this level including details of transactions by account.</p>
<p>So if you use delinquency level then if a customer has two concurrent delinquencies this customer will receive two separate dunning letters even if overdue on the same day.</p>
<p>In 11i delinquency management was normally conducted at account level thanks to the Account Details screen in the old collections workbench and staged dunning.</p>
<p>The operational data level is set when you setup IEX using the Collections Questionnaire.</p>
<h4><strong>Scoring</strong></h4>
<p>Scoring is a new concept of rating a delinquency based on various factors. The scoring is done by the scoring engine which is run from the concurrent program:</p>
<p><em>IEX: Scoring Engine Harness</em></p>
<p>The scoring engine use scoring components for generating score amounts. </p>
<p>Typical score components could be:</p>
<ul>
<li>Amount due </li>
<li>Days overdue </li>
<li>Time as customer </li>
<li>Number of delinquent transactions </li>
<li>Annual sales amount </li>
</ul>
<p>Example of a scoring component definition:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image9.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb9.png" width="484" height="290" /></a> </p>
<p>Each score amount is mapped to a score value as the score amount can vary depending on its source and if it is comparable. If you want to score based on transaction amount and days overdue then those two amount will vary and would not be directly comparable however by mapping them into score values they become comparable.</p>
<p>The score engine values are normally within 0 to 100 and when using multiple scoring components these values will be summarised. The score values can be used with weighting &#8211; if enabled – however sum of weights must be 1:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image10.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb10.png" width="484" height="83" /></a> </p>
<p>For example if you have a score component returning the amount outstanding you would map this to a score value:</p>
<table border="1" cellspacing="0" cellpadding="2" width="299">
<tbody>
<tr>
<td valign="top" width="99"><strong>From</strong></td>
<td valign="top" width="101"><strong>To</strong></td>
<td valign="top" width="97"><strong>Score Value</strong></td>
</tr>
<tr>
<td valign="top" width="98">-999999999</td>
<td valign="top" width="102">100</td>
<td valign="top" width="97">0</td>
</tr>
<tr>
<td valign="top" width="98">100.01</td>
<td valign="top" width="103">10000</td>
<td valign="top" width="97">10</td>
</tr>
<tr>
<td valign="top" width="98">10000.01</td>
<td valign="top" width="104">999999999</td>
<td valign="top" width="97">20</td>
</tr>
</tbody>
</table>
<p>So if you a score component yielding amount due 5000 the score value would be 10 which would be added to any other score value.</p>
<p>&#160;</p>
<p>If additional score components are used this would result in score values being added up.</p>
<p>The score component must always return a number within the range –999999999 to 999999999 and use 2 decimals precision – see example from a seeded setup:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image11.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb11.png" width="186" height="244" /></a> </p>
<p>The score component uses either an SQL select statement or a PL/SQL function. </p>
<p>Using PL/SQL function enables you to use parameters. </p>
<p>The SQL statement is easier to maintain if used with a custom database view.</p>
<p>Segments &#8211; which is a database view assigned to the scoring engine &#8211; can limit the transactions targeted by the scoring engine:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image12.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb12.png" width="324" height="125" /></a> </p>
<p>One one segment can be assigned per scoring engine.</p>
<p>The combination of multiple scoring components and multiple scoring engines with different segment assignments gives endless possibilities to meet business requirements.</p>
<h4><strong>Delinquency Status</strong></h4>
<p>Delinquency Status indicates if there is a delinquency for the current score value.</p>
<p>The status is determined by mapping score values to statuses.</p>
<p>Status is one of:</p>
<ul>
<li>Current </li>
<li>Pre-Delinquent </li>
<li>Delinquent </li>
</ul>
<p>One delinquent transactions are scored so the current status will not yield delinquencies.</p>
<p>So using the example above we could do the following mapping of score values:</p>
<table border="1" cellspacing="0" cellpadding="2" width="314">
<tbody>
<tr>
<td valign="top" width="99"><strong>From</strong></td>
<td valign="top" width="101"><strong>To</strong></td>
<td valign="top" width="112"><strong>Score Value</strong></td>
</tr>
<tr>
<td valign="top" width="98">0</td>
<td valign="top" width="102">9.99</td>
<td valign="top" width="112">Current</td>
</tr>
<tr>
<td valign="top" width="98">10</td>
<td valign="top" width="103">19.99</td>
<td valign="top" width="112">Pre-delinquent</td>
</tr>
<tr>
<td valign="top" width="98">20</td>
<td valign="top" width="104">100</td>
<td valign="top" width="112">Delinquent</td>
</tr>
</tbody>
</table>
<p>Example from seeded data:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image13.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb13.png" width="484" height="263" /></a> </p>
<p>Status is updated when a scoring engine run as long as “Used to determine status” check box is set and “concurrent program” is set to:</p>
<p><em>IEX: Delinquencies Management</em></p>
<h4><strong>Strategies</strong></h4>
<p>Strategies works with two scoring engines:</p>
<ol>
<li>Delinquency determination </li>
<li>Strategy determination </li>
</ol>
<p>A strategy is similar to a 11i dunning set but with the difference that a strategy is based on score values and the outcome is a work item which can be one of:</p>
<ul>
<li>Manual: phone call or review. This is visible as a task in the collectors work queue </li>
<li>Automatic: sending of email, fax or letter. Any sent correspondence is recorded in the transaction history </li>
<li>Workflow: automated customised task </li>
</ul>
<p>The score values is generated by the score engine for strategies defined in similar way as the score engine for delinquency status determination.</p>
<p>The score value is mapped to a strategy:</p>
<table border="1" cellspacing="0" cellpadding="2" width="314">
<tbody>
<tr>
<td valign="top" width="99"><strong>From</strong></td>
<td valign="top" width="101"><strong>To</strong></td>
<td valign="top" width="112"><strong>Score Value</strong></td>
</tr>
<tr>
<td valign="top" width="98">1</td>
<td valign="top" width="102">49.99</td>
<td valign="top" width="112">Hard Strategy</td>
</tr>
<tr>
<td valign="top" width="98">50</td>
<td valign="top" width="103">100</td>
<td valign="top" width="112">Soft Strategy</td>
</tr>
</tbody>
</table>
<p>The strategy will then map to a number of work items:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image14.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb14.png" width="484" height="260" /></a> </p>
<p>So a typical strategy concurrent run is:</p>
<p><em>IEX: Scoring Engine Harness</em> – for delinquency determination</p>
<p><em>(IEX: Delinquencies Management</em> – run as part of delinquency determination)</p>
<p><em>IEX: Scoring Engine Harness</em> – for strategy determination and work item creation</p>
<p><em>(IEX: Strategy Management</em> – run as part of delinquency determination)</p>
<p><em>IEX: Create Dunning And Broken Promise Call Backs</em> – to create UWQ actions</p>
<p>So Strategies are very flexible and versatile however keep in mind a very open ended module is also harder to configure and test.</p>
<h4><strong>Dunning Plans</strong></h4>
<p>Dunning plans is Oracle’s solution for customers upgrading to 11i without having a license for Advanced Collections.</p>
<p>Dunning plans use only one scoring engine and ties delinquency determination and aging buckets together in one.</p>
<p>Dunning plans has the following limitations (quite a few I would say):</p>
<ul>
<li>Delinquency scoring engine and dunning plan scoring engine is one and same </li>
<li>Scoring engine values are used both for delinquency status determination and aging bucket line determination so it can be tricky to obtain desired functionality </li>
<li>A transaction can <em>only</em> be scored using one scoring engine &#8211; if you add a new scoring engine only new transactions will be scored with this (ouch – this is bad during test) </li>
<li>AR Aging Buckets are used for days overdue determination only &#8211; unless you customise scoring components </li>
<li>Correspondence are assigned to an aging bucket line so every time the aging bucket line are in the score range a letter will be sent – so beware you might want to ensure lines with correspondence only range one day to avoid duplicate letters </li>
<li>Only one aging bucket can be used per dunning plan </li>
<li>Each mapped Aging Bucket Line must yield correspondence and optionally a call – so you cannot have a call-only line unless you use a dummy letter or similar </li>
</ul>
<p>So a typical dunning plan concurrent run is:</p>
<p><em>IEX: Scoring Engine Harness</em> – for delinquency determination</p>
<p><em>IEX: Send Dunnings for delinquent customers</em> – to send correspondence</p>
<p><em>IEX: Create Dunning And Broken Promise Call Backs</em> – to create UWQ actions</p>
<h3>Collectors Management (HRMS and CRM integration)</h3>
<p>In 11i you just needed to have a normal apps user and a collections use &#8211; now in R12 it has become a bit more complicated.</p>
<p>So the Collectors setup in AR is still there to do…</p>
<p>Now you also need to do the following:</p>
<ul>
<li>HR: Create HRMS Employee and assignment </li>
<li>SYS: Assign the HRMS Employee to your apps user </li>
<li>CRM: Create CRM resource by importing the employee into CRM </li>
<li>CRM: Assign collections roles and groups to the CRM resource</li>
<li>CRM: For Territory Management assign Telesales Agent as well</li>
</ul>
<p>For migrating from 11i to R12 you can create a resource for each collector defined in AR:</p>
<p><em>IEX: AR Collectors to Resource Collectors </em></p>
<p>That should help a little bit…</p>
<p>Also collectors can be generated by Collectors Assignment when running:</p>
<p><em>IEX: Territory Assignment</em></p>
<h3>Collectors Assignment (Territory Management Integration)</h3>
<p>In order to assign collectors you can still do as you did in 11i – using collectors at profile class level &#8211; however in R12 you have the additional option of using:</p>
<p><a href="http://ltd.kentw.co.uk/functional/territory-manager/r12-territory-manager-jty/" target="_blank">JTY: Territory Manager</a></p>
<p>This enables you to automatically assign collectors to delinquencies based on rules.</p>
<p>This is actually a sales tool but follow the link and it will explain how to use it for IEX.</p>
<p>To create the assignments run the following concurrent program:</p>
<p><em>IEX: Territory Assignment</em></p>
<h3>Collectors Work Queue (Universal Work Queue – UWQ)</h3>
<p>The UWQ is the collectors work-list which shows delinquencies, calls as tasks to be made and broken promises:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image16.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb16.png" width="484" height="139" /></a> </p>
<p>The collectors works queue is essentially the Universal Work Queue used by the CRM modules.</p>
<p>Strategy manual work items and dunning plan calls will show up i the collectors work queue as tasks.</p>
<p>The collectors work queue can be customised using EIU% profile options – see a few below:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image17.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb17.png" width="317" height="244" /></a> </p>
<p>By clicking an item on the work-list the Collections Window opens up…</p>
<h3>Collections Window (eBusiness Center)</h3>
<p>The collections window is essentially the CRM eBusiness Center.</p>
<p>This window shows the customer with tabs showing details:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image18.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb18.png" width="484" height="300" /></a> </p>
<p>The following tabs are displayed:</p>
<ul>
<li>Profile – Credit overview and metrics     <br /><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image19.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb19.png" width="324" height="123" /></a> </li>
<li>History – Correspondence, adjustments, calls and other interactions     <br /><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image20.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb20.png" width="324" height="122" /></a> </li>
<li>Accounts – Accounts and their details     <br /><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image21.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb21.png" width="324" height="122" /></a> </li>
<li>Transactions – List of delinquent transactions but can also include current and closed transactions     <br /><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image22.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb22.png" width="324" height="122" /></a> </li>
<li>Lifecycle – List of delinquent transactions and their current collection status     <br /><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image23.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb23.png" width="324" height="122" /></a> </li>
<li>Strategy – Current assigned strategy and work items pending or completed     <br /><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image24.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb24.png" width="324" height="122" /></a> </li>
<li>Aging – Delinquent transactions summarised by aging buckets     <br /><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image25.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb25.png" width="324" height="122" /></a> </li>
<li>Notes – Notes can be taken here and can optionally be visible to other collectors     <br /><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image26.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb26.png" width="324" height="122" /></a> </li>
<li>Tasks – List of tasks     <br /><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image27.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb27.png" width="324" height="122" /></a> </li>
</ul>
<h3>Aging</h3>
<p>A familiar term from 11i however yet so different.</p>
<p>Aging and aging buckets as we know them from 11i are still used for displaying or reporting on aging in the following places:</p>
<ul>
<li>Collections Windows – Aging Tab</li>
<li>AR Aging Reports</li>
</ul>
<p>But then the similarities stop.</p>
<p>For Strategies and Dunning Plans aging buckets are sometimes used in Score Components:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image28.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb28.png" width="484" height="250" /></a> </p>
<p>And also used in Dunning Plans for correspondence assignment:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image29.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2010/08/image_thumb29.png" width="484" height="128" /></a> </p>
<p>But in very different way than in 11i.</p>
<h3>Activities</h3>
<p>In the Collections Window you can do the following activities:</p>
<ul>
<li>Take Payments or promise to pay </li>
<li>Make adjustments and credit notes</li>
<li>Send correspondence </li>
</ul>
<p>The following payments can be accepted in IEX:</p>
<ul>
<li>Credit Card </li>
<li>Bank Transfer (direct debit) </li>
</ul>
<p>So no debit card payments.</p>
<p>Also bank transfer requires in most countries a signed agreement at beforehand so&#160; this really narrow it down to credit card payment only.</p>
<p>The credit card payment method must be setup in <a href="http://ltd.kentw.co.uk/functional/payments/r12-payments-upgrade/">Payments – IBY</a>.</p>
<p>Activities send confirmation letters automatically:</p>
<ul>
<li>Payment Confirmation</li>
<li>Promise Confirmation</li>
<li>Dispute Confirmation</li>
<li>Adjustment Confirmation<img src="http://localhost.localdomain:8000/OA_HTML/cabo/images/swan/t.gif" width="12" /></li>
<li>Reversal Confirmation</li>
<li>Leasing Invoice Confirmation</li>
<li>Invoice Copy<img src="http://localhost.localdomain:8000/OA_HTML/cabo/images/swan/t.gif" width="12" /></li>
</ul>
<p>All correspondence is created and sent using <a href="http://ltd.kentw.co.uk/functional/xml-publisher/r12-xml-publisher-xdo/" target="_blank">XML Publisher</a>.</p>
<p>The promise to pay will create an event in the UWQ then you run the following concurrent program:</p>
<p><em>IEX: Promise Reconciliation</em></p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/functional/advanced-collections/r12-advanced-collections-iex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; General Ledger &#8211; GL</title>
		<link>http://ltd.kentw.co.uk/functional/generalledger/r12-general-ledger-gl/</link>
		<comments>http://ltd.kentw.co.uk/functional/generalledger/r12-general-ledger-gl/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 14:43:15 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[General Ledger]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/functional/generalledger/r12-general-ledger-gl/</guid>
		<description><![CDATA[Back to R12 – Upgrade Overview
Overview
In GL there has been a number of changes:

Terminology Changes

Set of Books (SOB) is now Ledgers 
Multiple Reporting Currencies (MRC) is now Reporting Currencies 
Global Intercompany System (GIS) is now Advanced Global Intercompany System (AGIS) 


Obsolete

Global Accounting Engine (AX) replaced by Subledger Accounting 
MRC as a workaround – now fully [...]]]></description>
			<content:encoded><![CDATA[<p>Back to <a href="http://ltd.kentw.co.uk/functional/r12-upgrade/">R12 – Upgrade Overview</a></p>
<h3>Overview</h3>
<p>In GL there has been a number of changes:</p>
<ul>
<li>Terminology Changes
<ul>
<li>Set of Books (SOB) is now Ledgers </li>
<li>Multiple Reporting Currencies (MRC) is now Reporting Currencies </li>
<li>Global Intercompany System (GIS) is now Advanced Global Intercompany System (AGIS) </li>
</ul>
</li>
<li>Obsolete
<ul>
<li>Global Accounting Engine (AX) replaced by <a href="http://ltd.kentw.co.uk/functional/subledger-accounting/r12-subledger-accounting/">Subledger Accounting</a> </li>
<li>MRC as a workaround – now fully integrated as Reporting Currencies </li>
</ul>
</li>
<li>Accounting Setup manager – New central management of legal entities and legers </li>
<li>Legal Entities – now really used </li>
<li>Ledgers – new name and setup for SOBs </li>
<li>Ledger sets – ledger grouping and security feature </li>
<li>Reporting Currencies – MRC has now been cleaned up and is better integrated</li>
<li>Period rates – now all daily rates and managed in same way</li>
<li>Revaluation and Translation – changed functionality </li>
<li>Journal Reconciliation </li>
<li>Advanced Global Intercompany System (AGIS) – changed functionality </li>
</ul>
<h3>Accounting Setup Manager</h3>
<p>The new Accounting Setup Manager simplifies and centralizes accounting-related setup for common financial components that are shared across financial applications. From a central location, you can define your legal entities and their accounting context, such as the ledgers and reporting currencies that perform the accounting for your legal entities.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image25.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb25.png" width="644" height="470" /></a> </p>
<p>The setup steps are:</p>
<ul>
<li>Legal Entity </li>
<li>Primary Ledger </li>
<li>Reporting Currencies </li>
<li>Balancing Segment Value Assignments </li>
<li>Subledger Accounting Options </li>
<li>Operating Units </li>
<li>Intercompany Accounts </li>
<li>Intercompany Balancing Rules </li>
<li>Sequencing </li>
<li>Secondary Ledgers </li>
</ul>
<p>Each of the setup steps is a number of sub screens where some are described later.</p>
<h3>Legal Entities</h3>
<p>Legal Entities part of Accounting Setup Manager now holds important information for both tax and VAT reporting.</p>
<h4>General</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image29.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb29.png" width="644" height="367" /></a> </p>
<h4>Registrations</h4>
<h4></h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image30.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb30.png" width="644" height="367" /></a> </p>
<p>This is where you would put in information for the Corporations Office</p>
<h4>Establishments</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image31.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb31.png" width="644" height="354" /></a> </p>
<p>List of all locations</p>
<h4>Balancing Segments</h4>
<p>This is a new important feature that the balancing segment now relates to the legal entity.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image32.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb32.png" width="644" height="354" /></a> </p>
<h3>Primary Ledger</h3>
<p>Ledgers are mostly the same as the old Set Of Books however the setup screens has changed a bit.</p>
<h4>Definition</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image26.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb26.png" width="644" height="469" /></a> </p>
<p>Nothing really new here except for the OFA screen.</p>
<h4>Options</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image27.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb27.png" width="644" height="469" /></a> </p>
<p>Similar to the old screens in a new wrapping.</p>
<p>Advanced Options</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image28.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb28.png" width="644" height="327" /></a> </p>
<p>Again similar to old days except for the new Journal Reconciliation option.</p>
<h3>Ledger Sets and Data Access Sets</h3>
<p>The <strong>Ledger Set</strong> is a great new feature which lets you manage multiple ledgers as one – a especially useful feature for faster closing. However the ledgers must share the following information:</p>
<ul>
<li>Chart of accounts </li>
<li>Calendar/period type combination </li>
</ul>
<p>You can open/close periods for multiple ledgers at once, run recurring journals that update balances for multiple ledgers. So it goes way beyond report sets or cross COA FSG reports.</p>
<h4>Ledger Set</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image33.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb33.png" width="644" height="331" /></a> </p>
<p>Strange though – this is a non-OFA screen…having thought that all new features was pushed to OFA.</p>
<p>Similar to the Ledger Set the <strong>Data Access Set</strong> provides security at same level so ledgers must still share the following information:</p>
<ul>
<li>Chart of accounts </li>
<li>Calendar/period type combination </li>
</ul>
<p>The security can be at the following levels:</p>
<ul>
<li>Full Ledger – access to the whole COA </li>
<li>Balancing Segment Value – access to specific balancing segment values </li>
<li>Management Segment Value – access to specific management segment values </li>
</ul>
<p>Note the Management Segment is a new segment qualifier. If you what your cost centre to be secured and used in Data Access sets enable the Cost Centre segment as a Management Segment. Remember if your COA has been used there is a specific procedure for doing this to avoid corruption.</p>
<h4>Data Access Set</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image34.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb34.png" width="644" height="374" /></a> </p>
<p>The system always generate a Data Access Set with same name and full access for each:</p>
<ul>
<li>Primary Ledger </li>
<li>Secondary ledger </li>
<li>Ledger Set </li>
<li>Reporting Currency (also creates a Reporting Currency + Source Ledger Data Access Set) </li>
</ul>
<p>Data Access Set security can be combined with Segment Value Security Rules and will work as a logical AND so only where the two overlaps access will be allowed.</p>
<h3>Reporting Currencies</h3>
<p>The reporting currency definition is now comprised from the R11i options for reporting sets of books and the MRC profile options.</p>
<h3>Period Rates</h3>
<p>Period Rates Replaced by Daily Rates and all new OAF screens.</p>
<h4>Currency Rates Manager:</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/11/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/11/image_thumb.png" width="644" height="367" /></a> </p>
<h3>Revaluation and Translation</h3>
<p>Revaluation sets are now usable across ledgers that share a common chart of accounts. In some cases, you may need to enter the secondary tracking segment for revaluation sets involving a secondary tracking segment before running revaluations with upgraded templates.</p>
<p>General Ledger modifies revaluation templates to use corresponding daily rates for those that used period rates prior to the upgrade.</p>
<h3>Journal Reconciliation </h3>
<p>Journals can now be reconciled if an account has been marked as such.</p>
<p>The is a useful feature for clearing accounts or tax accounts which should balance to zero.</p>
<h4>Account Setup</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image38.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb38.png" width="644" height="430" /></a> </p>
<p>Note this is a cash clearing account which is a good candidate for journal reconciliation.</p>
<p>So in this case you would enable the segment qualifier “Reconcile” to “Yes”.</p>
<h4>Journal Entry</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image35.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb35.png" width="644" height="389" /></a> </p>
<p>Note the new “Reconciliation Reference” field. This is used both for automatic and manual reconciliation.</p>
<h4>Unreconciled Lines</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image36.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb36.png" width="644" height="444" /></a> </p>
<p>Search for unreconciled journal lines using the parameters above.</p>
<h4>Reconcile Journal</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image37.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb37.png" width="644" height="349" /></a> </p>
<p>No journals to reconcile here &#8211; but you see the point?</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/functional/generalledger/r12-general-ledger-gl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; Receivables &#8211; AR</title>
		<link>http://ltd.kentw.co.uk/functional/receivables/r12-receivables-ar/</link>
		<comments>http://ltd.kentw.co.uk/functional/receivables/r12-receivables-ar/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:55:24 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[Receivables]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/uncategorized/r12-receivables-ar/</guid>
		<description><![CDATA[Back to R12 – Upgrade Overview
AR are now fully support new modules like E-Business Tax and Subledger Accounting.
Overview:

Integration with E-Business Tax 
Integration with Subledger Accounting 
Centralized Banks and Bank Accounts Definitions 
Integration with Payments for Funds Capture 
Balance Forward Billing 
Late Charges Enhancements 
Customer UI Redesign 
Process Changes 

Integration with E-Business Tax

Release 12 introduces Oracle [...]]]></description>
			<content:encoded><![CDATA[<p>Back to <a href="http://ltd.kentw.co.uk/functional/r12-upgrade/">R12 – Upgrade Overview</a></p>
<p>AR are now fully support new modules like E-Business Tax and Subledger Accounting.</p>
<h3>Overview:</h3>
<ul>
<li>Integration with E-Business Tax </li>
<li>Integration with Subledger Accounting </li>
<li>Centralized Banks and Bank Accounts Definitions </li>
<li>Integration with Payments for Funds Capture </li>
<li>Balance Forward Billing </li>
<li>Late Charges Enhancements </li>
<li>Customer UI Redesign </li>
<li>Process Changes </li>
</ul>
<h3>Integration with E-Business Tax</h3>
<ul>
<p>Release 12 introduces Oracle E-Business Tax to manage tax across the E-Business Suite. During the upgrade, system and customer options used to control tax calculation and tax code defaulting are migrated from Oracle Receivables into Oracle E-Business Tax entities. See E-Business Tax in this appendix for further details.</p>
</ul>
<h3>Integration with Subledger Accounting</h3>
<ul>
<p>Release 12 introduces Subledger Accounting for managing accounting across subledger transactions. Receivables no longer creates any accounting entries. Existing Receivables accounting options and setups remain and affect the generation of accounting distributions in the Receivables data model. However, the accounting distributions are now simply one of many sources for generation of final accounting in the Subledger Accounting module.</p>
</ul>
<h3>Centralized Banks and Bank Accounts Definitions</h3>
<ul>
<p>In Release 12, all internal banks and bank accounts you had defined for your operations are automatically migrated to the central Cash Management entities. Remittance bank accounts are owned by a legal entity rather than by an operating unit.</p>
</ul>
<h3>Integration with Payments for Funds Capture</h3>
<ul>
<p>Release 12 introduces Oracle Payments, which is used by Oracle Receivables for processing funds capture. See Payments in this appendix for further details.</p>
</ul>
<h3>Balance Forward Billing</h3>
<ul>
<p>Release 12 enhances the Release 11i Consolidated Billing Invoices functionality to include more flexible billing cycles, to consolidate invoices at site or account level, and to present Balance Forward Bills using the user-configurable Bill Presentment Architecture.</p>
</ul>
<h3>Late Charges Enhancements</h3>
<ul>
<p>Release 12 enhances the Receivables Late Charges feature to incorporate the Global Interest Invoice setups, charge calculation logic, and charge generation processes. Charges for delinquent payments can now be generated as adjustments, debit memos, or interest invoices. The Interest Invoice Global Descriptive Flexfield is obsolete.</p>
</ul>
<h3>Customer UI Redesign</h3>
<ul>
<p>Release 12 introduces a new HTML user interface for entering and maintaining customer data. See the Oracle Receivables User Guide for further details.</p>
</ul>
<h3>Process Changes</h3>
<ul>
<p>The following features are obsolete in Release 12:</p>
<p>Collections Workbench – The Oracle Advanced Collections module delivers similar functionality. See the Collections Migration white paper and the Oracle Advanced Collections User Guide for further details.</p>
<p>Trade Accounting – Similar functionality is delivered by integration with the Oracle Trade Management module. Trade Management integration is available in Release 11i.</p>
<p>Bill of Exchange – This functionality has been replaced with the Bills Receivable feature. Bills Receivables is available in Release 11i.</p>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/functional/receivables/r12-receivables-ar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; E-Business Tax &#8211; ZX</title>
		<link>http://ltd.kentw.co.uk/functional/e-business-tax/r12-e-business-tax/</link>
		<comments>http://ltd.kentw.co.uk/functional/e-business-tax/r12-e-business-tax/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 13:42:32 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[E-Business Tax]]></category>
		<category><![CDATA[e-Business Tax]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/functional/e-business-tax/r12-e-business-tax/</guid>
		<description><![CDATA[Oracle E-Business Tax covers “standard” procure to pay and order to cash transaction taxes, with the exception of withholding taxes and those taxes handled by the Latin Tax Engine solution.
In general the limited per module 11i setup has been changed to become a proper self-contained tax engine. With that however comes complexity to the extent [...]]]></description>
			<content:encoded><![CDATA[<p>Oracle E-Business Tax covers “standard” procure to pay and order to cash transaction taxes, with the exception of withholding taxes and those taxes handled by the Latin Tax Engine solution.</p>
<p>In general the limited per module 11i setup has been changed to become a proper self-contained tax engine. With that however comes complexity to the extent that E-Business Tax almost can be regarded as a module in itself.</p>
<p>Hopefully some best practices can be applied here so over time we will have a good template of standard solutions depending on type of business and geographical region.</p>
<p>E-Business tax fully use the TCA and legal entity data model so all involved parties in tax reporting must be defined in TCA – like HM Revenue and Customs – and your reporting business unit must be defined as a legal entity too.</p>
<p>E-Business Tax also introduces many new concepts like:</p>
<ul>
<li>Tax Authority: organisation responsible for collecting taxes </li>
<li>First Party Legal Entity: your organisations that have taxable transactions </li>
<li>First Party Legal Establishment: your organisation having tax registration in order to report and settle taxes </li>
<li>Tax Regime: Name of an area of tax like VAT in the UK </li>
<li>Tax Zone: Grouping of Tax Regimes </li>
<li>Tax Jurisdiction: The geographical boundary of a tax related to a tax regime </li>
<li>Tax: Defines name of a tax within a Tax Regime – like VAT </li>
<li>Tax Status: Level of taxes within a tax regime – like Standard, Reduced, Exempt and Zero </li>
<li>Tax Recovery Rate: Rate of a recoverable tax – like Full (100%) and None (0%) </li>
<li>Tax Rate: Rate of tax applied to an transaction – like Standard would have 14%, 17.5% and 15% depending on date </li>
<li>Tax Rule: Rule which is applied to a transaction to provide for the tax calculation for:
<ul>
<li>Determine Place of Supply: Determine the location for transaction </li>
<li>Determine Tax Applicability: Determine what taxes apply to a transaction </li>
<li>Determine Tax Registration: Determine tax registration number for the transaction </li>
<li>Determine Tax Status: Determine the level of tax applicable </li>
<li>Determine Tax Rate: Determine the rate based on the tax level </li>
<li>Determine Taxable Basis: Determine the amount taxable </li>
<li>Calculate Tax Amounts: Determine the tax amount </li>
<li>Determine Recovery Rate: Determine the recovery rate </li>
</ul>
</li>
</ul>
<p>So quite an expansion of the 11i definitions in one form having a single line of tax code and tax rate…</p>
<p>Anyway before doing a major setup exercise have a read of the note: in <b><a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;p_id=463001.1">Note 463001.1</a></b> &#8211; which may save you the setup for Europe.</p>
<h3>An example of UK VAT to follow:</h3>
<p>The section below is only tested on Vision – which is not a live system.</p>
<h3>Tax Regimes</h3>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image13.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb15.png" width="675" height="409" /></a></p>
<h4>Controls and Defaults</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image26.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb28.png" width="676" height="371" /></a></p>
<h4>Associations</h4>
<p>All first party legal entities and operating units must be associated with the tax regime they are subject to.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image27.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb29.png" width="681" height="374" /></a></p>
<h3>Party Tax Profiles</h3>
<h4>Tax Authority</h4>
<p>This is the organisation to whom you must report and settle taxes.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image15.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb17.png" width="679" height="305" /></a></p>
<h4>First Party Legal Entity</h4>
<p>This is a organisation that creates taxable transactions.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image16.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb18.png" width="673" height="408" /></a></p>
<h4>- Configuration Options</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image17.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb19.png" width="674" height="409" /></a></p>
<h4>First Party Legal Establishment</h4>
<p>This defines your organisation that reports and settles tax with the tax authority hence here you define you tax registration details.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image18.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb20.png" width="685" height="333" /></a></p>
<h4>- Tax Registration</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image19.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb21.png" width="671" height="415" /></a></p>
<h3>Taxes</h3>
<p>This is the name of the tax and how it is handled.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image20.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb22.png" width="674" height="409" /></a></p>
<h4>Controls and Defaults</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image21.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb23.png" width="672" height="408" /></a></p>
<h3>Tax Statuses</h3>
<p>These are names of tax levels so in the UK the STANDARD VAT is for all basic goods and services but a REDUCED rate is paid for fuel and power and ZERO would be paid for food and books. Do not put the actual rate in the name is you would in 11i as this will be defined in the Tax Rates section.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image22.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb24.png" width="677" height="411" /></a></p>
<h3>Tax Jurisdictions</h3>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image23.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb25.png" width="675" height="410" /></a></p>
<h3>Tax Recovery Rate</h3>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image24.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb26.png" width="672" height="408" /></a></p>
<h3>Tax Rate</h3>
<p>This is rate of a tax status like STANDARD VAT would have been 14%, 17.5% and 15% over time.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image25.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb27.png" width="670" height="406" /></a></p>
<h3>Country Defaults</h3>
<p>Setup the default tax configuration for a country.</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image28.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb30.png" width="673" height="419" /></a></p>
<h2>Tax Simulator</h2>
<p>Use this screen to simulate the tax setup without entering real transaction. This is very useful when changing the configuration on a live system.</p>
<p>Be sure to assign the “Oracle Tax Simulator” responsibility to the user and use this rather than using the menu on the home page of “Tax Administrator” – otherwise you will get this error:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image31.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb34.png" width="414" height="89" /></a></p>
<p>So from the “Oracle Tax Simulator” responsibility use:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image32.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb35.png" width="412" height="337" /></a></p>
<p>And you will see this:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image29.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb32.png" width="680" height="415" /></a></p>
<p>When clicking \Tools\View Tax Log:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image37.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb40.png" width="92" height="57" /></a></p>
<p>A concurrent job will be submitted. You may be get this error:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image38.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb41.png" width="372" height="122" /></a></p>
<p>However this is not any issue – just wait a bit and retry or just monitor the request in \View\Requests:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image30.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb33.png" width="682" height="145" /></a></p>
<p>This report will show how the tax was calculated.</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/functional/e-business-tax/r12-e-business-tax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; Subledger Accounting &#8211; XLA</title>
		<link>http://ltd.kentw.co.uk/functional/subledger-accounting/r12-subledger-accounting/</link>
		<comments>http://ltd.kentw.co.uk/functional/subledger-accounting/r12-subledger-accounting/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 10:10:14 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[Subledger Accounting]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/functional/subledger-accounting/r12-subledger-accounting/</guid>
		<description><![CDATA[Back to R12 – Upgrade Overview
Subledger Accounting is a new application that provides an accounting abstraction layer for subledgers &#8211; between subledger accounting events and GL journal entries. 
This functionality was in 11i placed in each of the subledgers implemented in different way resulting in different reconciliation processes for each of the subledgers.
Subledger Accounting also [...]]]></description>
			<content:encoded><![CDATA[<p>Back to <a href="http://ltd.kentw.co.uk/functional/r12-upgrade/">R12 – Upgrade Overview</a></p>
<p>Subledger Accounting is a new application that provides an accounting abstraction layer for subledgers &#8211; between subledger accounting events and GL journal entries. </p>
<p>This functionality was in 11i placed in each of the subledgers implemented in different way resulting in different reconciliation processes for each of the subledgers.</p>
<p>Subledger Accounting also replaces the Global Accounting Engine (AX) which essentially in 11i was a add-on or workaround that bypassed the subledger accounting entries to provide a better audit trail and catered for special localization requirements for countries like Italy and Spain. </p>
<p>However the AX was only supported for some countries so in a global implementation you would have different reconciliation processes for the same application depending on the country was using AX or not.</p>
<p><strong>Global Accounting Engine module is therefore obsolete in R12.</strong></p>
<p>Subledger Accounting is now supported for all countries for the following modules:</p>
<ul>
<li>Assets&#160;&#160; </li>
<li>Cash Management&#160;&#160; </li>
<li>Contract Commitment&#160;&#160; </li>
<li>Cost Management&#160;&#160; </li>
<li>Federal Financials&#160;&#160; </li>
<li>Financials Common Modules&#160;&#160; </li>
<li>Loans&#160;&#160; </li>
<li>Payables&#160;&#160; </li>
<li>Payroll&#160;&#160; </li>
<li>Process Manufacturing Financials </li>
<li>Projects&#160;&#160; </li>
<li>Property Manager&#160;&#160; </li>
<li>Purchasing&#160;&#160; </li>
<li>Receivables&#160;&#160; </li>
<li>Trade Management </li>
</ul>
<p>Subledger Accounting streamlines the accounting and reconciliation process between any of the above subledgers and the GL.</p>
<p>Each of the subledgers interface to Subledger Accounting sending the accounting events and amounts and then Subledger Accounting translates this into accounting entries for GL based on accounting rules.</p>
<h3>Subledger Reporting and Reconciliation</h3>
<p>WIP</p>
<h3>Accounting Method Builder (AMB)</h3>
<p>WIP</p>
<h3>Accounting Setup</h3>
<p>Subledger Accounting setup screen are located as a sub-application General Ledger:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb5.png" width="351" height="282" /></a> </p>
<p>This will give you access to the Accounting Setup form:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb6.png" width="644" height="309" /></a> </p>
<p>As Subledger Accounting setup is always done in the context of the ledger you must first search for this.</p>
<p>Click “Update Accounting Options” and you will get the following form:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb7.png" width="644" height="375" /></a> </p>
<p>For “Subledger Accounting Options” click “Update”:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image8.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb8.png" width="644" height="375" /></a> </p>
<p>This provides you with a list of currently supported subledgers for which you can update either the Accounting Options or the System Options.</p>
<h4>System Options:</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb4.png" width="644" height="307" /></a> </p>
<p>This is most a technical tuning page and has no functional impact.</p>
<p>From the user guide:</p>
<p><em>You can define the processing unit size at the event class level to process a large      <br />number of items in one commit cycle. A processing unit is the number of       <br />transactions processed by the Create Accounting program in one commit cycle. The       <br />Create Accounting program processes the default processing unit size at the       <br />application level.</em></p>
<h4>Accounting Options:</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb2.png" width="644" height="307" /></a> </p>
<p>These options used to be in each individual application but are now moved to a common screen. Great!</p>
<p>A nice new feature is “Stop at Error Limit” – especially handy when designing a new chart of accounts.</p>
<p>Scroll down and you get:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb3.png" width="644" height="309" /></a> </p>
<p>The Journal Category – used to be specified in the subledger as well now much more ordered and can be customized for any application and any event.</p>
<h3>Technical</h3>
<p>Had a look at the tables in SQL Developer. It looks to me that Subledger Accounting has borrowed the AP concept of the AP_AE_… tables – now in XLA called XLA_AE_… tables.</p>
<p>Main tables are:</p>
<ul>
<li>XLA_AE_HEADERS – containing information about source application and accounting event</li>
<li>XLA_AE_LINES – containing multiple lines of information for each of the above events regarding the financial side of the transaction like DR/CR and CCID</li>
</ul>
<p>The new tables is also now segmented by LEDGER_ID rather than by ORG_ID as it was in 11i. This completely ties in with the new R12 architecture and is a great improvement.</p>
<p>XLA_AE_HEADERS example:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb.png" width="291" height="366" /></a></p>
<p>The XLA_AE_HEADERS relates to XLA_EVENT_TYPES:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb1.png" width="295" height="371" /></a> </p>
<p>So the entity id in XLA_AE_HEADERS is for AP_INVOICES validation event.</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/functional/subledger-accounting/r12-subledger-accounting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; Payments &#8211; IBY</title>
		<link>http://ltd.kentw.co.uk/functional/payments/r12-payments-upgrade/</link>
		<comments>http://ltd.kentw.co.uk/functional/payments/r12-payments-upgrade/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:34:12 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[Payments]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/functional/payments/r12-payments-upgrade/</guid>
		<description><![CDATA[Back to R12 – Upgrade Overview
This is a completely new module to provide a central payment capture and disbursement facility.
Overview

New Concepts: Payment Processing Profile, Payment Request and Payment Instruction 
Payment disbursement functionality for Payables 
Credit card functionality for Advanced Collections and Receivables 
Bank account transfer functionality for Cash Management 
Secure storage and encryption of payment [...]]]></description>
			<content:encoded><![CDATA[<p>Back to <a href="http://ltd.kentw.co.uk/functional/r12-upgrade/">R12 – Upgrade Overview</a></p>
<p>This is a completely new module to provide a central payment capture and disbursement facility.</p>
<h3>Overview</h3>
<ul>
<li>New Concepts: Payment Processing Profile, Payment Request and Payment Instruction </li>
<li>Payment disbursement functionality for Payables </li>
<li>Credit card functionality for Advanced Collections and Receivables </li>
<li>Bank account transfer functionality for Cash Management </li>
<li>Secure storage and encryption of payment data including credit cards </li>
<li>Payment document formatting uses XML Publisher </li>
<li>Electronic transfer functionality built-in </li>
<li>Obsoletes iPayments </li>
</ul>
<h3>New Concepts</h3>
<p>A number of new concepts has been introduced but the main ones are:</p>
<ul>
<li><strong>Payment Process Profile</strong> – governs how a payments for documents payable having a specific payment method is processed </li>
<li><strong>Payment Request</strong> – one or more documents payable in a subledger requested to be paid </li>
<li><strong>Payment Instruction</strong> – payments for one or more documents payable having same Payment Process Profile ready to be printed or transferred to a bank </li>
</ul>
<p>In 11i &#8211; Payables would make all payments however in R12 this task is now split between the subledger and Payments:</p>
<table border="0" cellspacing="0" cellpadding="2" width="585">
<tbody>
<tr>
<td valign="top" width="245"><strong>11i</strong></td>
<td valign="top" width="338"><strong>R12</strong></td>
</tr>
<tr>
<td valign="top" width="245">Payables: Select Document Payable</td>
<td valign="top" width="338">Payables: Select Document Payable</td>
</tr>
<tr>
<td valign="top" width="245">&#160;</td>
<td valign="top" width="338">Payables: Create Payment Request and Validate</td>
</tr>
<tr>
<td valign="top" width="245">Payables: Build/Modify Payments</td>
<td valign="top" width="338">Payments: Create/Modify Payments</td>
</tr>
<tr>
<td valign="top" width="245">&#160;</td>
<td valign="top" width="338">Payments: Create Payment Instructions</td>
</tr>
<tr>
<td valign="top" width="245">Payables: Format Payments</td>
<td valign="top" width="338">Payments: Extract or Format Payment Document</td>
</tr>
<tr>
<td valign="top" width="245">Payables: Print</td>
<td valign="top" width="338">Payments: Transmit or Print</td>
</tr>
<tr>
<td valign="top" width="245">Payables: Confirm</td>
<td valign="top" width="338">Payments: Confirm Printed Cheques</td>
</tr>
</tbody>
</table>
<p>The subledger – in this case Payables – select documents payable and create a Payment Request for Payments. After this point Payments takes over and perform the remaining tasks.</p>
<p>New steps are the Payment Request and the Payment Instruction creation.</p>
<p><strong>Payment Process Profile</strong> is assigned during Create Payment Request.</p>
<p><strong>Payment Request</strong> acts as an interface between the subledger and Payments. So the Payment Requests are a ledger of <em>Payments needed</em>.</p>
<p><strong>Payment Instruction</strong> acts as a internal representation of a physical payment or cheque print file. So the Payment Instruction is the ledger of <em>Payments made</em>.</p>
<p><strong>Confirm </strong>is changed so now only pre-numbered cheques needs to be confirmed. For other types of payments they will automatically be confirmed in accordance to the <em>Payment Profile</em> which is default at Format Payment time.</p>
<h3>Payment Disbursements</h3>
<p>All payment disbursements are now performed by the Payments module. This means that the Payables module like any other subledger sends a payment request to the Payments module. Payments will then create payment instructions based on the payment request.</p>
<p>Payment Workbench:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb2.png" width="622" height="352" /></a></p>
<p>As payment instructions can now be combined across organisations the concept of a payment batch has changed – now there is payment requests and payment instructions:</p>
<ul>
<li>Payment Request: One or more documents selected to be paid </li>
<li>Payment Instruction: One or more payment requests having same payment profile </li>
</ul>
<p>Payment Request form:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb3.png" width="630" height="356" /></a></p>
<p>In 11i &#8211; one payment batch was one collection of invoices to be paid by one payment method in one file however in R12 the 1:1 relationship has gone and one payment request can be split into multiple payment instructions and multiple payment requests can be combined into one payment instruction if using same payment profile. One payment instruction would then result in one payment file or transfer.</p>
<p>11i logical data model:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb.png" width="361" height="107" /></a></p>
<p>R12 logical data model:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/09/image_thumb1.png" width="551" height="77" /></a></p>
<p>The R12 payment profile can be defaulted on the payment request however Oracle Payments will have the final say of which payment profile is being used. The payment process does not always have to be a two step process however in that case the payment profile must be specified at time of payment request.</p>
<p>The ability of combining multiple payment requests into a single payment instruction will significantly reduce number of bank transfers and therefore reduce payment costs especially in larger organisations.</p>
<h3>Credit Cards</h3>
<p>Mostly used for small business and retail &#8211; so parked for now.</p>
<h3>Bank Account Transfers</h3>
<p>WIP</p>
<h3>Security</h3>
<p>WIP</p>
<h3>Payment Document Formatting</h3>
<p>WIP</p>
<h3>Electronic Transfer</h3>
<p>WIP</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/functional/payments/r12-payments-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R12 &#8211; Cash Management &#8211; CE</title>
		<link>http://ltd.kentw.co.uk/functional/cashmanagement/r12-cash-management/</link>
		<comments>http://ltd.kentw.co.uk/functional/cashmanagement/r12-cash-management/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:33:49 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[Cash Management]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://ltd.kentw.co.uk/functional/cashmanagement/r12-cash-management/</guid>
		<description><![CDATA[Back to R12 – Upgrade Overview
The new centralized bank account model provides a single point for defining and managing internal bank accounts for Oracle Payables, Oracle Receivables, Oracle Payroll, Oracle Cash Management, and Oracle Treasury.
Biggest change in cash management is for the users as many screens are now as OAF forms:
Screens has been converted into [...]]]></description>
			<content:encoded><![CDATA[<p>Back to <a href="http://ltd.kentw.co.uk/functional/r12-upgrade/">R12 – Upgrade Overview</a></p>
<p>The new centralized bank account model provides a single point for defining and managing internal bank accounts for Oracle Payables, Oracle Receivables, Oracle Payroll, Oracle Cash Management, and Oracle Treasury.</p>
<p>Biggest change in cash management is for the users as many screens are now as OAF forms:</p>
<p>Screens has been converted into OAF forms owned by CE but can still be called from AP:</p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/08/image15.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/08/image_thumb14.png" width="191" height="129" /></a></p>
<p>Other changes are logical data model changes and was long overdue so a welcome change.</p>
<h3>Overview</h3>
<ul>
<li>Banks and Branches now managed by Cash Management and data stored in the TCA data model</li>
<li>Bank Accounts now managed by Cash Management and data is segmented by legal entity so accounts can be shared across organisations</li>
<li>Payment Document Sequence Numbers is now defined by bank account</li>
</ul>
<h3>Bank and Bank Branches</h3>
<p>Banks and branches are now defined in the Oracle Trading Community Architecture (TCA). This makes sense as the organisational model of a bank and its branches is no different from any other business having a party and some sites.</p>
<h4>Banks and Bank Branches:</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image11.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb11.png" width="644" height="386" /></a> </p>
<h4>Update Bank:</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image12.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb12.png" width="644" height="386" /></a> </p>
<p>Note this form actually edits a party in TCA.</p>
<h4>Update Branch</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image13.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb13.png" width="644" height="386" /></a> </p>
<h4>Bank Branch Addresses</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image14.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb14.png" width="644" height="386" /></a> </p>
<h4>Branch Contacts</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image15.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb15.png" width="644" height="386" /></a> </p>
<h3>Bank Accounts</h3>
<p>A single legal entity is granted ownership of each internal bank account, and one or more organizations are granted usage rights. In addition&#160; bank accounts can be accessed by multiple operating units, but are owned by a single legal entity.</p>
<p>Example of an internal bank account below.</p>
<h4>Bank Accounts – Owner and Use</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image16.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb16.png" width="644" height="358" /></a> </p>
<p>Note the new Bank Account Owner field. Great feature.</p>
<h4>Bank Accounts &#8211; Account Information</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image17.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb17.png" width="644" height="438" /></a> </p>
<h4>Bank Accounts &#8211; Account Controls</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image18.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb18.png" width="644" height="411" /></a> </p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image19.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb19.png" width="644" height="411" /></a> </p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image20.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb20.png" width="644" height="358" /></a> </p>
<p>Yes &#8211; this IS one page. In 11i this was handled by tabs but this concept is not used in R12 OAF.</p>
<h4>Bank Accounts – Account Access</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image21.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb21.png" width="644" height="358" /></a> </p>
<p>This is new as well&#160; &#8211; where you can control what organisations has what access per account.</p>
<h4>Bank Accounts – Create Contact</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image22.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb22.png" width="644" height="358" /></a> </p>
<h3>Payment Document Sequence Numbers</h3>
<p>These are now handled by Cash Management at bank account level using a Payment Document Category on the Payment Document. The Payment Document Category is created as usual when defining sequential numbering.</p>
<h4>Payment Documents</h4>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image23.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb23.png" width="644" height="367" /></a> </p>
<p><a href="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image24.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ltd.kentw.co.uk/wp-content/uploads/2009/10/image_thumb24.png" width="644" height="294" /></a> </p>
<p>Note the new functionality for managing cheque books.</p>
]]></content:encoded>
			<wfw:commentRss>http://ltd.kentw.co.uk/functional/cashmanagement/r12-cash-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

