Re:How do we maintain track records by selected user

Hi,
I am using Jdev11.1.2.3.0
I have a requirement which actually needs to keep track of all the items selected by a user.means if any user is changed the existing record or else if he creates any new record or delete any record,at that time i have to maintain one record about the user details and what he is modified the existing record,modified date and time.so how can i maintain the log.can anyone please help me out.
Thanks,
G.Shilpa.

Hi Nitish,
Thanks for the reply.I used history columns also.but i need to maintain separate log to track all the details.is there any business logic to maintain?
Thanks,
G.Shilpa.

Similar Messages

  • How to maintain master record for a user before assigning it to group?

    Hi!
    how to maintain master record for a user before assigning it to group?
    I am in SQ03 and would like to assign user to a group, but SAP sais that my user has no user master data... where it is maintained?
    Help will be appreciated,
    Mindaugas

    I  guess  it will be SU12 Transaction.
    Thanks
    Seshu

  • How to get number of records in all user tables in one select

    Please advise how to retrieve the number of records in all user tables in one select. I would likt to extract the data to excel file.
    Many thanks,
    Andrew

    You could always analyze the tables:
    declare
    begin
      for X in (select owner, table_name from all_tables
                 minus
                select owner, table_name from all_external_tables) LOOP
          dbms_stats.Gather_Table_Stats(X.Owner, X.Table_Name) ;
      end loop;
    end;
    /Then: Select Owner, Table_Name, Num_Rows from All_Tables ;

  • Sharing playlist - how do I maintaining track order across the network

    When I listen to the shared playlists on our local network at work, my Itunes automatically arranges the playlists into alpha order by artist. Can I change my settings so that the list is played in the order by which the person created it?
    And how do I make sure that when others play my shared list, it stays in the right order?

    It sounds like you are doing the correct labeling but that is the only way to change the display order in iTunes in the general library.  Remember all the album names will have to have the identical name in order for the disc number to have an effect.  Even tiny differences can be big, and album labels coming from Gracenote can be inconsistent.  Make sure you don't have something like "No. 1" and No 2"
    I have never had this issue with ripped CDs but have had other tracks which were problematic.
    Check this Aug. 2008 post by turingtest2 about temporarily changing labels - https://discussions.apple.com/message/7904806#7904806  -  This often works but I have had cases where tracks grouped when a letter was added but ungrouped when it was removed again.
    If they are mp3 files try changing the ID3 tag version which may cause iTunes to re-write the tags and clear up inconsistencies.  I use iTunes 7.5 (yes, from 2007) so I can't tell you where this is in later versions.
    I had one case of really stubborn grouping.  The tracks would re-group in ways that didn't make sense when I changed metadata.  Without going into detail, I deleted the tracks completely from iTunes, then re-added the files and they all grouped correctly.

  • How to show Session Error Records to End Users

    Hi all,
    I had to populate data using SESSION Method...
    I have 1000 records, out of which 750 records where updated correctly but i got 250 error records in it.
    i know that error records are stored in Error log/ INCORRECT SESSION in SM35.
    Now i want to modify these errounous records and repopulate them.
    Questions.
    1) We click on ANALYSE in SM35 to determine which sreen and value produced the error. if we have small data we can correct them interactively there only. But for 250 records how we have to correct them and upload 250 errors records.
    2) Can we download those error records into a flatfile.
    3) Is there any other method to handle such situation.
    Regards
    Surendar

    Vijay,
    I got your piece of code.... Its looking really good.
    Here my point is once that first validation is done i am doing exit. That means total  process stopped and cotrol comes out of the program. so how can this
    IF W_FLAG_ERROR = X. DISPLAY THE ERROR MESSAGE to the user
    will be executed ...............
    and
    bu writing it on the report list or just do LEAVE-LIST PROCESSING and come back to the selection screen. ESLE. CONTINUE PROCESSING ENDIF.
    I didn't fallow what u said here can u explain bit clearly plzzzzzz
    Nisha....

  • DB Adapter : How to limit number parent records in select query.

    Hi All,
    I am querying a master-detail tables from a database.
    I want to limit the number of parent records to 15.
    Ex: Resources is parent table. It has two child tables "Skills" & "PersonalDetails".
    Resources table has 1 to many relationship with above tables.
    When i use rownum <= 15 in the where clause i am seeing different results each time.
    Sample query is as below.
    select distict t0.resourceName , t1.skillName , t2.location
    from .table_names
    where .....join between tables..
    and rownum <= 15
    Note : I selected the checkbox "Use outer joins to return a single result set for both master and detail tables" in DBAdapter wizard.
    Let me know if i am missing anything important.
    Thanks,
    Sid.

    Hi,
    You can set the "Max Rows" at the DBAdapter wizard ("Advanced Options" step).
    Regards,
    Daniel

  • How to get the name of the selected user in Active Directory.

    Hi,
    I have added an vbs script to the Active Directory GUI, to do some actions on a selected user.
    When I right-click on a AD user, I choose my custom option, and a vbs script starts.
    So far so good, but in the script i would like to know the account (logonname) for that user.
    I can find many examples to do that with a script and a given parameter, but the parameter is in my case, the selected user in AD.
    Who can help ?
    Luc

    You just need to take the arguments and echo out the samaccountname (or do something else with it) - 
    Set wshArgs=WScript.Arguments
    Set adsUser=GetObject(wshArgs(0))
    MsgBox adsUser.samaccountname

  • Tracking records change made by another user or session

    How does oracle forms track records change made by other user or session?

    I think the question is, how does Forms know to issue the error "FRM-40654: Record changed by another user. Re-query to see change".
    I don't know exactly how Forms knows this. But in the past I have found that if a column has changed on the record, which you are not querying in this forms block, then you don't get the error. So Forms is perhaps comparing all the database values for the queried record, against the values that Forms has queried?
    When you attempt to lock the record from Forms, you'll see that Forms issues a statement
    SELECT <all the db columns in the block>
    FROM <wherever>
    FOR UPDATE OF <all the db columns in the block which are not query only>
    Even so, in the database, that statement doesn't know what the values are that the Form has already queried. So Forms must be doing something else.
    Hope this helps, it's a bit of a black box area I guess.

  • How can I keep track of ans of quest ???? [Struts]

    hi,
    I am trying to develop Question-Answer pages using struts.
    The problem is when user selectes the right option(radio button) of different different quest. how can i keep track of these selected radio buttons ???
    I mean how can i trace the value of selected radio button corresponding to its quest. in my ActionForm and ActionClass.
    //loop for all questions
    <logic:notEmpty name="QUEST_LIST">
         <logic:iterate id="list" name="QUEST_LIST"  indexId="sno">     
         <tr>
              <td><%=(sno.intValue()+1) %>
              </td>
              <td> <bean:write name="list" property="QUESTION" />
              </td>               
         </tr>
         <tr>//loop for all options of corresponding question
    <logic:iterate id="OptionList" name="list" property="OPTION_LIST">
              <td> 
              </td>
              <td><INPUT type="radio" name="<bean:write name="list" property="QUESTION_ID" />" value="<bean:write name="OptionList" />">
                   <bean:write name="OptionList" />
              </td>
              </logic:iterate>
         </tr>     
         <tr><td> </td>
         </tr>
         </logic:iterate>
    </logic:notEmpty>Now my problem is in statement.....
    INPUT type="radio" name="<bean:write name="list" property="QUESTION_ID" />" value="<bean:write name="OptionList" />">
    if I hardcode the valueof "name" attribute then only one radio button is selected from all the question, so i created it dynamically using quesID.
    now its working fine only one radio can be selected for each quest. BUT how I set the values of these selected radio button in my ActionForm and get it into ActionClass
    I hope u understand what i am trying to say.....
    Please help me......

    hi,
    try "last" in the client's terminal. is this what you are looking for?
    cheers,
    Michael.

  • JDev 10.1.3: ADF - How to end-date a record

    I am fairly new to ADF, but I have a question about end-dating a record. I have a table with a start and end date on a record. I have created a method that will allow the user to copy a record. I have an ADF read-only table, they select the record and click the copy button. This then displays an ADF form that allows the user to clone that record and make any changes to it. The user can enter a start date for this record. Could someone point me in the right direction or provide some documentation on how to then be able to go back and end-date the originally selected record with the start-date that the user just entered? I thought maybe I could override the doDML method in the Entity Object, but I am unsure how to find the original record that the user had selected?

    Well done on getting the bits together, let's consider your code next.
    0) You refer to attribute 29. This is going to get you in trouble if the attr index ever gets re-arranged. Instead you could probably do something like:
    Fees001RowImpl row = (Fees001RowImpl)getCurrentRow();
    ...then you can refer to the row attribute accessor:
    row.getX() (where X is your attribute name ... this assumes you've created the RowImpl class for the VO).
    (with apologies I've had to guess at some of your class names here, so you may need to tweek the class names to match your exact code)
    1) Why in endDateRecr() are you calling createRootApplicationModule()? This will create a separate transaction with the db and is probably the reason you're not seeing your record until refresh. If the client interface method is in your ViewObjectImpl you should be able to just call getApplicationModule(). Something like the following:
    AppModuleImpl am = (AppModuleImpl)getApplicationModule();
    This should also give you the advantage that you can now refer to the Fees001ViewObject directly like this:
    Fees001ViewObject vo = am.getFees001View1();
    ....and that'll isolate you from a name change of the view object which you've hardcoded in the findViewObject call.
    2) You loop through the Fees001 VO. Instead you could use vo.getKey() to find your exact row (assuming you have the PK).
    3) You set the fee attribute 2 + 3; similar to above you could cast the fee row to an instance of Fee001RowImpl then call the actual setter methods provided for each attribute, isolating you from any changes in the order index of the attributes.
    4) Any reason you're explicitly committing within the model layer method? This is similar to the argument that you should never commit inside a database pl/sql package as it's not obvious to the outside caller that this is occurring. Instead leave the commit for your UI ActionListener.
    Hope this helps. As I said it's a little hard to give you exact code as I don't know your object names etc, but hopefully will steer you in the right direction.
    CM.

  • Can i get multiple records if selection screen is 900 using PROVIDE

    Hi All,
    Iam using following statement for fetching MULTIPLE records from infotype 0008. In Attributes if i declare LDB as pnp and selection screen as 900, then iam not getting any records.
    Instead of th selection screen 900 is empty. then records will getting properly.
    How can i get multiple records if selection screen is 900?
      PROVIDE * FROM p0008
                    between pn-begda and pn-endda.

    Hi Ranjith
    You can use
    PYBEGDA and PYENDDA instead of PN-BEGDA AND PN-ENDDA.
    Regards
    Muneer.VK

  • How do I burn a recorded track, on logic pro?

    How do I burn a recorded track, on logic pro?

    Bad?
    I am far from an expert at Logic, but I found making a .wav file or .MP3 file fairly easy.
    Using the edit menj, I select all the tracts in my arrnage window.  Having done that I bounce the selected tract to my audio hard drive, having named it.
    I can then import that audio file and others into Itunes and then burn a list of compositions onto a CD.
    There must be several variations on that process but that one works well for me.
    David

  • After recording an old audio tape, how do I insert track (song) numbers?

    After recording an old audio tape, how do I insert track (song) numbers?

    Hi Wunghnu,
    Welcome to the Support Communities!
    The article below will show you how to send a song from Garageband to iTunes.  You can enter song information in the Share dialog box.
    GarageBand '11: Send a song to iTunes
    http://support.apple.com/kb/PH1794
    Also from within iTunes, you can edit song information as well.  Here's how:
    Playing and managing content in iTunes
    http://support.apple.com/kb/HT1399#3
    Editing Info
    Each audio or video file in iTunes has several settings and tags that can be easily modified. These options can be accessed by selecting any file in the iTunes browser windows and selecting "Get Info" from the File menu. You can add song lyrics, artwork and set special playback options. The "Info" tab lets you edit information about the file including artist and album info.
    Cheers,
    - Judy

  • How to make Different Tracks in a Recording

    HI there ...
    I'm just starting to make my way around GarageBand ...
    I have to do a recording tomorrow ... its an audition for a pianist. He's going to have to play some solos, scales etc ... all told it will be about an hour and a half of recording or more ...
    What I need to know is ..... Every part of the audition has to end up as a different track on the cd I make of it. For example the ten scales has to play would each be a track number ... his solo piece another number and so on.
    How do I mark tracks on the recording? Also ... if I set up the recording and just press record every time he plays ..... am I going to have enough space in the one project to record everything? I thought I read somewhere that garageband has a limit on the number of bars that it can record.
    Thanks so much for any help .......

    I just looked at Amadeus Pro on the web .... Does it do recording too?
    Yes
    How many tracks can it do ....
    I don't think it's actually specified, but lots. (Actually I don't think this is what you are talkin aboujt, it can do numerous simultaneous tracks for mixing down: but yes, you can split a single recording into separate ones.)
    If I record on GarageBand ... can I use Amadeus to
    edit the GarageBand file? ...
    Yes - first export to iTunes then drag the file from iTunes to the desktop and then drag that to the Amadeus Pro icon in the dock.
    .... Cut sections out ... Mark tracks .... and burn a
    CD? ....
    Yes, yes and yes. The program is still in beta and I haven't actually tried the CD burning facility, but in any case you can burn audio CDs from iTunes.

  • Audigy 4/how do i preview track 1 while recording track 2. tha

    good day, i just bought a audigy 4 (not the special edidtion with remote, etc..
    my problem is when i open my production software (digital recorder--------
    say i record the drums on track in multi rack view. when i unarm track and arm track 2 to say record a piano. Then when i press play to hear track 2 it plays the drums i recorded on track . the drums on track record on all my tracks. i had this problem with the soundcard that came with my pc, i think somebody said something about it was pretty cheap and didn't come with preview or something...........anyways i just bought a Soundblaster Audigy 4, well it's far from top of the line but it's a big upgrade for me, any know how i can fix this problem of track being recorded on all the tracks. It's important for me to be able to listen to previously recorded tracks while playing a new .
    so does anybody know how and if Audigy 4 can do this? this is essential, i bought this soundcard for i could go from my hardware digital recorder to software digital recorder. if there's a way can someone give me exact instructions on how to do this.
    'm using audigy 4 soundcard, 2.53 ghz intel celron, 40gb hard dri've, 52 mb of ram, and the recorders i'm using are cakewalk guitar pro and adobe audition. thanks

    Just stop using "What U Hear" as a recording source. If you're using ASIO, the ASIO Mix L works like "What U Hear".
    As recording source, use microphone for microphone and line-in (or AnalogMix()) for line-in sources.
    For monitoring, there is a checkbox behind a tiny red plus sign in CT Surround Mixer (or behind advanced button in windows audio I/O controls) you may need to set (this setting and recording source selection from ct surround mixre/windows recording controls has no affect when you're using ASIO device driver mode in software).
    jutapa

Maybe you are looking for

  • Show reminders in ical??

    i cannot work out how to show my reminders in the ical in the left hand bar can anyone help? ive seen tutorials in youtube and it sayd go to view> show/hide reminders but this isnt appreaing in my Ical , i want to be able to sync them When I die and

  • How do I print a pdf document in large type

          I need to print the following document: http://www.mta.info/maps/service_guide_web_Jun10.pdf       I set the viewing size to 150%, but when I print the document it comes out too small to read.  How do I get the document to print in the size I s

  • On commit restriction on materialized view.

    Hello friends, I am creating one materialized view which needs to be refreshed on commit, While creating that MV, i am getting error stating "On commit is not allowed for that.." I have studied oracle documentations for the same. The only restriction

  • Uninstall corrupt Adobe reader 9

    When I open "all programs" in my Win XP I see Adobe reader 9 listed. However, when I click on it I get an error message that the path is not valid. I would like to uninstall and reinstall the reader or else another reader that will open pdf files for

  • Photoshop is not exporting Lightroom metadata when saving as JPG

    For years I've been able to load files from LR to Photoshop CS3 and Photoshop CS4, edit the image and then save as a JPG file.  Then I can re-import them to Lightroom and they have always retained their colour ratings and star ratings.  Now that I ha