How to see when SR Escalation was created in the Audit Trail

We have an FDA requirement that the Oracle SR audit trail show when an escalation was created and closed. The audit trail doesn't show this currently in our system. Looking for a way to make this appear in the audit trail.
We need to be able to provide a single audit trail through the forms (reports are not acceptable) that shows all SR details (as standard functionality) along with when the escalation was created and de-escalated (or closed)
Any ideas using 11.5.10.2?

Abhishek 
I tried to delete the extension, in the Log tab, I only got one error which is:
Table CI_EEW_ORDERADM_H can't be created with package $TMP
Seems like the deletion process tried to change the structure CI_EEW_ORDERADM_H.
I checked this structure, there is already a field added by other developer, but this structure is apparently in another z-package.
So what I should do now?
Thanks

Similar Messages

  • How can you see when an event was created?

    Is there a way to see when an event was created in a calendar?

    However, this will have no legal standing - it is not a proof and it trivial to fake. Only carefully set up digital signatures (set up in particular ways) have legal standing (varies by country).

  • How to see when ipod was last synced from the pc

    I think my iPod is either lost/stolen and the only way to find out for sure is to see when my iPod was last synced on my computer. how do you find out the time that this happened?

    Welcome to the discussions,
    every time you sync a backup is created. You can find the list of stored backups in iTunes/Settings/Devices. Hover over the name of the device and you'll see the serial number of the device and right next to the backup the date it took place.
    But you can't find out if your ipod has been synced on another computer using your PC.
    Message was edited by: Ingo2711

  • Hi, for Iphone tips page "see when a message was sent " , then how do I know that the message has been read?

    Hi,
    for Iphone tips page "see when a message was sent " , then how do I know that the message has been read? Thanks  

    Hi Bhavesh,
    Please see my replies inline:
    > 1. If i remember your ealier thread correct also, I
    > would suggest that you drill down in Where Did the
    > Error Occur. Instead of no restriction, select
    > Adapter Engine and also your Corresponding Adapter
    > and then trigger the error message and check if the
    > alert is triggered.
    When I click on "Where did the error occur" -> "Adapter Engine", I do not have a choice of errors from the dropdown. I only see one option "*".
    Is this right?
    > 2. ><i>When I click on "Alert Inbox" ->
    > "Subscription", I get a message "The table does not
    > contain any entries". Is this correct?</i>
    >
    > Yes this is correct. You have defined in your alerts
    > as the option as FIED RECIPIENTS. You also have
    > options like Reciepients via User Role and
    > Subscription Authorization in ALRTCADTDEF.
    >
    I see.
    I've also managed to overcome this problem by selecting "Subscription Authorization" in the Alert Category Definition page, and entering SAP_XI_MONITOR as one of the roles.
    After that, I am able to see a the alert category defined. By default it's already subscribed, because I'm using the same user - PISUPER.
    I saw in another post that the option "Suppress Multiple Alerts of this Rule" should be left unchecked. I tried that, but I still do not see any alerts raised in ALRTDISP.
    What did I miss?
    Please help.
    Thanks.
    Ron

  • How to find when index was created in the database.

    Hi,
    Please help me, how to find when index was created in the database. It should give with date and time.
    Thanks... Bakser

    Please help me, how to find when index was created in the database. It should give with date and time.DBA_/ALL/User_objects Created
    Name                                      Null?    Type
    OWNER                                              VARCHAR2(30)
    OBJECT_NAME                                        VARCHAR2(128)
    SUBOBJECT_NAME                                     VARCHAR2(30)
    OBJECT_ID                                          NUMBER
    DATA_OBJECT_ID                                     NUMBER
    OBJECT_TYPE                                        VARCHAR2(19)
    CREATED                                           DATE
    LAST_DDL_TIME                                      DATE
    TIMESTAMP                                          VARCHAR2(19)
    STATUS                                             VARCHAR2(7)
    TEMPORARY                                          VARCHAR2(1)
    GENERATED                                          VARCHAR2(1)
    SECONDARY                                          VARCHAR2(1)
    select OBJECT_NAME,TIMESTAMP,CREATED  from ALL_OBJECTS where OWNER='OWNERNAME' AND OBJECT_NAME='OBJECT_NAME' AND OBJECT_TYPE='INDEX';Edited by: Anantha on Apr 21, 2009 3:18 PM
    Edited by: Anantha on Apr 21, 2009 3:19 PM

  • How to see if a data was inserted on a table on a particular date

    Hi,
    I I would like to know how to see if a data was added/removed on a table for a particular date?

    Hello,
    If the table does not have a date field that says when a record was inserted or updated, then you cannot know that information.
    You can fix this by adding that date field to the table.
    You can add a trigger that saves on history table that you need to create, when a record was inserted/updated/deleted.
    Alternatively, you can use Change Data Capture.
    http://blogs.msdn.com/b/manisblog/archive/2008/03/30/sql-server-2008-change-data-capture-part-i.aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • I'm a Microsoft Outlook for Mac user, I need information of how to know when e-mail was readed and confirm receipt of e-mails sent. thank you!  regards Mauricio

    I'm a Microsoft Outlook for Mac user, I need information of how to know when e-mail was readed and confirm receipt of e-mails sent. thank you!  regards Mauricio

    Mail and Address book

  • Is there a table in EM 10.2.0.3 repository to see when a target was addeed?

    Does anyone now of any views/tables that you coupld query in EM to see when a target was added to OEM? Date Wise...
    Thanks In advance!
    Chris

    I see MGMT_TARGETS has the following columns.
    Does any of these represent closely when the target was added to OEM?
    Any help appreciated. I need this for a management report.
    Thanks!
    SQL> desc MGMT_TARGETS
    Name Null? Type
    TARGET_NAME NOT NULL VARCHAR2(256)
    TARGET_TYPE NOT NULL VARCHAR2(64)
    TYPE_META_VER VARCHAR2(8)
    CATEGORY_PROP_1 VARCHAR2(64)
    CATEGORY_PROP_2 VARCHAR2(64)
    CATEGORY_PROP_3 VARCHAR2(64)
    CATEGORY_PROP_4 VARCHAR2(64)
    CATEGORY_PROP_5 VARCHAR2(64)
    TARGET_GUID NOT NULL RAW(16)
    LOAD_TIMESTAMP DATE
    TIMEZONE_DELTA NUMBER
    TIMEZONE_REGION VARCHAR2(64)
    DISPLAY_NAME VARCHAR2(256)
    OWNER VARCHAR2(256)
    TYPE_DISPLAY_NAME VARCHAR2(128)
    SERVICE_TYPE VARCHAR2(64)
    HOST_NAME VARCHAR2(256)
    EMD_URL VARCHAR2(1024)
    LAST_LOAD_TIME DATE
    IS_GROUP NUMBER(1)
    BROKEN_REASON NUMBER
    BROKEN_STR VARCHAR2(512)
    LAST_RT_LOAD_TIME DATE
    LAST_UPDATED_TIME DATE
    MONITORING_MODE NUMBER
    REP_SIDE_AVAIL NUMBER
    LAST_E2E_LOAD_TIME DATE

  • How to see when and who made changes in some table???

    How to see when and who made changes in some table?
    Some makes me problems and I want to see who are the usernames.
    Thanks

    Nikoline wrote:
    How to see when and who made changes in some table?
    Some makes me problems and I want to see who are the usernames.
    ThanksEither you need to implement Oracle Audit, or use Logminer Utility to read archived redo log files

  • Why when my music was matched to the CLOUD did my music become the clean/censored version and how the **** do I get back my original music?

    Why when my music was matched to the CLOUD did my music become the clean/censored version and how the **** do I get back my original music?

    Why when my music was matched to the CLOUD how did my music become the clean/censored version and how the **** do I get back my original music?

  • Can i see when my phone was last accesed and used and restored.

    can i see when my phone was last accesed and used and restored.

    If you are the account owner you can log in to verizonwireless.com and check the call and text logs to see when the last activity was.  As far as seeing when it was last "restored" - that could mean several things.  Is it a smartphone?  Do you mean a factory reset? Restore from a backup?
    Is the phone not in your possession?

  • FCPX: In Event Library: how to know if a video was used in the timeline of Final Cut Pro X?

    In Event Library: how to know if a video was used in the timeline of Final Cut Pro X?
    An example: In Premiere Pro, the whole video is added to the timeline identified as used in their video library. Facilitating our work on a big project, not to repeat videos. You can do this in FCPX?

    The way it works in FCP:
    Working from the Timeline Index, you can see lists of all clips in the sequence and their location in the timeline.
    You can also do a search (kevn) to narrow the results.
    Russ
    hth.
    Russ

  • Convert an integer value that was created with the Excel DATEVALUE formula to a valid date?

    Hello everyone,
    How can I convert an integer value that was created with the Excel DATEVALUE formula to a valid date in SSIS?
    Is this even possible?
    For example:
    =DATEVALUE("8/22/2008") will format the cell to display 39682.
    Reading the column as a string to get the int value (39682) - how can I turn this into a valid date using SSIS and then importing the real date to sql server?
    Thank you!

    You can use Script component for this and convert your integer values to Date. An example here is following:
    CultureInfo provider = CultureInfo.InvariantCulture;
    string dateString = "08082010";
    string format = "MMddyyyy";
    DateTime result = DateTime.ParseExact(dateString, format, provider);
    Source: http://stackoverflow.com/questions/2441405/converting-8-digit-number-to-datetime-type
    Vikash Kumar Singh || www.singhvikash.in

  • Hello - I live in the UAE and my itunes account is regsitered here. Unfortunately the choice of music is not as good as when my account was registered in the UK. I cannot register my account in the UK as my bank details are all in the UAE now. HELP!

    Hello - I live in the UAE and my itunes account is regsitered here. Unfortunately the choice of music is not as good as when my account was registered in the UK. I cannot register my account in the UK as my bank details are all in the UAE now. HELP!

    Sorry, but no help is possible. You can only use the UAE iTunes Store, and Apple can only offer what content they are able to license for sale in that country. You'll have to look elsewhere for content. Whether there are any other download stores able to sell in the UAE I don't know. You may need to purchased CDs and import them into iTunes.
    Regards.

  • Retrieve the date a file was created in the background

    EDITED CONTENT----
    Apologies all...I just realized there is a specific forum for this type of question.  I will post it there.
    Thanks Marilyn for point this out>>>>should have read it first as suggested. 
    /message/2572763#2572763 [original link is broken]
    Hi guru's,
    I have a custom application that does some windows directory cleaning based an older than 'X' days setting.  I have to do some calculation to determine if the file being processed is older than that number of day and delete it if it is.  To determine the file created date I use the method DIRECTORY_LIST_FILES from CL_GUI_FRONTEND_SERVICES.  This works great in the foreground but dumps in the background because the handle object reference is not created in the class constructor and subsequently does a call to a "NULL" object.
    My question:
    Does anyone know of a way to get the date a file was created while running in the background?  If not, please read on --- I have another question regarding an alternate approach I am trying.
    I have tried the following approach FM EPS_GET_DIRECTORY_LISTING to return an internal table with all files in a directory.  Works fine in the background, but the created date is not in the return values.  Soooooo I looped at the internal table and called this system function:
            CALL 'C_FILE_ATTRIBUTES'
                ID 'NAME'     FIELD tempfile
                ID 'TYPE'     FIELD singleFile-
                ID 'LEN'      FIELD file-len
                ID 'OWNER'    FIELD file-owner
                ID 'MTIME'    FIELD file-mtime
                ID 'MODE'     FIELD file-mode
                ID 'ERRNO'    FIELD file-errno
                ID 'ERRMSG'   FIELD file-errmsg.
    This returns the MTime, which is the Modified time (in Epoch time format: number of seconds since Midnight 1 January 1970), but no created time.  Does anyone know the ID for the created time?  I tried CTIME but no value is returned. 
    Along with this question: any idea if a FM or Method exists to convert Epoch time to a standard time.  I could do the calculation myself....but it seems someone would have already done this.  No point in re-creating the wheel.
    Thanks so much,
    Quack
    Message was edited by:
            Ryan Quackenboss

    I will be happy to.
    Please post something to this thread. 
    Retrieve the date a file was created in the background
    I UNMARKED this question as a post and reposted in the data transfer forum.
    That post is still open.  Once you post there, I will mark it ANSWERED and award points.
    Thanks for the help
    Quack

Maybe you are looking for

  • Is there any way to edit my bookmark backups so they don't load something they already have?

    I saved a backup of my bookmarks and when I try to load it, it only loads less than have of the original ones. I just wanted to know if the ones already loaded could be removed from the file so I could continue restoring them.

  • DVI & ADC video card upgrade???

    What can I get to replace the stock 64mb AGP card (at least I think it is) in my MDD Dual 1.42 machine. I currently run two Acrylic Cinema Displays, a 20" via DVI and a 17" via ADC... Is ADC going to limit my options? If so, I can use a second ADC-DV

  • External hd read only after snow leopard

    Hi, I installed snow leopard and it's running fine, but now my permissions for my external drives (mac formatted) are now read-only. It wont let me change the permission, or change owner, even when I go through root account (regular account is an adm

  • ADF Shuttle Select Items rendered as checkboxes

    So, we are using ADF 11.1.2.4 to develop our application.  We have a requirement to use the shuttle control.  However, when it is rendered, it contains checkboxes (inputItem type=checkbox).  I am pretty sure this wasn't happening with 11.1.2.3, but w

  • Cannot resume after suspend

    Hello friends! My problem with Arch Linux is that i could not resume my laptop after open the lid. Its just resume for 5 seconds and then shutdown by itself... Can somebody tell me how to fix this? My laptop is HP g62 Everything works fine except the