Viewing standard libraries while accessing a standard oracle form

Hi all,
i'm trying to open a standard Oracle receivables form and trying see the code in the standard libraries but I was not able to see it. Is there a way I can see the code....
Thanks in Advance,
Satish

You have to open the "standard" libraries to have a look at the code
btw.. eBusiness-suite-related question are bettere to be asked in the appropiate forum OA Framework

Similar Messages

  • How can i view the data from Access DB in oracle

    pls tell me that how can i view the data of MS ACCESS DATABASE in ORACLE.i was use ODBC of ACCESS DATABASE AND THEN CREATE DATABASE LINK IN ORACLE BUT NOT YET SUCCEEDED.PLS TELL ME THE PROCEDURE.
    regard's

    hi,
    u nedd to use Oracle Hetrogeneous Services,,
    full details of the procedure u may fing on metalink
    Regards

  • How to view field name for a field in Oracle form?

    I was told you can do this but I forgot how.
    If you want to build a report, but don't know what the field name is in Oracle, you can open up the Oracle form and find the screen with that field name and do a trick that tells you the Oracle field name. Any help?

    Try this....
    REPORT ZZDYNAMIC_FIELD.
    DATA: BEGIN OF it1 OCCURS 0,
    printer(10) TYPE c,
    paper1(20) TYPE c,
    paper2(20) TYPE c,
    paper3(20) TYPE c,
    END OF it1.
    DATA: descr_ref TYPE REF TO cl_abap_tabledescr,
          i         TYPE i.
    FIELD-SYMBOLS:
      <key_comp_wa> TYPE abap_keydescr,
      <field>       TYPE ANY.
    it1-printer = 'MUC123'.
    it1-paper1 = 'KBLOGO'.
    it1-paper2 = 'BLANK'.
    it1-paper3 = 'DINA5'.
    APPEND it1.
    it1-printer = 'MUC123'.
    it1-paper3 = 'KBLOGO'.
    it1-paper2 = 'BLANK'.
    it1-paper1 = 'DINA5'.
    APPEND it1.
    TRY.
        descr_ref ?= cl_abap_typedescr=>describe_by_data( it1[] ).
      CATCH cx_root.
    ENDTRY.
    LOOP AT it1.
      i = 0.
      WHILE 1 = 1.
        i = i + 1.
        ASSIGN COMPONENT i OF STRUCTURE it1 TO <field>.
        if <field> is not assigned.
          EXIT.
        endif..
        IF <field> IS ASSIGNED AND <field> EQ 'KBLOGO'.
          READ TABLE descr_ref->key INDEX i ASSIGNING <key_comp_wa>.
          WRITE <key_comp_wa>-name.
          exit.
        ENDIF.
      ENDWHILE.

  • Importing Access Data into Oracle Forms through Forms 10g

    Sirs,
    How can i import the data of Access file into Oracle tables.
    i have the tables in access of approx 10 how can it be imported in oracle with same data structure.
    ThanX in advance

    DECLARE
    kAccess client_ole2.obj_type;
    kdb client_ole2.obj_type;
    ktables client_ole2.obj_type;
    krec client_ole2.obj_type;
    kcurr client_ole2.obj_type;
    begin
    kaccess:=client_ole2.create_obj('Access.application);
    kdb:=client_ole2.invoke_obj(kaccess,'open','D:\acc.mdb');
    ktables:=client_ole2.get_obj_property(kdb,'tables',1);
    //then process teh data of the table which is at 1 using another
    krec:=client_ole2.invoke_obj(ktables,'count');
    for s in 1 .. krec
    loop
    /// code for sinserting the current records data into the oracle tables.
    kcurr:=client_ole2.get_obj_type(ktables,'recordset',s);
    // then access each filed in kcurr and then insert in oracle table
    end loop;
    end;
    the above code is not tested your can alter any syntatical error if any.

  • Connecting MS-Access database with Oracle Forms

    Hai,
    Can any one suggest as to how I can connect MS-Access database
    with Oracle Developer Forms. What is the procedure ? Suggest me
    if I need to install any drivers. Waiting for an early reply.
    Warm Regards,
    Raghav.
    email:[email protected]

    Not possible as far as I know.
    Probably because ODBC itself (the defined interface) doesn't support it.
    There is a commercial MS Access (java only) driver that might support it.

  • Accessing packages with Oracle Forms 9i

    I created a package in my sql session which contains only variables. When I connect to the database through Oracle Forms and try to access these variables in a trigger I receive the error "Cannot directly access remote package variables or cursor" How can I access these variables from within a forms module?

    If you want to access a client side device I would look at webutil, there are utilities for hooking into C DLLs. Strictly speaking webutil is only certified wil 10g forms but it should work in 9i Forms.
    Grant ROnald
    Forms Product Management

  • How to display the report output from a standard Oracle Form

    Dear Members,
    I am calling a concurrent program (XML Report) from a standard form using form's personalization (special menu entry).
    I am able to successfully submit the concurrent program. Once it is submitted successfully user need to navigate to the Requests window to see the output.
    Instead of user navigating to the requests window to see the output, can we display it directly on the standard form itself after the completion of the report?
    Many thanks in advance.
    Best Regards,
    Arun Reddy.

    R4S,
    You might be able to Zoom to the view requests form to save your users a step.
    HTH,
    --Johnnie                                                                                                                                                                                                               

  • How to modify the window name and field name in standard oracle forms

    Hi All,
    I am new to the forms. I would like to ask how to modify the standard form window name "Subinventories" to "INV Subinventories" in EBS.
    Please help.
    Thank you.
    Regards,
    Diane

    hi
    plz move your thread to EBS forum.
    sarah

  • Problems While Accessing ASM In Oracle 11.2.0.1

    Hi All,
    In my UAT database I could see all my database services are up and running.
    oracle@blrvqorasdb01:ARSUATDB [home/oracle] > ps -ef|grep pmon
    oracle 4409 3229 0 09:34:57 ? 0:12 ora_pmon_ARSUATDB
    oracle 10111 9608 0 15:59:59 pts/6 0:00 grep pmon
    oracle 4053 3229 0 09:31:40 ? 0:08 asm_pmon_+ASM
    When I logged in to my ASM profile as a sysasm I am getting the below error:-
    oracle@blrvqorasdb01:+ASM [home/oracle] > sqlplus "/ as sysasm"
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Dec 16 16:08:47 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-09817: Write to audit file failed.
    SVR4 Error: 28: No space left on device
    Additional information: 12
    ORA-01075: you are currently logged on
    I am able to login to the database and create objects in it. Can anyone advice me why am I getting the above error.
    For a workaround I thought of stopping and starting ASM instance but I am getting the below error:-
    oracle@blrvqorasdb01:+ASM [u01/11.2.0/grid] > srvctl stop asm -f
    PRCR-1070 : Failed to check if resource ora.asm is registered
    Cannot communicate with crsd
    Please advice...
    Regards,
    Arijit

    Arijit_DBA wrote:
    Hi All,
    In my UAT database I could see all my database services are up and running.
    oracle@blrvqorasdb01:ARSUATDB [home/oracle] > ps -ef|grep pmon
    oracle 4409 3229 0 09:34:57 ? 0:12 ora_pmon_ARSUATDB
    oracle 10111 9608 0 15:59:59 pts/6 0:00 grep pmon
    oracle 4053 3229 0 09:31:40 ? 0:08 asm_pmon_+ASM
    When I logged in to my ASM profile as a sysasm I am getting the below error:-
    oracle@blrvqorasdb01:+ASM [home/oracle] > sqlplus "/ as sysasm"
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Dec 16 16:08:47 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-09817: Write to audit file failed.
    SVR4 Error: 28: No space left on device
    Additional information: 12
    ORA-01075: you are currently logged on
    I am able to login to the database and create objects in it. Can anyone advice me why am I getting the above error.
    lack of disk space at OS level

  • How to restrict/allow users to access oracle forms/reports through SSO

    Dear All,
    I am new to oracle application server and need to know how can we manage the access rights for oracle forms using OID/SSO.

    Anyone can answer.

  • RBAC for Oracle Forms

    How can we have role based access control for Oracle Forms.
    Say for example purchase Order, Role 'Creator' will have create access to Purchase Order form, Role 'Verifier' will have only update access to Purchase order form and Role 'Approver' will have view only access to Purchase Order Forms.
    Request for quick response as requirement is very urgent.
    Thanks & Regards
    Vimal

    hsawwan wrote:
    Please see these docs.
    R12 Login Issue on Target After Cloning ,Fresh Install Or Upgrade [ID 435550.1]
    "Function Not Available To This Responsibility" After Upgrading To Release 12.1.3 [ID 1200743.1]
    Oracle Applications System Administrator's Guide - Security
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121sasg.pdf
    Thanks,
    HusseinDear Hussein
    I have looked at the above document you have provided, but couldnt get any helpfull information.
    The information that this document contains is usefull for OAF forms. We have created four OAF forms
    1) to Search, Search page will have two buttons i) Create, when pressed will invoke Create page, ii) Update, when pressed will invoke update page, and view link ii) View, when clicked will invoice page in view mode only,
    2) to Create
    3) to Update
    4) to view
    Now, the buttons and link in Search page will have repspective fuction attached to them. so when through grants and permissions if create fuctions is assinged to user say 'X', on search page user will be able to see, create button, and he can create record in create page, if function is not assinged to user, he wont be able to see create button, that mean that user will not have create write.
    But how to control the same in oracle standard form.
    Regards
    Vimal

  • How are listbox and radiobutton items working in oracle forms?!?

    Hi all.
    I need some help over may be a standard case in every real project.
    Imagine i have a db table PERSONS -> PERSONID, NAME, TOWNID, MATRIALSTATUSID
    and table TOWNS -> TOWNID, TOWNNAME
    and table MATRIALSTATUS -> MATRIALSTATUSID, NAME
    And i have a standard oracle form with text item person name, listbox item with many towns (from TOWNS table) and the town of the concrete person is selected when the form is inited, after that we can change it by selecting other town and saving it to db.
    The same is with matrial status but lets make it as radio group with 3 buttons married, not merried, divorced.
    So my questions is how to populate the listbox(radiogroup) for 1 person by selecting data from other preferenced tables. And most important how this data is populated in the list box for example i.e. every town name is indexed in some way or what. I am a java developer and for example in java the control listbox item has two attributes the name(string) that is displayed in the listbox and a index binded for that name, and i work with indexes and show strings. I read about LOV but couldn't understand how to "index" the populated values. Is it possible.
    And please can you give me some example of how to load (populate + set current town), change and (if it is possible) "index". The same case appears to be valid with radio buttons and check boxes.
    You could give me some tutorials too, i cant find simple and focused on the problem examples.
    Thank you.
    Best Regards.

    Hi,
    well here is what i done for now.
    First I created recordGroup with query SELECT GENDER, GENDERID FROM GENDERS (I want to select all genders and place them in listbox)
    After that i created Listbox and on triger when-new-form i placed this code:
    DECLARE
    it ITEM:=FIND_ITEM('PERSONS_DETAILS.GENDER');
    BEGIN
    CLEAR_LIST(it);
    POPULATE_LIST(it, 'RG_LIST');
    DEFAULT_VALUE(NULL, 'GLOBAL.PERSONID');
    IF :GLOBAL.PERSONID IS NOT NULL THEN
    SET_BLOCK_PROPERTY('PERSONS_DETAILS', ONETIME_WHERE, 'PERSONID=' || :GLOBAL.PERSONID);
    GO_BLOCK('PERSONS_DETAILS');
    EXECUTE_QUERY;
    :GLOBAL.PERSONID:=NULL;
    END IF;
    END;
    Imagine i have a main form PERSONS that displays general information about many persons (the data is retrieved from PERSONS db table). The form PERSONS displays PERSONID, PERSON FIRSTNAME and PERSON LASTNAME. When a user double click on some row from the PERSONS FORM( i have tabular datablock that displays the person data) other form 'PERSONS_DETAILS' must be displayed with detailed information about the selected person. The data about the selected person is loaded well but i want gender to be listbox and the user can change it if he wants. So i have TABLE GENDERS 1:N with PERSONS and the table has GENDERID AND GENDER. When the user double clicks on single person i must populate the list with all possible genders from the GENDERS table and set the gender of the selected person. How to do that?
    P.S.: The example with gender is not very good because it could be only male female, but don't worry about it. You may think about gender list as townlist :)
    It finds me the GENDER LIST and populates it. After that i take the personId (that is global variable and comes from previous form) and displays all the data for the person with id personid.
    When i compile the form it gives me :
    FRM-30351: No list elements defined for list item.
    List GENDER
    Edited by: user9536806 on Nov 19, 2008 3:01 AM

  • How to call Oracle Form within Oracle Form?

    Hi,
    I have a requirement to call a customized Oracle Form from standard Oracle Form (Special Information screen) and vice versa.
    Then need to display the person detail accordingly.
    Is it possible to be done? Appreciate guidance on this item.
    Thanks and Regards,
    SC

    Veerendra,
    Sounds like you are using the Oracle E-business Suite (EBS). If that is the case, opening a form is different in the EBS than it is in a non-EBS Forms application. You have the register the Custom Form in the EBS for starts.
    This question should be posted in the General EBS Discussion forum not here. Also, I recommend you take a look at the Oracle Applications Documentation and find the "Oracle Applications Developer's Guide".
    Craig...

  • Calling third party java page from Oracle form

    Hi,
    Is it possible to call a third party java (html+java) form page (residing in separate web service server) which would take input from standard Oracle form (OCO) page?
    The third party page would validate the fields sent by form page and then will provide the results which should be copied back into standard oracle OCO form page.
    Regards,
    Aneesh

    Don't know if you can do this from Forms PL/SQL, but you should be able to write a stored procedure in the database that does it for you. The stored procedure could use the database package UTL_HTTP to make the HTTP request and receive the response.
    Your custom stored procedure can be called from Forms PL/SQL. If you are caling to a tru web service, you can also look at the UTL_DBWS package which is a bit more high level for calling a web service, than the raw UTL_HTTP package.

  • Identify forms in Oracle forms Builder

    Hi every one,
    I am very very new to Oracle forms and Oracle Builder, how can we find the complexity of a form and also a report, I have the access to the Oracle forms builder and Oracle report builder, Can any one help me how to move further and, how to identify. It would be really great thing, If any one helps me As soon as possible.
    waiting for your suggestions.
    Thanks,
    raki

    Is see you double posted this thread, and the other one is also a bit vague.
    It is not such a straightforward task to specify complexity. You have to have a good working knowledge of the system. I can give you example about one of our forms. It looks really simple: type in some identifier, and it will show you all open invoices of a customer, Press a button for full or partly payment of the invoices and receipts will be printed.
    This involves many things in the background, like checking the financial system. It looks simple (one when-button-pressed trigger), but is very complex indeed.
    If you want to migrate from Forms to Apex, you should properly plan it. If you have no experience at all in your company for such a project, you might want to contact a specialized company.

Maybe you are looking for