W_gl_balance_f has 2 balance rows, causing doubling in dashboard rpts

Hi all,
Thanks for taking the time to review my post.
Environment
Oracle BI Applications 7.9.6 Financial Analytics
Oracle E-Business Suite 12
Query
select ledger_id, gl.code_combination_id, period_name, period_num, segment3 account, segment1, segment2, segment4,
(begin_balance_dr - begin_balance_CR), (period_net_dr - period_net_CR),
((begin_balance_dr - begin_balance_CR) + (period_net_dr - period_net_CR)) ending_balance
from gl_balances bal, gl_code_combinations gl, fnd_flex_values fv1, fnd_flex_values fv2
where gl.code_combination_id = bal.code_combination_id and
gl.segment1 = fv1.flex_value and fv1.flex_value_set_id = 1014868 and
gl.segment3 = fv2.flex_value and fv2.flex_value_set_id = 1014870
The results show the corrrect balance in one row ith acct_curr_code = 'USD' but there is a duplicate row expect for balance_type of null, acct_curr_code = '?' and integration_id that does not start with GL. This is causing the amounts to be doubled in the OBIEE dashboard reports
This was a full ETL load
Thanks for any help
Mike
? in acct_curr_code

The dimensions I added are aliases of their respective W_XXX_D tables and I have the content levels set for the LTS of my Dims (DimA and DimB) at the detail level. One thing I am not able to figure out is why is it going after "W_GL_OTHER_F /* Fact_W_GL_OTHER_F */" when it should go to W_GL_BALANCE_F and W_GL_BALANCE_A.
The "GL Account Number" is sourced from the W_GL_ACCOUNT_D table and the other columns "Fin Statement Item" (FIN_STMT_ITEM_CODE) and "GL Account Category" (GL_ACCOUNT_CAT_CODE) are sourced from that same table too. But these 2 cols are on a higher level of hierarchy than the "GL Account Number" in the "GL Accounts" Dim-Hierarchy. But, as soon as I remove the "GL Account Number" logical column from the report the closing amounts show fine although the "Fin Statement Item" and "GL Account Category" cols from the W_GL_ACCOUNT_D table remain. Then the query does not show the W_GL_OTHER_F table in the log. Is there something I need to do to this dim-hierarchy?

Similar Messages

  • Migrated/chained rows causing double I/O

    " You have 3,454,496 table fetch continued row actions during this period. Migrated/chained rows always cause double the I/O for a row fetch and "table fetch continued row" (chained row fetch) happens when we fetch BLOB/CLOB columns (if the avg_row_len > db_block_size), when we have tables with > 255 columns, and when PCTFREE is too small. You may need to reorganize the affected tables with the dbms_redefintion utility and re-set your PCTFREE parameters to prevent future row chaining.
    What is migration and row chaining and when does this happen?
    Is there a query to find out affected tables? i.e migrated and chained rows?
    Is there a query to find out tables whos pctfree size is small?
    How to determine the optimal value for pctfree for these affected tables/

    user3390467 wrote:
    " You have 3,454,496 table fetch continued row actions during this period. Migrated/chained rows always cause double the I/O for a row fetch and "table fetch continued row" (chained row fetch) happens when we fetch BLOB/CLOB columns (if the avg_row_len > db_block_size), when we have tables with > 255 columns, and when PCTFREE is too small. You may need to reorganize the affected tables with the dbms_redefintion utility and re-set your PCTFREE parameters to prevent future row chaining.
    This is one of the better observations that you can get from the Statspack Analyzer. It would be helpful, though if it compared the number of continued fetches with the number of rows fetched by rowid and rows fetched by tablescan to produce some idea of the relative impact of the continued fetches.
    It is possible that this advice is a waste of space, though --- and we can't tell because (a) we don't know how long the interval was, and (b) we don't know where your system spent its time.
    If you care to post your statspack report, we might be able to give you some suggestions of the issues that are worth addressing. If you choose to do this (a) you may want to edit some of the text to make the report anonymous (database name, instance name, components of filenames, all but the first few words of each "SQL ordered by" statement).
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    "The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge."
    Stephen Hawking

  • How do I connect my MacBook Pro to a projector? I don't know what my port is called.It has 3 rows of 8 pins???

    How do I connect my MacBook Pro to a projector?  I don't know what my port is called. It has three rows of 8 pins???

    MacBook Pro (15-inch Core 2 Duo): External ports and connectors
    http://support.apple.com/kb/HT2541
    Connecting an External Display or Projector To connect an external display orprojector with a DVI connection to your computer: 1 Turn on the external display or projector . 2 Make sure the display cable is connected to the external projector or display. 3 Connect the display cable to your MacBook Pro . Your MacBook Pro automatically detects the external display. 4 Adjust the resolution on the external display by using the Displays pane of System Preferences or the Displays status menu in the menu bar.
    http://manuals.info.apple.com/en_US/MacBook_Pro_Users_Guide.pdf

  • [svn] 2142: swfutils: Somehow a Java 1.5 API (Integer.valueOf(int)) slipped into the 30x branch, and has only sporadically caused build problems.

    Revision: 2142
    Author: [email protected]
    Date: 2008-06-18 15:17:01 -0700 (Wed, 18 Jun 2008)
    Log Message:
    swfutils: Somehow a Java 1.5 API (Integer.valueOf(int)) slipped into the 30x branch, and has only sporadically caused build problems.
    * By "somehow" I mean it was my injection :)
    * Apparently this compiles in 1.4.2 on a Mac, go figure? I assume Windows JDK doesn't accept it.
    * Replaced it with 'new Integer(int)'
    Reviewer: Matt, community folks
    Bugs: n/a
    QA: no
    Doc: no
    Modified Paths:
    flex/sdk/branches/3.0.x/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java

    Revision: 2142
    Author: [email protected]
    Date: 2008-06-18 15:17:01 -0700 (Wed, 18 Jun 2008)
    Log Message:
    swfutils: Somehow a Java 1.5 API (Integer.valueOf(int)) slipped into the 30x branch, and has only sporadically caused build problems.
    * By "somehow" I mean it was my injection :)
    * Apparently this compiles in 1.4.2 on a Mac, go figure? I assume Windows JDK doesn't accept it.
    * Replaced it with 'new Integer(int)'
    Reviewer: Matt, community folks
    Bugs: n/a
    QA: no
    Doc: no
    Modified Paths:
    flex/sdk/branches/3.0.x/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java

  • Row  level security in dashboard

    Hello Experts,
    We have a scenario where in my dev team is designing dashboard based on SAP BW (bex query) via OLAP universe -> Webi reports ->  Xcelsius. We need to implement data security(row level) in the dashboard i.e : The user when he sees the dashboard, should see data w.r.t only to his context.
    What are the different possible ways to handle such a situation?
    Can we use Xcelsius publishing plug in?
    Cheers,
    AK

    Hi Ingo,
    Thanks for your reply.
    So Xcelusis publishing plug in will not solve my problem right?  & I need to have BI authorizations defined in SAP system?
    I am having tough time convincing my customer about this.
    Thanks
    Cheers,
    AK

  • HT201304 Hi my account has balance $0.06 and i want it to be Zero balance my email: ******please response Asap.

    Hi my account has balance $0.06 and i want it to be Zero balance my email: ******* please response Asap.
    <Personal Information Edited by Host>

    Please do not post personal information on a Public Forum.
    I have requested the Hosts remove it for you.
    IamCriisChan wrote:
    Hi my account has balance $0.06 and i want it to be Zero balance...
    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Has anyone else been double charged and unable to fix it?

    Has anyone else been double charged and unable to fix it?

    So you have never made an error, nor your company, nor your Doctor, nor your Police, nor your......... add whateveer you like!!
    Remember That Adobe is a global enterprise dealing with millions of customers around the world and it is all operated by people and yes people are fallible - including me!!!
    I'll bring this to the attention of Jeffrey but he has mostlikely seen it already but is on holiday until next week AFAIK.
    have a good New Year.........

  • My ipod touch (5) ios6 has suddenly crash causing it not to switch off or switch on

    my ipod touch (5) ios6 has suddenly crash causing it not to switch off or switch on while i was opening the notification center

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • How do you find out who has a row locked?

    If a session has a row locked using 'select ... for update', is there any way for another session to find out which session has that row locked? I've looked at the various dynamic views but none seem to have the right information.
    Thanks

    In the ORACLE_HOME\rdbms\admin directory there should be a script called utllockt.sql. You can run that as system
    and it will show you which sessions are locking other sessions. You can then take the session number returned by
    this script and query v$session or use Instance Manager to see the username or osuser of the offending session.

  • What causes double letters with a single keystroke while in Calendar. I am using vs 10.10.2 with wireless keyboard. Have closed/opened Calendar, switching keyboard off/on, took out batteries on keyboard and have restarted computer.

    What would cause double letters with a single key stroke while adding information to Calendar? Version: 10.10.2  wireless keyboard 27" iMac  3.4 GHz i5. Have restarted computer, have closed/opened Calendar, switched on/off keyboard and taken batteries out/in of keyboard. The problem only happens while typing in Calendar.
    Not sure if I am accidentally hitting an unknown key to cause the problem or if it is a Calendar issue.........paul

    Try changing System Preferences/Keyboard/Keyboard/Key Repeat to a slower setting. Test.

  • Helvetica Neue font conflict causing problems in Dashboard and elsewhere

    I'm an art director who makes extensive use of the Postscript version of Helvetica Neue. With Leopard, Apple has also started using it for certain interface elements, and unfortunately the system doesn't seem to know the difference between the OpenType version in /System/Library/Fonts that it's supposed to be using to render them, and the PostScript version in ~/Library/Fonts that it should be ignoring.
    For example, here's a taste of how my Dashboard looks:
    It also causes any web page that specifies Helvetica Neue to render wrong. I can't disable the Postscript version because I use it so frequently. Is there a way to rename or otherwise alter it so Leopard "finds" the appropriate OpenType version first?

    I'm having the exact same problem, my widgets look just the same as yours.
    I've tried moving and removing various Helvetica font files, but, there appears to be no good solution. It looks like you can't have Type 1 Helvetica Neue and Apples' Helvetica Neue installed at the same time. The Type 1 fonts screw up the whole OS interface, and the Apple .dfonts aren't identical to the Type 1 fonts, so, they are useless for design and layout.
    Obviously Apple really screwed something up with these fonts in Leopard, I just wish they'd fix it, this has been a HUGE headache for us because we are a design shop. I can't believe Apple hasn't fixed this considering how many creatives use their OS.

  • Dynamic LBFO Load Balancing mode causing issues

    Hi,
    We`re running a couple of virtual machines with the
    BIG-IP Virtual Edition in a Windows Server 2012 R2 Hyper-V cluster.
    These virtual machines have had problems where traffic sent through the virtual machines doesn`t get through due to the MAC Addresses of the physical team NICs being replaced with the Mac Address from the team member actually used to transmit the
    packet.
    Reference:
    Windows Server 2012 R2 NIC Teaming (LBFO) Deployment and Management
    Blog post - Server 2012 Hyper-V / NIC Team Oddity
    One of the comments in the blog-post states what we are seeing:
    The reason for the MAC Address switching you’re seeing is that Server 2012 in some cases will replace the source MAC address on Ethernet frames with the MAC Address from the team member actually used to transmit the packet. The reason for this is that
    if it always kept the MAC Address intact, the switch would throw alarms for “MAC flapping”, i.e. seeing a given MAC Address bouncing back and forth between switch ports.
    When we changed the Load Balancing mode from Dynamic to Hyper-V port, the problem was resolved.
    Is it possible to solve this problem while still using Dynamic as the Load Balancing mode? Would LACP instead of Switch independent teaming mode solve the problem?

    @Rob Thanks, that`s useful information. Did they suggest any other solutions/workarounds? (such as LACP)
    @Alex I understand that I need to configure my switches if I`m going to use LACP, but will LACP cause a different behaviour regarding the replacement of the source MAC address on Ethernet frames? In other words: Will LACP be an alternate solution/workaround
    to using Hyper-V Port in Switch Independent mode?
    I can't answer this from experience because I've never had this problem.
    But, the basic issue with the switch-independent mode is that the physical switch is completely unaware that there is any team situation at all. It can only operate within the base rules of Ethernet, which say that a MAC address can only appear on one endpoint
    at a time. So, if you have built a switch-independent team that crosses 4 physical adapters and a Hyper-V virtual switch on top of that, what the physical switch "sees" is four distinct endpoints that are hosting multiple MAC addresses. When one
    of the virtual adapters transmits on a virtual switch, it could, depending on the load-balancing mode, use any of the four physical lines. If it uses the same source MAC address while communicating across all four lines, the switch might panic. It wants to
    know where the MAC really is for purposes of knowing where to deliver its inbound packets, and depending on security configuration, to be sure that there's not an unauthorized spoofing attempt in progress. That's why the dynamic mode uses MAC substitution.
    The Hyper-V port mode gets around this by locking each virtual adapter on to a single physical channel so that its MAC address doesn't move. This has a cost of not allowing traffic on any given virtual adapter to be load-balanced.
    In a LACP connection, the physical switch is fully aware of the team, and furthermore, it knows that it's not an endpoint. All the MAC addresses of the virtual adapters are associated with this single aggregated tunnel, not the individual physical adapters.
    When it comes down to deciding which of the physical adapters to use to carry any given transmission, that can be negotiated by the switches without the need to lock a MAC to a specific adapter. There isn't, or at least there shouldn't be, any need for the
    dynamic mode to perform MAC substitution.
    Again, I'm speaking from theory, not direct experience with what you're asking about. I do make regular use of the dynamic mode on LACP trunks, but I don't run any applications that would have this MAC sensitivity issue. For all I know, dynamic still performs
    this substitution and I just don't understand why. Also, there's a chance your symptoms just happen to point to this substitution as being a problem. But, I would say there's a good chance that using Dynamic/LACP will solve your issue.
    Eric Siron
    Altaro Hyper-V Blog
    I am an independent blog contributor, not an Altaro employee. I am solely responsible for the content of my posts.

  • Sync Mode Immediate, create row causes iterator sync problems

    Hi,
    I'm building an application for a client and in that I've got a master detail ADF data page.
    The 'master' data is user details for the application and the 'detail' data is the various access privileges a user has related to different countries, i.e. update privilege for UK data, read access for Swedish data etc. etc.
    My page consists of a summary of master details (master iterator) in read only fields, a grid of detail records (detail iterator) and for each row in the grid, a 'select' link is provided which when selected, populates an input form on the same page with the details for that row (via setCurrentRowWithKey). The user can then update the details of the row and save.
    Problem I have is when a New detail record is created.
    The user presses a 'New' button (bound to Create action) which sets up the input form for a new detail record. The user enters the new details and presses 'Save' (bound to Commit action). Saving causes the detail grid to refresh (row position moves to 1st row in grid), showing the newly inserted record, however the input form itself on the page still contains the details of the inserted row.
    So if the record I insert should be displayed 3rd in the grid (due to an Order by I have on the VO), it does show up as 3rd. However, if I select the 1st record on the grid, the data for the 3rd is displayed in the input form, if I select the 2nd record on the grid, the data for the 2nd is displayed, if I select the 3rd record on the grid, the data for the 3rd is displayed again and so on. Selecting the 1st record again still displays data for the 3rd record in the input form.
    Somewhere the iterator is getting messed up.
    I always refresh the query at the prepareModel phase but this doesn't fix the issue. I'm using the initializeModelForPage method that was demonstrated in ToyStore. In fact my application is built in the style of the helper functions that were provided with ToyStore (and are an excellent help!)
    Can anyone point me in the right direction to fix this problem?
    I'm using JDev 10.1.2.1 with immediate sync mode.
    Thanks,
    Paul.

    I thought I'd pinned this down to the fact that on the page where there is no iterator problems, the PK of the table is a sequence.
    When I select any row in the grid (via setCurrentRowWithKey) on that page, the rowKeyStr for each row never changes when the page is reloaded (which is what I would expect).
    On the page where there is an iterator problems, each time I selected a row on the grid via setCurrentRowWithKey, the page reloaded and the rowKeyStr for that row had now changed to something else.
    The table underlying this page had a VARCHAR2 primary key. Thinking this was the cause of the problem, I added a new PK based on a sequence and set the previous PK to a unique key only. I changed all the related entity, link and view objects to reflect this. Also made sure that the previous PK field was not selected as a 'Key Attribute' under the view object dialog box. I've gone through the definition of the entity object closely to make sure it reflects the format of the table it's based on.
    Still though on this one page, a select of a row via setCurrentRowWithKey results in a change of the rowKeyStr when the page reloads and also JBO-33035 errors (as I said, pages that do work based on sequence PK tables don't change the rowKeyStr when reloaded).
    Any ideas on this behaviour would be welcome. Could there be something still ‘hanging around’ in the entity or view object definitions that is causing this behaviour? I'm really up against it now on this one.

  • Locking row causes transaction to become dirty?

    Should locking a row with the lock() method cause the transaction to become dirty?
    getLogger().debug("Dirty?"+getApplicationModule().getTransaction().isDirty());
    getLogger().debug("Dirty?"+getPanelBinding().getApplication().isTransactionDirty());
                   peopleSearchRow.lock();
    getLogger().debug("Dirty?"+getApplicationModule().getTransaction().isDirty());
    getLogger().debug("Dirty?"+getPanelBinding().getApplication().isTransactionDirty());
    returns:
    false
    false
    true
    true
    I also hava a DCTransacitonStateListener added to my JUApplication, the transactionStateChanged() method is never fired on it, so I get no notification that the transaction has become dirty.
    Just upgraded to 9.0.5 from 9.0.4, and I dont seem to recall this being an issue in 9.0.4.
    Jeff

    Needing a commit or a rollback makes sense but the transaction listener not firing doesn't. Setting the transaction modified manually fixes my problem but is this a bug?
    I guess what I'm looking for is is there a way to tell if data has changed, not just if the transaction is dirty.

  • HT5137 Words with Friends has frozen. After double clicking the home button, swiping or pressing the icon does not bring up the minus sign.

    On my IPad Words With Friends has frozen. I have double clicked on the home button and identified the WWF icon. When I press and hold or swipe vertically the icon darkens but does not shake or bring up the minus sign. Any suggestions?

    Force close apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe the app's windows upwards to close
    3. The app will fly off the screen
    http://support.apple.com/kb/ht5137

Maybe you are looking for

  • Problem adapter idoc - file ATTRIBUTE_INV_SND_SERV

    Hello All, please help me for my problem on adapter in my system XI for a scenario idoc -> file an I have an message error. <b>xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">   <SAP:Category>XIAdapter</SAP:Category>  

  • Cropped preview window

    If I'm editing a standard definition DV project and import HD video clips, which are scaled to fit, if I open the HD clips from the sequence, they are cropped to the part of the clip that fits into a 720x480 window. It cuts off anything left/right, t

  • Is it possible to transfer a database from SQL Server 2012 to SQL Server Express 2012?

    Is it possible to transfer a database from SQL Server 2012 to SQL Server Express 2012? Ideally I would like to backup the database from SQL Server 2012 and restore it on SQL Server Express 2012. Is that possible?

  • Windows 7 NOT OPEN

    Hello, I have a problem, installed in my computer BOOTCAMP. Today I try to run the windows system and it does not cost me. Does anyone have a solution? Thanks Dov

  • Sales order change allows shipping point | plant combination - not possible

    A sales order was created and all lines defaulted to the correct shipping point for the plants. Subsequently, one line's shipping point was changed to a shipping point not possible for the plant, i.e, no assignment exists for the shipping point and p