EBS Accounts Payable : Which tables updated when any event fires..?

Hi
I request help / guide to let me know for the subject mentioned question.
For example,
When any invoice saved, which tables are updated?
When payment is made , which tables are updated?
When Create Accounting runs, what steps does it follows?
How can I check the Create Accounting program in SQL developer?
etc
Can any one help / guide me ..?
regards
Ahsan

When any invoice saved, which tables are updated?
AP_INVOICES_ALL and AP_INVOICE_DISTRIBUTIONS_ALL
In R12: AP_INVOICE_LINES_ALL
When payment is made , which tables are updated?
AP_CHECKS_ALL and AP_INVOICE_PAYMENTS_ALL
Please be a bit more specific on your other 2 queries.
Thanks

Similar Messages

  • Tables updated when a payment is made in R12

    Hi All,
    Can u please tel me what tables are updated when a payment is made in R12?
    googled it, but couldnt find !
    Thanks and Regards,
    MPH

    Hi MPH,
    pl.visit following link.
    http://oracleapps88.blogspot.in/2011/09/oracle-r12-ap-key-tables.html
    HTH
    Sanjay

  • NullPointerExecption when PPR event fires

    Hi All,
    I am facing a problem. It is giving nullpointerexeption when PPR even fires. Please provide the solution.
    My requirement is, there are three message choice items say mcA,mcB,McC. In mcA there are two values say A1,A2. When i am going to select a value(A1) from mcA then mcB should disabled. And also when i am going to select a value(A2) then mcC should disabled.
    I am getting nullpointerexception while selecting the values in the dropdownlist.
    In AM
    * public void init()
    OAViewObject propsVO = (OAViewObject)findViewObject("XXTNEmpPVO");
    if(propsVO != null)
    if(propsVO.getFetchedRowCount() == 0)
    propsVO.setMaxFetchSize(0);
    propsVO.executeQuery();
    propsVO.insertRow(propsVO.createRow());
    OARow row = (OARow)propsVO.first();
    row.setAttribute("RowKey", new Number(1));
    handleChangeEvent();
    public void handleChangeEvent()
    OAViewObject vo = (OAViewObject)findViewObject("XXTNEmpPVO");
    OARow row = (OARow)vo.first();
    OAViewObject vo1 = (OAViewObject)findViewObject("XXTNnonfinrolesVO");
    OARow empRow = (OARow)vo1.getCurrentRow();
    String position = (String)empRow.getAttribute("LookupCode");// Giving error here
    if((position == null) || ("AP Inquirer".equals(position)))
    row.setAttribute("EmpFinanceRender",Boolean.FALSE);
    i couldn't able to figure out what is the exact problem and why I m getting NullPointerException.
    Please help me out in this.
    Thanks & Regards,
    MK

    MK,
    OAViewObject vo1 = (OAViewObject)findViewObject("XXTNnonfinrolesVO");
    OARow empRow = (OARow)vo1.getCurrentRow();XXTNnonfinrolesVO is the name of the View Definition or View Instance. Usually View Instance z like XXTNnonfinrolesVO1.
    Regards,
    Gyan

  • Tables updated when changing Transfer order

    Hi all,
    I am facing a problem when I am trying to change storage bin (NLPLA) & storage type(NLTYP) in a Transfer Order and then confirming it, I am updating 4 tables       directely i.e LTAP, LEIN, LQUA, LAGP,  but when confirming the TO, gives an SAP error. The reason of course is that something is not getting updated.
    <b>Can someone please advise what else should be updated or suggest me a FM which can change storage bin and storage type in the same TO.</b>
    I do not want to make a new TO with an FM.
    Regards
    Abhishek

    Hi,
    Try the fun module for TO update:
    L_DELIVERY_TRANSFER_ORDER_UPD
    Look at the other fun modules related to TO's.
    L_MC_TRANSFER_ORDER
    PK_GET_DATA_FOR_TRANSFER_ORDER
    WS_LM_TRANSFER_ORDER_ADD
    WS_LM_TRANSFER_ORDER_CONFIRM
    WS_LM_TRANSFER_ORDER_CREATE
    WS_LM_TRANSFER_ORDER_DISPLAY
    Regards,
    Anji

  • Trouble in table updating when getting focus or mousemove over a table.

    I have JTable and dynamically updating data in mymodel by using
    mymodel.addTableModelListener(Table) through fireTableRowsInserted()
    and fireTableRowsUpdated() method of AbstractTableModel.It just work
    fine, the problem is when i move mouse over a table or restoring the
    window the getValueAt(row,column) method is called repeatdly to
    corresponding row and column , then the value in that cell is changing.
    I incremented the value of the cell basing on perticular condition.When
    i move mouse over the table or restored then the value of the cell is
    incrementing repeatedly .Can any body give the solution , when i moved
    the mouse over a table or restore the window the value of corresponding
    cell has not to increment.
    Regards,
    Sreedhar.A

    It sounds like you do not have your table model implemented properly.
    The getValueAt() method should always return the proper value for a cell from the model data. It gets called all the time and you have no control over when it is called. You must make sure that it will always return the proper data given the params passed to the method.
    AFTER you update the data underlying the model you should fire the proper event. Then the table (view) will repaint the impacted cells (by calling a number of other methods, including the getValueAt method).
    Subclass AbstractTableModel, implement all the required methods. When implementing the methods, remember that you cannot guess in what order or how the methods will be called. Just make sure they always return the proper thing. Also make sure you fire the appropriate event when you modify the underlying data in the model.

  • Is ANLC table updated when you post a legacy transaction?

    Hi,
    We are in the process of converting data to a new system. We have a previous year retirement posted as a legacy transaction (AS92). The ANEP table (asset line items) was updated and reflects this change. However, we noticed that this legacy transaction is not reflected in the ANLC table (asset value fields).
    Is there a possible way to update ANLC when a legacy transaction is posted?
    Thanks,
    Joey

    Hello Paul,
    With AS91 these values should be updated in ANLC The fields ***. acquis. val, Accm.ord. deprec. and ther should be no values in ANEP when you have used the takeover values screen.
    True enough, the ANLC table reflects the ***. acquis. val accm. ord. deprec when the takeover values screen was first used. ANEP doesn't show this which is okay.
    But in the AS92 transaction where we posted a retirement from previous yr in the current year, values are only reflected in ANEP. Is it normal for legacy transactions (other than beginning APC & ord. dep) to appear only in ANEP and not in ANLC?
    Thanks,
    Joey

  • I cant get into my account ever since the update when u had to have a true email help

    i made a new email so i can get to it but a erro had happen so i gave up but now have a new ps3 and i want to get to it but i forgot my email and password help 

    Contact Sony Be prepared to answer security questions to prove the account is yours 

  • Trigger an update when any OptionButton in a GroupName changes

    Hello,
    I have a UserForm that's working relatively well.  However, there's something new I have to do.
    I have three OptionButtons that each have a GroupName of "Cycle"
    Year_A
    Year_B
    Year_B
    Year_B happens to be the default for the form.  That default will change yearly.  Whenever the user selects a different OptionButton with the GroupName of "Cycle", I'd like a ListBox "ListBoxLiterature" to be repopulated. 
    How do I go about doing this?
    Many thanks for looking at this.
    Phil

    One way -
    ' these Optionbuttons are all in the same group
    Private Sub OptionButton1_Change()
    If OptionButton1 Then OptionChange
    End Sub
    Private Sub OptionButton2_Change()
    If OptionButton2 Then OptionChange
    End Sub
    Private Sub OptionButton3_Change()
    If OptionButton3 Then OptionChange
    End Sub
    Private Sub OptionChange()
    Dim i As Long
    Select Case True
    Case OptionButton1: i = 1
    Case OptionButton2: i = 2
    Case OptionButton3: i = 3
    End Select
    MsgBox "Option " & i
    ' do stuff here
    End Sub

  • View object reexecutes when any event is fired on a page

    Hi All,
    I have following requirement
    Create a page which containts a table.
    Table has 2 fields one is Employee number LOV and second is emp name field which is read only.
    One view object is associated with this table.
    This view object has two transient attributes one is EmpId which is of type number and second is name which is of type string.
    View object does not have any query.
    when you enter any no in lov field,it goes to lov region and populates the respective emplyee details in the LOV region, when user selects any employee,it comes back to main page and shows Employee no and emp name in first row of a table.
    I have allowed the user to enter as many rows as he wants into the table.
    for that i have created Add another row button using footer property of table.
    but the problem is When i click Add another row button,row is added it to table but emp name which i have selected from LOV had lost.
    i know the reason is when i click Add another row button VO executes query again and my value has lost.
    i want to know that is there any way to prevent reexecution of view object query?
    Regards
    Hitesh

    Hitesh,
    Mukul, i can put my own Add another row button and do cusom code,but what about other events?
    Yes, see dev guide and old threads. It has been explained in dev guide claerly and have also replied this in old threads.--Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Do any events fire when the Flash Player exits?

    Hey all.
    I use a LocalConnection object to prevent being able to run our SWF multiple times on the same computer.
    The problem is that this connection can remain in place even when the SWF which called it closes. 
    I have:
    1) An External Interface call to dispose() all HTML pages call dispose() on pageunload which closes the connection.... But this is unreliable because if the browser crashes, you are locked out of the SWF
    2) I tried some crazy try/catch.  If SWF A exists and SWF B tries to be initialised.... SWFB cannot connect so it sends a function to SWFA to dispose(). This should free the connection for SWFB to connect to?  But this does not work well either because sometimes a localconnection can be in use but calling "dipose()" throws an error, often because the LocalConnection swf which should be available is already gone.
    What this all comes down to, is that I need a way to detect when the player closes, so i can close the localconnection.
    stage.addEventListener(Event.EXIT, onExit);
    function onExit(e:Event): void
             if (localconnection)
                    localconnection.close();
    Does anything like this exist?
    Thanks,

    Thanks for taking the time to answer kglad!
    I should have been clearer it is a Web App, so your answer remains valid.
    I have not completely followed you on your advice.. When you say "So it only prevents another swf from running if something is returned from a currently running swf".
    Could you expand on that? I am desperate to fix the issue, but it just seems localconnection is not the best method for "single swf execution". I just have not found any other methods.
    Thanks.

  • Table related in any event

    hi to all,
    i need to get the tables related to event happening in front-end .i.e. consider i do perform a search on the deptartment and it fetches data related to the department such as employee and so on.,it gets linked to multiple table for those data.how to capture the tables it gets connected to and retrieve the information in tht event.
    Please do needful
    Regards,
    Naresh Kumar Murali

    Hi,
    Sqltrace has the work of tracking the activities carried in a particular session.I have not used sqltrace in any of my application kindly anyone do needful in this regard.....
    thnx in advance

  • Parameter passing when EPCM event fire

    Hi.
    I have jsp view with two input field (Cust_No, Sales_Org).
    When submit buttin clicked, I want to create event and  want to pass two  input field.
    So, I user EPCM event, client bag but I don't know how to tranfer two input field into fireEvent() function.
    I attached my jsp file.
    Please complete my code.
    <%@ taglib uri="tagLib" prefix="hbj" %>
    <script>
    function fireEvent() {
        EPCM.storeClientData( 'urn:com.sap.training.portal', 'Cust_No', Cust_No);
        EPCM.storeClientData( 'urn:com.sap.training.portal', 'Sales_Org', Sales_Org);
        EPCM.raiseEvent('urn:com.sap.training.portal', 'SalesOrder', '');
    </script> 
    <hbj:content id="myContext" >
      <hbj:page title="PageTitle">
       <hbj:form id="myFormId">
          <hbj:group id="group" title="Search Sales Order" design="SAPCOLOR" width="210">
            <hbj:groupBody>
              <hbj:gridLayout>
                   <hbj:gridLayoutCell rowIndex="1" columnIndex="1">
                        <hbj:textView id="lCust_No" text="Customer No" />
                   </hbj:gridLayoutCell>
                   <hbj:gridLayoutCell rowIndex="1" columnIndex="2">
                        <hbj:inputField id="Cust_No" type="string" />
                   </hbj:gridLayoutCell>
                   <hbj:gridLayoutCell rowIndex="2" columnIndex="1">
                        <hbj:textView id="lSales_Org" text="Sales Organization" />
                   </hbj:gridLayoutCell>
                   <hbj:gridLayoutCell rowIndex="2" columnIndex="2">
                        <hbj:inputField id="Sales_Org" type="string" />
                   </hbj:gridLayoutCell>
                   <hbj:gridLayoutCell rowIndex="3" columnIndex="2">
                        <hbj:button id="submit" text="Tell" onClientClick="fireEvent();" tooltip="Click me" onClick="onSubmit" design="emphasized" />
                   </hbj:gridLayoutCell>
              </hbj:gridLayout>
            </hbj:groupBody>
          </hbj:group>
       </hbj:form>
      </hbj:page>
    </hbj:content>
    Regards, Arnold.

    <hbj:content id="myContext" >
    <hbj:page title="PageTitle">
    <hbj:form id="myFormId">
    <script language="javascript">
    function fireEvent()
    var funcName = htmlb_formid+"_getHtmlbElementId";
    func = window[funcName];
    var inputfield = eval(func("Cust_No"));
    if (inputfield.getValue()!="")
    EPCM.storeClientData( 'urn:com.sap.training.portal', 'Cust_No', inputfield.getValue());
    </script>
    <hbj:group id="group" title="Search Sales Order" design="SAPCOLOR" width="210">
    <hbj:groupBody>
    <hbj:gridLayout>
    <hbj:gridLayoutCell rowIndex="1" columnIndex="1">
    <hbj:textView id="lCust_No" text="Customer No" />
    </hbj:gridLayoutCell>
    <hbj:gridLayoutCell rowIndex="1" columnIndex="2">
    <hbj:inputField id="Cust_No" type="string" jsObjectNeeded="true"/>
    <hbj:button id="submit" text="Tell" onClientClick="fireEvent()" tooltip="Click me" onClick="onSubmit" design="emphasized" />
    </hbj:gridLayoutCell>
    Hope it gives you some idea..
    Regards,
    P.

  • Which table the characteristic values of accounting based COPA are stored?

    Hi Guru,
    we are using Accounting based COPA. we need to generate a report based on the characteristic values updated while posting to revenue accounts.
    i searched the CE4XXXX and COSP tables but i am unable to get the results. COSP is not havinf the the revenue GL accounts  PA characteristics.
    CE4XXXX is not having the the PAOBJNR(profitability object no) updated in BSEG for the revenue accounts.
    from which table can i capture the characteristic values for  a line item posted in BSEG.
    regards
    Jaya

    HI
    refer CE4XXXX_ACCT for account based COPA
    The function module to read chars from PSG is RKE_GET_CHARS_FOR_PAOBJNR
    Regards
    Ajay M

  • Table update visible only when changing table selection

    I'm running java 1.6.0_07 on Linux and I'm experiencing a strange problem: I've got a table model that extends AbstractTableModel and when I selectes a row and then change such row data (thru the setData() and fireTableDataChanged() methods) I don't see the row update. If I reclick on the row or select another row in the table, the table refreshes and I can see the row updated. Is it a problem of the Java version or what? Should I change my code and force a table update in any way? Any suggestion?
    Thanks,
    Luca

    I've got a table model that extends AbstractTableModel Why? Whats wrong with the DefaultTableModel?
    Is it a problem of the Java version or what?So you've written custom code and it doesn't work so the problem must be with the Java version?
    Any suggestion?Use the DefaultTableModel.
    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.

  • Which table in SRM give the date of confirmations and invoices done in R/3

    Hi all,
    I'm loocking on SRM to find a table (or smthg else) which is updated when a PO has a confirmation or an invoice MADE IN R/3.
    I'm sure it's existing as in the web we can see in the document history, but I can't find a table in SRM that can tell when the confirmations / invoices have been done in R/3.
    Thanks a lot
    Alice

    Hi Sai,
    All the replicated material groups from back end R/3 can be seen using COMM_HIERARCHY transaction as categories.
    You can choose category as the search criteria and then click start tab to view all the replicated material groups.
    In the VENMAP table you can see all the replicated vendors from back end along with their logical systems from which they were replciated.
    Using PPOSV_BBP transaction you can see all the replicated vendors in your Vendor Group along with the vendor code and Business partner number.
    Hope this resolves your query. Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

Maybe you are looking for

  • Opening Balance in FBL3N

    Hello Friends, I want to see only closing balance of last year transactions and transaction figures of this year  if i run report for this year. e.g.GL.NO.11000010 has balance in the year 2009 and 2010. if i execute the report for 2010, report should

  • OraOLEDB.Oracle GetRecordSet() throw "ORA-00907: missing right parenthesis"

    Hi, I am unfortunately working on an old VB6 app that is constructing a huge (11902 characters) ad-hoc SQL statement which is then passed to the GetRecordSet() method of my DBConnection. The app is using the OraOLEDB.Oracle provider. When the GetReco

  • Custom Step Type: Sequence Call

    OK, I'm primarily a LabVIEW programmer, but in TestStand I understand how to: * Create a Custom Step Type * Link a LabVIEW Module for execution, post substep, edit substep, etc. * Prevent the user from selecting a different module for an instance of

  • Ibooks cannot change font of English on the new ipad

    I cannot change the font of English in ibooks 3.0.1. Especially those books I exported by Pages. While I can change the font of some books I downloaded from Internet. How can i deal with that proble?

  • Using RoboHelp with Flex

    Does anybody know how to use RoboHelp with Flex? I'm a Flex developer and am new to RoboHelp, and am trying it out to create some online help for my Flex application. I've searched, and also tried a couple of tutorials, but so far I haven't found any