Can't see procrdure code

Hello ,
I am new to ORACLE. I have downloaded ORACLE XE. I use Go to database home page menu to login. I log in as hr. In object browser I browse procedures. I get the list of procedures in left pane, but I can't see procedure code in the right pane. Can any one guide me ?
Thanx in advance.

For example:
Re: Creating Script using Script Editor

Similar Messages

  • SQLDeveloper 3.2 - I can't see trigger code

    Hi people
    In some cases, I can't see trigger code.
    I didn't find a pattern to determine what kind of trigger has an invisible code.
    For example, in my instance I can't see code of SCOTT.AFTER_INS_UPD_ON_EMP trigger, but I see it in SQL tab for SCOTT.EMP table.
    I had to copy from there and recreate trigger. Now is visible
    I work with EBS R12, and a list of some triggers with that problem follows:
    AR_RECEIVABLE_APPLICATIONS_BRI
    AS_JTF_RS_GROUP_MEM_BI
    FND_FLEX_VAL_RULE_LINES_T1
    FND_FLEX_VALIDATION_RULES_T1
    FND_SECURITY_GROUPS_IL
    HR_LOCATIONS_ALL_OVN
    PAY_TEMPLATE_EXCLUSION_RUL_WHO
    PER_ALL_PEOPLE_F_OVN
    PER_PERSON_ANALYSES_OVN
    PER_PSV_OVN
    WIP_DISCRETE_JOBS_BRD
    My info:
    SQL Developer 3.2.09.30
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    Thanks
    Oscar

    Hi Oscar,
    Possibly your issue may be the same as this very recently logged and fixed bug:
    Bug 14530780 - TRIGGERCODE IN OTHER SCHEMA NOT VISIBLE IN BROWSER, HOWEVER QUERIABLE IN SQLWORK
    But the bug narrative never claims it is a regression, so presumably it also would have been a problem in prior releases.
    Regards,
    Gary

  • Can we see the code of GUI UDF functions

    Hi All,
    Can we see the code of GUI UDF functions?
    Which language it has been written?
    Cheers!
    Samarjit

    Hi,
    Have a look at this blog.
    Is this what you are looking for?
    <a href="/people/venkataramanan.parameswaran/blog/2007/02/06/is-there-a-possibility-to-access-xi-standard-functions-in-user-defined-functions-yes there a possibility to access XI standard functions in User defined Functions?" Yes!</a>
    Regards
    Bhavesh

  • What can i do if I scratch the itunes card and I can´t see the code?

    what can i do if I scratch the itunes card and I can´t see the code?

    Follow these instructions;  iTunes Store:  Invalid, Inactive, or Illegible codes, http://support.apple.com/kb/TS1292

  • How can i see the code of SAP Exit for SAP Defined Variables

    Hi,
       It's very Urgent! How can i see the Source Code of SAP Provided Variables. I need to write code for User Defined Variables. please help me. It's very Urgent.
    Thanks in Advance.
    Nagesh.

    hi Nagesh,
    sample code for variable exit,
    there is 'how to' docs, can't see your email address.
      DATA: L_S_RANGE TYPE RSR_S_RANGESID.
      DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
      CASE I_VNAM.
      WHEN 'CUMMONTH'.
        IF I_STEP = 2.                                  "after the popup
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
                  WHERE VNAM = 'MONTH'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW      = LOC_VAR_RANGE-LOW(4)."low value, e.g.200001
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-HIGH     = LOC_VAR_RANGE-LOW.   "high value = input
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
            EXIT.
          ENDLOOP.
        ENDIF.
      ENDCASE.

  • Can't see file code

    I'm using DW 8.0.2 on this computer (30-day trial of full
    version CD I
    have). On my home computer I have DW MX 6.1. I am trying to
    edit existing
    website files from a website that I didn't design. It has
    ".htm" files,
    ."html" files, and ".asp" files.
    At home (with DW MX 6.1), I can access the website files,
    download them, see
    the html and edit the code, and upload them to the website.
    This works for
    all file types (htm, html, asp).
    On this computer (with DW 8.0.2), I can access the website
    files and
    download them. But I can't see the html code for some of them
    in order to
    edit the code. All I see when I open those files is jibberish
    symbols.
    This is true for all 3 file types -- in other words, some of
    the html files
    work, some of the asp files work, and some of the htm files
    work. By
    "work", I mean I can see the code when I open them.
    I just reinstalled DW 8.0.2 and HomeSite, and Extension
    something, and
    ColdFusion hoping somehow that would fix things. What
    happened is that now
    I can "see" some of the files whereas before I couldn't see
    any.
    Any ideas what else I could try?
    I'm using Windows XP Pro.

    Okay, thanks. I'll have to try that.
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > DW would do that if you used it to validate the page, I
    believe.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Newbie56" <[email protected]> wrote in message
    > news:[email protected]...
    >> Thanks again. I appreciate you taking the time to
    explain things. I am
    >> the type of person that finds it helpful to
    understand the concept and
    >> underlying reasoning involved in how things work.
    That helps me apply
    >> the concepts to other situations.
    >>
    >> I know this is probably overkill or too much to
    expect, but I wonder if
    >> it would be possible (and practical) for future
    versions of DW to build
    >> in error messages when certain syntax errors are
    encountered instead of
    >> just producing a blank page or producing a page with
    all unrecognizable
    >> gibberish.
    >>
    >> For example, if DW encountered a problem with an
    unrecognized code in the
    >> charset=whatever coding, maybe it could produce an
    error message that
    >> says "error in reading charset command" or
    "unrecognized charset" in line
    >> "charset=whatever". So, if someone accidentally
    entered UTF-61 (a typo)
    >> instead of UTF-16, the unrecognized charset error
    message could appear.
    >>
    >> Or, in the common error you described, maybe DW
    could produce an error
    >> message that says "error -- multiple or conflicting
    <body> tags found,
    >> unable to proceed".
    >>
    >> Or, in general, "unknown error(s) in code detected ,
    unable to proceed".
    >>
    >> I'm sure it can't accommodate every coding error,
    but maybe some are
    >> common enough that DW could provide a feedback
    message for them.
    >>
    >>
    >> "Alan" <[email protected]>
    wrote in message
    >>
    news:C0EC64F9.29AFB2%[email protected]...
    >>>
    >>>
    >>>> Thanks. That makes sense and it helps me
    understand what the problem
    >>>> was.
    >>>
    >>> no problem and good luck with things.
    >>>
    >>> suggestion- you could do a Find and Replace, or
    just a Find for
    >>> charset=unicode sitewide
    >>>
    >>> a difficult to understand thing that seems like
    a contradiction at
    >>> first, is
    >>> that with each new version of dreamweaver, as
    features and capabilities
    >>> are
    >>> added; it gets less tolerant of code syntax that
    isn't just right.
    >>> That's
    >>> why folks ask to see the page/code. Dw can't be
    as tolerant or failure
    >>> resistant as a browser can be- a browser just
    has to display something.
    >>> Dw
    >>> has to know exactly what the code is and where
    the cursor is in the tree
    >>> of
    >>> syntax so it can decide what's proper code to
    insert in the current
    >>> cursor
    >>> location.
    >>>
    >>> it's probably a weekly occurrence of someone who
    says design view is
    >>> blank
    >>> YET the page renders fine in browsers- when the
    page is checked they are
    >>> using SSI includes where the included files are
    complete html docs with
    >>> <head> and <body> tags. Browsers
    render the page because the browser
    >>> programmers can code it to to deal with
    imperfect pages- but dreamweaver
    >>> sees multiple body tags and gives up trying to
    make sense of it.
    >>>
    >>
    >>
    >
    >

  • Can't See PHP Code

    Hi, I was using Dreamweaver MX to edit the index.php file on
    my website. It was working fine - just made the changes clicked the
    X to close down the application, it asked me if I wished to save
    the changes. I clicked "Yes" and it worked.
    Then after I installed IE7 found that Dreamweaver MX didn't
    work so bought Dreamweaver 8 and then applied the 8.0.2 updater.
    I can still open the index.php file but I cannot see any code
    never mind edit it!
    Any ideas how I can get this code to show itself so I can
    edit it?
    Thanks
    Derek

    findlayspinone wrote:
    > One other thing I can right click on the index.php file
    and view the page in my browser (IE7) so the file is definitely not
    empty!
    If the file is not empty and it's working, I don't understand
    why you
    can't see it in Dreamweaver. Wish I could be of more help,
    but I can't
    think of a logical explanation for what's happening.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • I bought 2 app store cards and can not see the code on them

    i can not redeem my 2 $25 cards because i can't see the codes

    Invalid, inactive, or illegible codes
    http://support.apple.com/kb/TS1292

  • On my iTunes gift card I scratched to hard and I can't see the code, how can I still use the money on it?

    I got an iTunes gift card and when it said to scratch to reveal code, I must have scratched to hard and it scratched off the code. Is there anyway I can enter something somewhere and still get to use the gift card?

    You will have to contact iTunes support
    http://www.apple.com/support/itunes/contact.html

  • I  can't see the code in the gift card i bought

    i bought a gift card and only the last 3 digits of the code are visible.
    the store where i bought the card say is my problem and won't give me a new one, nor refund me me the money
    what should i do? i don't wan to waste the money i already pay

    you can try these two things
    1.contact itunes store support and expresslane.apple.com and put the card serial number in the desciption and they will get back to you with the activation code
    2.go to the redeem section of the iTunes store
    -enter 0 into the code section and hit redeem about 4 times, at that point it will then ask you if you need help
    -select help and it will bring up a screen to fill out some info on the card
    -enter the card serial number from the back of the card (usually starts with a GCA PBH or 6066)
    -after filling out the help info and email address section iTunes should be able to send you the activation by email

  • Can not see ABAP code of programs and FM using SE37, SE38, SE80

    Hi, all!
    When I try to open ABAP-code using transactions SE37, SE38, SE80, they don't display it. Instead it current mode hangs, but I can open another one.
    System ECC 6.0, SAP_ABA package SAPKA70021, GUI Patch 17.
    I have 2 laptops, one of them works with these transaction properly, another gives described problem. Other my colleagues don't have such problems.
    Can anybody help me to solve this problem?
    BR,
    Boris

    hi friend,
    I had the same problem the problem than you, the problem isn´t the gui, the probelm is the msxml parser .
    Follow the next sollution and you will solve your problem.
    http://scn.sap.com/thread/1853701
    My original problem was the "SAP signature theme" was black and with a lot of problems, changing to "Enjoy theme" everything appear works perfecly, but when I tryed to display any source code the screen was thinking without end.
    The problem is solved uninstalling any SAP software from your machine also msxml program from SAP and reinstalling first msxml 4.0 and msxml 6.0 after shut down install sap logon behind, when ended everything will work again.
    This my actual version and it works.
    kind regards,
    Miguel Angel Orihuela

  • Can't see bar codes on PDF files

    I Received tickets to print in a PDF file but bar code did not show on ticket when opened . is there a fix for this?

    Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps BEFORE doing the reset.

  • Where can I see the "code" of an object?

    hi guys,
    which view will show me the "code" used to create an object?
    thanks

    Hi,
    Did you try doing
    desc dbms_metadata.
    It woudl have shown you something like this
    FUNCTION GET_DDL RETURNS CLOB
    Argument Name                  Type                    In/Out Default?
    OBJECT_TYPE                    VARCHAR2                IN
    NAME                           VARCHAR2                IN
    SCHEMA                         VARCHAR2                IN     DEFAULT
    VERSION                        VARCHAR2                IN     DEFAULT
    MODEL                          VARCHAR2                IN     DEFAULT
    TRANSFORM                      VARCHAR2                IN     DEFAULTIf you are trying from a schema/user other than the owner and if you have necessary privilege then you shoudl pass the third parameter also.
    In this case it should be
    select dbms_metadata.get_ddl('<object type>','<object name>','<object owner>') from dual;Regards
    Anurag Tibrewal.

  • Code written in Function? Can we see it again...

    Hello Everyone,
    Can I see the code that is written in the stored function? The function is in a package.
    Could you please tell me how to get the code from it?
    Thanks in advance
    Himanshu

    If this is in a package you cans only see it via the package:TEST.SQL>create package a
      2  is
      3  function f return number;
      4  end;
      5  /
    Package created.
    TEST.SQL>create package body a
      2  is
      3  function f return number
      4  is
      5  begin
      6  return 0;
      7  end;
      8  end;
      9  /
    Package body created.
    TEST.SQL>SELECT TEXT FROM USER_SOURCE WHERE NAME='A' ORDER BY TYPE, NAME, LINE;
    TEXT
    package a
    is
    function f return number;
    end;
    package body a
    is
    function f return number
    is
    begin
    return 0;
    end;
    end;
    12 rows selected.
    TEST.SQL>c:'A':'F'
      1* SELECT TEXT FROM USER_SOURCE WHERE NAME='F' ORDER BY TYPE, NAME, LINE;
    TEST.SQL>/
    no rows selectedRegards,
    Yoann.

  • I'd like to know how can see the code editor for FormBeans y ActionBean

    Hi, I'm testing JDeveloper 10 and found this problem: When a created (Struts) FormBeans or ActionBeans I can't see formBean class or where it created and obviusly can't see source code in code editor.
    Can you help me?
    Sorry for my english
    Paio

    Form beans will be created in the default package for the project. We don't create them for you automatically though - unless you click on an Action in the Diagram, and choose "Go to Form Bean" from the context menu.
    If you just create a bean in the Struts Structure pane - that will create the XML entry but not the implementation.

Maybe you are looking for