Record History

I'm a complete newcomer to Oracle. Try as I may, it's difficult to cut through the mystique that surrounds Oracle and its (in-house) administrators. I thought I had a simple question. As I understand it, Oracle can present you with certain boxes that contain a "start date" and an "end date" for whichever item you're working on. However, these boxes (if they are not mandatory) can remain blank, if users choose not to fill them in. Therefore, if a report is requested and it is based on these fields, the report is ultimately useless. However, I have discovered the "Record History" element of the system, which (unless I'm mistaken) is independent of the user and is a system generated date, not depending upon the whims of the user.
If a new GL Account is created on the Oracle system, I believe that the sytem will record a Record History for it. Is there an easy way to create a report which specifies all new GL Accounts created between a system "start date" and a system "end date"? I believe the system will provide you with the record history of individual GL creations, but is it possible to capture a (within date range) group of record history dates?
[Posted more in hope than expectation]
Regards,
Geoff

Hi Geoff,
The answer to your question is "Yes" in most cases.
The majority of Oracle eBusiness Suite tables have the following "About this Record" information that users can't change, so look for these columns in the tables you are interested in:
created_by - The user_id from fnd_user of the User that created the record
creation_date - The date/time to the second that the record was created
last_updated_by - The user_id from fnd_user of the User that last updated the record
last_update_date - The date/time to the second that the record was last updated
last_update_login - The session id of the last update
And, yes you can write a report relatively reliably on any table that has these columns and say things like:
select *
from fnd_flex_values ffv
where ffv.creation_date >= to_date('01-JAN-2008','DD-MON-YYYY')
and ffv.creation_date < to_date('01-FEB-2008','DD-MON-YYYY')
The reason I say "relatively reliably" here is that just occasionally, the developers miss setting the values for these columns, e.g. from memory I think ar_receivable_applications_all truncates creation_date.
So test your reports!
Alternatively if you want complete audit history, look at the standard AuditTrail functionality.
Regards,
Gareth

Similar Messages

  • How to display table name in the Record history

    Hi,
    I have developed a new custom form. When I click on the record history, it displays details like updated_by , update_Date.
    But it doesnt show the table name ( of the data block ). Is there any coding to be done to display the table name ?
    Regards,
    Suresh

    Sounds like some custom form for the eBusines-suite. Maybe you get an answer in an eBusiness-suite related forum, maybe here OA Framework

  • Unable to view record history in an online form

    Hi, I am using fnd_standard.set_who statement when I commit my online form.I have the necessary columns created in my table, i used this statement to add them.
    add
    (created_by number(15),
    creation_date date,
    last_updated_by number(15),
    last_update_date date,
    last_update_login number(15));
    All the columns get populated with the right data but when I click on Help/Record History in the onlinen form I recieve the following error:
    APP-FND-01564: ORACLE error 1458 in fdxwho
    Cause: fdxwho failed due to ORA-01458: invalid length inside variable character string.
    Please help! This is very urgent!

    You may have better luck getting this question answered on an Applications forum, because you appear to be using code that is specific to Oracle Applications.

  • How to enable record history for custom forms

    Hi All,
    I have developed a custom form but i am unable to view the record history when queried and it throws an error saying 'Record history not available here'.
    can some one help me in sorting out the problem.
    Thank you

    Hi,
    The following table lists the standard columns used for Record History (WHO), the column attributes and descriptions, and the sources for the values of those columns. Set the CREATED_BY and CREATION_DATE columns only when you insert a row (using FND_STANDARD.SET_WHO for a form).
    CREATION_DATE
    CREATED_BY
    LAST_UPDATE_DATE
    LAST_UPDATED_BY
    LAST_UPDATE_LOGIN
    For more details, please refer to "Oracle Applications Developer's Guide", Page 3-2 Tracking Data Changes with Record History (WHO)
    Oracle Applications Developer's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf
    Regards,
    Hussein

  • Interaction Record History & Notes History

    Hi All -
    I have a question regarding the Interaction Record history & Notes History assignment blocks in the IR Work Center Page.
    The IR Work Center page has an assigment block to list the recent interaction records and notes history. However, this component lists only the last few interaction records and their corresponding notes history. (Like the last 4).
    Is it possible to increase this number through configuration? Or does it need to be an enhancement to the notes history and interaction history components?
    Regards,

    Hi Nikhil,
    Yes, it is possible to increase the number of interaction records that are being displayed.
    The code that is limiting the number of interaction records to 4 is present in the Custom Controller ICCMP_BT_IRHIST/CuCoIRHist. The code is present in the method GET_LAST_INTERACTIONS of the implementation class of the custom controller.
    The below code results in only a few Interaction Records based on the confirmed partner;
    TRY.
          CREATE OBJECT lr_query_service.
        CATCH cx_crm_unsupported_object.
          me->typed_context->btordercusthist->clear_collection( ).
          RETURN.
      ENDTRY.
      lr_query_service->set_query_parameters( it_parameters = lt_parameter ).
      lr_queryres_col = lr_query_service->get_query_result( ).
    If all the Interaction Records are to be fetched from the database, then the search query 'BTQuery1O' needs to be executed. The parameters for partner number and object_type are to be passed.
    Once, result query is obtained, the same collection can be set to the context node BTORDERCUSTHIST of this custom controller.
    Finally, the code to limit the number of Interaction records to 4 which is given below needs to be commented;
    * restrict to 4 result entities
    lr_bo = lr_queryres_col->find( iv_index = 5 ).
    WHILE lr_bo IS BOUND.
       lr_queryres_col->remove( iv_bo = lr_bo ).
       lr_bo = lr_queryres_col->find( iv_index = 5 ).
    ENDWHILE.
    Regards,
    Jekin

  • Need some more fields displayed in record history of oracle forms

    Hi ,
    I am using oracle forms 6.0.8.8.0 . My requirement is to display PROGRAM_ID , PROGRAM_APPLICATION_ID , PROGRAM_UPDATE_DATE , REQUEST_ID in the record history of the forms along with CREATION DATE , CREATED BY , LAST UPDATE DATE , LAST UPDATE LOGIN , TABLE which are already being displayed .
    Please help .

    Actually when the record history is to be brought , we need to make it database fields or write code to post query . So I think I can get a solution in this forum as we need to make changes in form only in order to show in record history .

  • RECORD HISTORY DISPLAYS EXCEPTION ON SUPPLIER PAGES :- R12.1.3

    Hello everyone,
    We have done personalization on the supplier pages to display the record history icon at site level .
    The record History icon is displayed but when I click on that the following error is diplayed:
    You have encountered an unexpected error. Please contact the System Administrator for assistance. Click here for exception details .
    Any help on this is greatly Appreciated.
    Regards

    985903 wrote:
    Hello everyone,
    We have done personalization on the supplier pages to display the record history icon at site level .
    The record History icon is displayed but when I click on that the following error is diplayed:
    You have encountered an unexpected error. Please contact the System Administrator for assistance. Click here for exception details .
    Any help on this is greatly Appreciated.
    RegardsPlease check Apache log files as well as the application.log file for details about the error.
    Please also see the following docs.
    R12: Not Able To Enable Record History in R12 Supplier OAF Pages [ID 1319895.1]
    Record History Displays Exception On Supplier Pages like Address Book, Supplier Summary Page. [ID 825024.1]
    Thanks,
    Hussein

  • Firefox not recording history.

    Firefox isn't recording history. I've tried doing re installation and it has not fixed the issue. I've also played around with the settings it nothing changed.

    Okay I was able to fix it by doing a purge and then deleting everything in the "~/.mozzila/firefox" directory and then reinstalling it. This is also has also been affecting my linux box at work. Hopefully the same trick will fix it as well.

  • HELP - Record History - Created by is ANONYMOUS

    Dear All,
    My customer's EBS is 12.1.1, and there are lots of forms shows this issue.
    Help -> Record History ->Created by is ANONYMOUS.
    If create record on forms, then issue doesn't exist.
    My customer really need to figure out what happened in production environment? What can cause this issue?
    Please HELP!!

    My customer's EBS is 12.1.1, and there are lots of forms shows this issue.
    Help -> Record History ->Created by is ANONYMOUS.What is the navigation path? Does this happen to all forms or certain ones only?
    If create record on forms, then issue doesn't exist.
    My customer really need to figure out what happened in production environment? What can cause this issue?Please see these docs.
    'Record History' 'Created By' 'Updated By' 'ANONYMOUS' and -1 within Oracle Human Resources [ID 1225333.1]
    Discrepencies Under 'Help,'Record History','Updated By'. [ID 415959.1]
    APP-FND-01564 ORA-1403 in fdxwho When Viewing Record History In Master Items INVIDITM [ID 334677.1]
    Changing User Password Indicates Record Updated by Anonymous [ID 311621.1]
    Thanks,
    Hussein

  • Record History in R12 HTML Forms

    Hi all,
    Would greatly appreciate if anyone could shed some light on how I can access the (Help -> Record History) option in some of the HTML versions of the R12 standard forms, e.g. customer / supplier master.
    I need this to look at "Created By:" "Creation Date:" "Updated By:", etc.
    Thanks in advance,
    Fazleth

    Please see this thread for similar topic and discussion -- https://forums.oracle.com/thread/1066638
    Thanks,
    Hussein

  • Can we see the actual Tables using Record History through forms

    By using record history in Oracle Financials it shows only the associated view can we see the actual table using that record histoy
    Thanks a lot

    Thanks Kiran
    Actually i am new to Oracle Financials Technical side i have experience in Oracle field and want to work technically on apps side so i need to have check which form is on which base table and wats the relations etc thats why i am serching from front end the actual tables info
    Anyhow Thanks

  • How to Check record history in OAF Pages.

    How to check a record history in OAF pages, like the way we do in PUI ( Help -> Record History).

    In the "About This Page" link, you can see all the attached business objects, i.e. View Objects, Controllers, App modules etc. Clicking on VO name will give you the query.
    But as compared to PUI, it won't show you what was the last executed query.
    You can probably rely on the apache log to see the queries used on the page at run time.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to set record history for a customized form?

    i have created a customized form and register it onto apps. everything is working fine expect for the Record History part. while going to Help -> Record History for my customized form it showing error message -
    Recird History is not availbale here.
    Please suggest if i have to write a specific trigger for setting the record history. also please provide the sample code for the same.
    Thanks,
    Sam

    Sam,
    Please see if these threads help.
    How to enable record history for custom forms
    How to enable record history for custom forms
    RECORD HISTORY (or) WHO COLUMNS in R12???
    RECORD HISTORY (or) WHO COLUMNS in R12???
    Regards,
    Hussein

  • Created date&created by ar being modified in Record history while updating.

    Dear friends
    We will appreciate if you can advise on this issue.
    While updating user responsibilities on on OEBS 11.5.10 (DB 9.2.0.5) we noticed that the created date and created by in Record history is also being modified.
    Thanks to advise.
    Regards
    Kamlesh

    Kamlesh,
    Our environment is on the 11.5.10 version with 9.2.0.5 DB.
    Can someone help us to find a fix to solve the error Wf_local_user_roles.Creation_date Gets Updated To Sysdate When Updating UserAre you asking for unsupported solution?
    As per support its a bug and the fix provided requires an upgrade.Please update the SR and ask Oracle support for a workaround. If no workaround exists, then I would not suggest any other workaround and you would need to consider upgrading and/or applying the patch which fix the issue.
    Thanks,
    Hussein

  • Tracking Data Changes with Record History (WHO)

    Hi all ,
    I've a custom form & i need to Tracking Data Changes with Record History (WHO) will anyone show me example of how it's done because i tried to go through the application developer guide but unfortunatelly this part isnot tht clear with me
    waiting your reply
    thanks

    Hi,
    Good question, a colleague asked me the same yesterday - i will find out officially for you.
    Regards,
    H

Maybe you are looking for

  • Dashboard Customization in OBIEE 11g

    Hi all, I have a problem in customizing dashboard in obiee 11g. For cutomization i followed the document produced by the oracle. In that document they mentioned to deploy some application. I have followed all the steps mentioned in that. But i Couldn

  • Total hours booked against a maintenance plan

    Hi, How can I check how many hours have been booked against each maintenance plan. Many thanks.

  • SAP Query giving dump

    Hi all, I have a sap query. When query is called using T.code its working fine and if i execute the query through SQ01 then its giving me dump. Message is  Error when attempting to IMPORT object "PARVW". It says the object in the dataset had a differ

  • XI to IBM Websphere Default JMS Provider with JNDI

    Hello everybody! We face a problem with connecting SAP XI to IBM WebSphere Default JMS Provider (need to send a message from XI to WebSphere JMS and receive the response). We have the following versions installed:     SAP XI: 7.0 SP8 , Sun JDK 1.4.2

  • Changing the threshold of an alert

    I am receiving the SCOM 2012 R2 alert below.  I need to know how to create an override to change the threshold of this alert.  When I go to override for the rule, threshold is not one of the configurable properties. Alert Description  Source:    Data