<?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; General Ledger</title>
	<atom:link href="http://ltd.kentw.co.uk/tag/gl/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; 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>
	</channel>
</rss>

