Plug accounts issues

Hi guys,
I'm not quite sure of having understand plug accounts and I have some issues with eliminations right now.
I have tree accounts with the same plug account.
Father1
Child1- PlugAccount1
Child2- PlugAccount1
Child3- PlugAccount1
PlugAccount1
The application works with default consolidation. My problem is that the PlugAccount it's showing a weird resulta at some entity level. The entities are as follows:
Entity0
EntityA
EntityB1
EntityC1 EntityC2 (those are te IC partners)
Plugaccount1 shows value in EntityB1 (the difference) and also in EntityA and Entity0. Is this usual? Should it roll out to all the parents? PlugAccount1 has value in EC, ECT, PC, PCT and Elimination... Is it right?
I'd really appreciate your comments.
Thank you!
Lu
Edited by: user6351237 on 13-dic-2011 22:59

Hello
If you want the elimination to work and you do not want to use the default rule you have to follow the next step
1. In the app setting mark ConsolidationRule=Y
2.Upload the consolidate rule, I am send in you an example in the last part of this mail
3Entitys property isICP, flag Y in each entity that you are going to have intercompany transactions
4Account flag s isicp for the plug account and the account that you want to have intercompany transactions
The eliminations are going to appear in elimination in the child . SO it will not consolidate to the parent.
I hope it help
sofia
Sub Consolidate() 'consolidation rules (if app does not use default this section is used to consolidate
Dim MyDataUnit
Dim lNumItems
Dim dPCon
Set MyDataUnit = HS.OpenDataUnit("")
dPCon = HS.Node.PCon("")
lNumItems = MyDataUnit.GetNumItems
for i = 0 to lNumItems-1
' Get the next item from the dataunit
call MyDataUnit.GetItem(i, strAccount, strICP, strCustom1, strCustom2, strCustom3, strCustom4, dData)
' See if this is a consolidatable account
If HS.Account.IsConsolidated(strAccount) Then
' Proportionalize this account
call HS.Con("",dPCon,"Proporción")
' see if we should eliminate this account
call Eliminate(strAccount, strICP)
End If
next
End sub
Sub Eliminate (strAccount, strICP) 'intercompany elimination rules
Dim CanEliminate
Dim strPlug
Dim dPCon
CanEliminate = TRUE
NegatePlug = FALSE
If (StrComp(strICP, "[ICP None]", vbTextCompare) = 0) Then
CanEliminate = FALSE
ElseIf (HS.Account.IsICP(strAccount) = FALSE) Then
CanEliminate = FALSE
ELSEIF (HS.Node.ISDESCENDANT(HS.PARENT.Member,strICP,"") = FALSE) THEN
CanEliminate = FALSE
'ElseIf (HS.PARENT.ISDESCENDANT(strICP,"") = FALSE) Then
'CanEliminate = FALSE
Else
strPlug = HS.Account.PlugAcct(strAccount)
'HS.Parent.IsDescendant("I#[ICP Top]", "")
If (strPlug = "") Then CanEliminate = FALSE
End If
If CanEliminate Then
dPCon = HS.Node.PCon("")
call HS.Con("V#[Elimination]",-1*dPCon,"Eliminacion interco")
call HS.Con("V#[Elimination].A#" & strPlug,dPCon,"Eliminacion interco")
End If
End Sub

Similar Messages

  • Elimination Issue for same plug account

    Hello
    I am having an issue with elimination, let me start with basic question, I believe HFM does allow that Account can have it self Plug Account , ( i.e If A#123 its Plug is also 123), if that is true then, according to bu req, for A#456 and A#557 out of balance debit/credit is A#557 ( It means Plug Account is 557 ) so in metadata i have defined properties for A#456 and A#557 Plug = 557, we have two custom dim, according to rule based on ICP parent decendants at very 1st common parent it will eliminate an entry, after running rule i can see for A#456 its value has been assigned in "Elimination" bucket however for 557 i see zero eventhough 557 has $100 in its "Entity Currency"
    i checked following thing for my issue does account has IsICP = 'Y' ( checked ), Entity tree has ICP ( Checked ), i also checked entity details using grid and this is what it says, credit column is empty and debit column does have $100 for A#557 in destination ID , in Source ID it is empty in debit/credit and calculated value it shows zero.
    Any help will be greatly appreciated.

    I can't say I've ever tried this approach, but I don't think it makes any logical sense to make an intercompany account act as it's own plug account. I recommend creating a second account for the plug. When HFM performs the elimination, it will write the negative value back to each side of the intercompany pair, and write the offsetting positive values to the plug. In your case I suspect you will only get the same values, meaning that the account will not actually eliminate. The behavior here is true for all versions of HFM, not specific to any release.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Intercompany Matching Report Balance is not the same as Plug account

    Hi - we are running an ICP Matching report (standard setup without any custom consolidation logic).  The balance in the report does not tie to the balance for the Plug account that we ran the report for - Intercompany report uses plug account as the parameter to generate the report.
    For this grouping of accounts, we have both P/L and Balance sheet accounts plugging to the same Interco plug account.  While we understand this is not standard practice, mixing the different account types in the same Plug account, could this be causing our issue?
    Does the IC Plug accounts generate Periodic values for Income Statement accounts?
    Any guidance is much appreciated.

    We separated the expense account from the liability accounts - we also created a rule to capture the prior year YTD plug account balance in the current month.  This solved our issue.

  • After upgrading to lion vevo, youtube, and hbo no longer plays videos. I'm assuming this is some kind of plug-in issue. How can I resolve it?

    After upgrading to lion, vevo, youtube, and hbo no longer plays videos. I'm assuming this is some kind of plug-in issue. How can I resolve it?

    Adobe has published a list of known issues relating to Mac OS 10.7 Lion here:
    http://kb2.adobe.com/cps/905/cpsid_90508.html
    The download page for Flash Player for Mac is here:
    http://get.adobe.com/flashplayer/?promoid=ISMRZ

  • Bill Accounting issue  frieght clearing  provision account is not getting

    Hello Experts
    Subjcet: Bill Accounting issue  frieght clearing  provision account is not getting cleared at the time of accounting.
    Error in ZIVA for invoice parking and ZIVB for invoice posting
    my user tying to post the invoice through ZIVB with reference of PO number . So at the time of posting this transaction he is getting error like  Balance not zero: 651.25  debits: 1,378.75  credits: 2,030.00
    that difference amount stands for freight clearing - 651.25
    Before that he was posted to ZIVA for Invoice parking with reference of PO
    Can any body give me suggestion on the same
    Thanks and Regards
    vamsi

    Thanks for all
    my problem was resolved
    regards
    vamsi

  • Reg ::Java Plug in issue in linux 5.7

    Folks,
    I am facing jave plug in issue and cant open the form as itis geting error java plug in need
    FYI,
    [root@apps12 ns7]# uname -a
    Linux apps12.com 2.6.32-200.13.1.el5uek #1 SMP Wed Jul 27 20:
    **11 i686 i686 i386 GNU/Linux**
    <!-- JDK plugins -->
    <sun_plugin_ver oa_var="s_sun_plugin_ver">1.5.0_10</sun_plugin_ver>
    <sun_plugin_type oa_var="s_sun_plugin_type">jdk</sun_plugin_type>
    /usr/java/jre1.5.0_10/plugin/i386/ns7
    [root@apps12 ns7]# ls -ltr
    total 112
    -rwxr-xr-x 1 root root 102464 Nov 10 2006 libjavaplugin_oji.so
    [root@apps12 firefox-3.6]# cd plug*
    [root@apps12 plugins]# ls -ltr
    total 4
    lrwxrwxrwx 1 root root 58 Mar 31 05:53 libjavaplugin_oji.so -> /usr/java/jre1.5.0_10/plugin/i386/ns7/libjavaplugin_oji.so
    [root@apps12 plugins]# cd /usr/lib/mozilla/plugins
    total 4
    lrwxrwxrwx 1 root root 58 Mar 31 06:00 libjavaplugin_oji.so -> /usr/java/jre1.5.0_10/plugin/i386/ns7/libjavaplugin_oji.so
    pls advise for the same
    Thanks
    Edited by: JuniorDBA on Mar 30, 2012 3:13 PM

    I am facing jave plug in issue and cant open the form as itis geting error java plug in needAre you trying to run the application from a Linux client? If yes, please note it is not certified -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Linux+AND+client&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    If you are trying to do something else, please post the details of the application release, database version and OS along with what you are trying to achieve.
    Thanks,
    Hussein

  • Plug in Issue

    OS Windows 7 (64). Photoshop CS5 Extended, v.12.1. Lightroom 3.  When I open an image in photoshop that has been modified using a plug in (e.g., Alien Skin Snap Art 4) the changes made to the image do not appear.  The original image appears.  When I open the same image in Lightroom the changes made using the plug in appear as they should.  This is a new issue.  It has never happened before.  What is the problem?  How do I correct it?  Thanks, DanOmaha

    The file saved.  I can open it in Lightroom.  I can view it in Windows Explorer.  After posting I tried to open it through Lightroom using the "Edit a copy with Lightroom adjustments" and it opened just fine.  But if I attempt to open the file from Photoshop what I get is the original (unedited) version.  this is a new issue. 
    Curt Y <[email protected]> wrote:
    Curt Y http://forums.adobe.com/people/Curt+Y created the discussion
    "Re: Plug in Issue"
    To view the discussion, visit: http://forums.adobe.com/message/5930381#5930381

  • Doubt in plug account

    hi all,
    i have a doubt:
    Suppose there are 5 plug account, how do we can identify which one belongs to that particular ICaccount.
    Thanks in Advance,

    Go to Manage Metadata -> Open the Account dimension -> Check the value in PlugAcct. That is the plug account associated with the account.
    Not sure if this is what you meant.
    But if you are asking which plug accounts should be used for the accounts, then it is a question for your functional team. They usually give you the plug account associated with the ICP account.

  • Plug Account

    Can any one explain me how to determine/set the Account Type for a Plug Account?
    Thanks,
    Vikas

    It depends how you are going to use that plug account
    Lets say, u tag A Computer as Asset bcoz it is going to be used and denoted as Asset.
    If you are using Plug account to contain value for Asset then u tag it as Asset, likewise for others.
    So it depends on what functionality it is going to perform and to where it is going to be aggregated.
    * there can be other logics/ fundamentals also that others will be using for deciding this
    Regards,
    J

  • Importance of plug Account

    Hi,
    Please explain me about the Plug Acocunt in HFM with an example..

    Though the information about "Plug Account" with example is already discussed in "Discussion Forum" sending you again:
    Plug account is primarily used for storing the differences arising out of Intercompany Transactions.
    A plug account is a "technical" way to keep the individual balance sheet balanced.
    For example, let's consider that a company A has an interco with company B on receivables for 50 with a total assets of 1000. Without plug account, the elimination of this amount in value [Elimination] will lead to the following situation in the contribution total of entity A : Assets = 950 (1000-50) and liabilities = 1000. That is why we use a plug account in that case (+50 for A and -50 for B).
    In the rules, we usually call the plug account in the consolidate subroutine with an HS.Con * 1 for the interco account and HS.Con * (-1) for the plug account.
    To get the plug account, we use this line : Plug="A#" & HS.Account.PlugAcct("")
    Same calculation for A and B will lead to an amount of 0 (+50 - 50) in the plug account in the total consolidation figures.
    Plug accounts exist in HFM and Enterprise primarily for use in intercompany elimination as explained by Guerin.
    As a new user of HFM, you can just treat plug account as another Account dimension attribute like UD1..3 with its own HS.Account.PlugAcct("") call to retrieve the value. How Plug Account behaves in consolidation is totally governed by your rule. You are free to use Plug Account attribute for another purpose in HFM.
    Also, please have a look at the below HFM Admin guide link with more information on Plug Account:
    http://docs.oracle.com/cd/E17236_01/epm.1112/hfm_admin.pdf

  • ICP Reports based on Plug Accounts

    Dears,
    I would like to set up ICP reports by inserting the plug account only.
    I have a staged consolidation. Do I need to create a separate tree where all the entities are included in a flat way?
    Tx!

    Hi there,
    There is no reason for a seperate tree.
    The eliminations take place at first common parent. So, if you create a report that check one entity against the others, the system should produce the correct differences. Since you are yusing the plug account, pay attention to the account type attribute of each account.

  • Safari QuickTime Plug In Issues

    Hello Everyone,
    I set up a IP Cam over at another location on an apple time capsule router. I mapped port 80 so external users ie. you guys could access it.
    You can view the camera here: http://67.165.53.251/
    Username: guest Password: guest
    My problem is using a Macbook air running OS Snow Leopard, QuickTime X and the latest build of Safari I can't get a video feed from the camera. The feed works fine on a PC and my GFs Macbook Pro running 10.4.
    Basically what happens is when the QuickTime plug in tries to connect to the video feed it says "negotiating" forever. Then eventually the video feed never loads. This one has me stumped, I tried calling apple care and they gave me the whole shpeal on how that my problem was not covered my apple care. A few days ago when I called them with a similar issue and one of their tier 2 guys was able to help me out. Any ideas on what is going on here? I don't have any antivirus or firewall blocking it. I already downloaded QuickTime 7 as an alternative to X but no luck. I cleared my cache, history and .plist files and still no solution. I also tried connecting to the cam on my bosses MacBook Air virtually the same as mine and he had the same problem I did.

    Your "kitty" feed works just fine for me using Safari and Snow Leopard.
    Difficult to diagnose the cause as there is no longer a QuickTime "System Preferences" pane where settings can be tested.
    The "negotiating" is talk between your streaming server and the browser plug-in. Once things are settled out playback begins. And it works for me but not for you.
    Test the page using a different User account. This helps rule out many issues.

  • QuickTime Safari Plug-In Issues

    Hi, I have a 2010 mac that runs on snow leopard and I have both QuickTimeX? (latest version I think) and QuickTime 7.6.6 installed. I tried to stream a video clip on safari the other day, and while the graphics were fine and smooth, the audio would produce static "pops" like a "ch" sound at intervals throughout the clip. The period between the intervals was characterized by no audio. So basically "ch" silence for  5 seconds, "ch" again, silence for 5 seconds etc. video being fine.
    Does anyone know how to fix this? Any suggestions would be very much appreciated.

    Your "kitty" feed works just fine for me using Safari and Snow Leopard.
    Difficult to diagnose the cause as there is no longer a QuickTime "System Preferences" pane where settings can be tested.
    The "negotiating" is talk between your streaming server and the browser plug-in. Once things are settled out playback begins. And it works for me but not for you.
    Test the page using a different User account. This helps rule out many issues.

  • Windows Media Player plug-in issues - Safari 4.0.5 on Windows 7

    Hi guys,
    I just did a fresh install of Windows 7 and of course the page to chose a browser popped up. Glad to see my beloved Safari browser to be available I installed it. Of course not all was running smoothly but after the 'mandatory' flash, Windows Media Player and QuickTime plug in I assumed all media content should run perfect in Safari.
    Unfortunately not for WMV files. I get the 'Safari can't find the internetplugin, MIME-type application/x-mplayer2'error message.
    I looked the issue up on the web of course and found out the trouble that Safari had with WMV streaming. What struck me is that this is a Mac only problem I believe (Flip4Mac solution). As I am running Windows 7 I was quite sure that Safari should be able to stream and play WMV files in the browser.
    So I removed and installed the Windows Media Player plug-in again (http://www.apple.com/safari/download/plugins.html) but to no avail. I then removed Safari and installed it again, still same problem. I tried the Fire-Fox plug in, no solution.
    It really drives me nuts to open IE8 only to play some WMV files in the browser. I hope someone can shed some light on this issue.
    Strange thing I noticed: I can't see how I can manage my plug-ins. There seems to be no tab for it in the Safari settings and in the program-files folder I can only find Java.
    Thank you so much for your time and effort.

    I looked up the internet but can't find anything on this. As no replies here too I guess I'm the only one. The other thing that struck me is the enormous CPU usage when playing flash in the browser. Up to 95%-100% cpu usage when playing HD flash content. First I assumed it was a Flash issue but Internet Explorer never used more then 35%-55%. I then assumed it was just Flash in Safari. Strange thing is, if I maximize the window the cpu load actually drops to 55%. I only get high cpu usage when flash is played in the Safari window. I guess that means it's something to do with the browser and not an isolated flash 'bug'.
    Also still no luck playing WMV in the browser itself. Maybe time to look for yet another browser. A shame as I like the Safari browser a lot. MobileMe and iPhone are great to sync bookmarks and the look and feel is great. The engine is not so good unfortunately.

  • Need help!  I have a plug-ins issue in illustrator CS4 after updating my MAC OS from Mavericks to the new YOSIMITE

    Hi,
    My Adobe CS 4 ran perfectly find up until I updated my MAC OS from Mavericks to the new YOSIMITE. When I launch illustrator CS4 I get a window message the reads   "some plug-ins in the additional Plug-ins folder are conflicting with application or user plug-ins. It will skip loading plug-ins from additional plug-ins folder."  there is a OK button that I must click on to close the message window and then illustrator will continue loading process, then a second window will appear reading  "Error loading plug-ins.  PhotoshopImport.aip"  there is a OK button that I must click on to close the message window and then illustrator will continue loading and launch.
    The problem is when I open a current file that has a psd link I will get a window message reading  "could not find a plug-in to read the link file _______ choose repair to locate the missing file, replace to select another file, or ignore to leave the link unchange."   When selecting a psd link /file it is greyed out which I cannot select it.  I can not select, choose, import or open any files/links that is a psd.
    Would someone please help me resolve this issue please!!!

    I have the same issue! Did you get a solution yet?

Maybe you are looking for

  • At the risk of sounding like an idiot

    I seem to remember having QT Pro on my powerbook when I bought it. At least I had the ability to watch stuff full screen. Somewhere along the line I updated QT because of some prompt probably, and lost the use of all of QT's features, including full-

  • Windows XP & Virtual PC 7

    Does anybody here know whether the copy of Window XP Pro that you get when you buy Virtual PC with XP Pro is the Full version or an OEM? Also, does Windows XP come on a seperate disc? TIA, David

  • PLZ PLZ help me, how do i add keywords to my website, so google search finds them...

    Hi everyone my website is www.oakleytrainingcentre.com how do add keywords to it, so for example if you type training my website comes up on google search, a guy at my work said you can do it using html codes? plz anyone help thanks

  • Where is the iCal database located on the Hard-Disk?

    Can someone please tell me where the iCal data is stored on the Hard-Disk? Im using OS 10.4.11. Recently after upgrading to iTunes 8.1 and syncing with my iPhone the iCal database got corrupted, every day is filled with past entries recurring forever

  • Slower shut down time

    hi! I have a macbook air and a macbook pro.. I've updated to Mountain lion (before i had snow leopard), and after I installed the software everything works awsome but the shut down time became slower on both.. 16'' , does anyone know why? thnks!