Can i get result of procedure in Forms

i create procedure to get multiple records
of employee its working in pl/sql plus
can i get same result in oracle forms
null

CREATE PROCEDURE drop_table (table_name IN VARCHAR2) AS
BEGIN
EXECUTE IMMEDIATE 'DROP TABLE ' | | table_name;
END;
null

Similar Messages

  • How can I get Java to fill out form on web page and submit?

    I need to write a Java program that will submit a HTML form. I tried using POST already, but the only response I got back was the source code for the page itself. Looking more closely, I realized that there is a PHP script that will actually take the data from the forms and use it. How can I get Java to enter the data on the forms automatically and then run this PHP script? I don't need code, just a pointer in the right direction should do.
    Thanks in advance,
    Hasitha D

    hasithad314 wrote:
    I need to write a Java program that will submit a HTML form. I tried using POST already, but the only response I got back was the source code for the page itself. Looking more closely, I realized that there is a PHP script that will actually take the data from the forms and use it. How can I get Java to enter the data on the forms automatically and then run this PHP script? I don't need code, just a pointer in the right direction should do.
    If you are writing a program to submit a form,how come the PHP script come out of nowhere ? At this momemnt you are just writing some Java program,isn;t it ?
    My feeling is you are trying to edit some pre-written code.
    Is it ?
    Thanks.

  • Where can I get the whole manual of forms developer?

    Hi all~. I just downloaded something like trial version of forms 6i..
    And installed it to my com.. I think it works a little because we can connect to database & insert 1 row to table.
    but that's all.. I don't know about web forms, select & show data to text area, etc...
    How can I get whole manual?
    help me~~~

    Here you can find all:
    http://otn.oracle.com/docs/products/forms/content.html

  • HOW CAN I GET AN INVOICE FOR ADOBE FORMS CENTRAL

    I work for a community college and we would like to have the annual subscription paid through the college, but we do everything by Purchase Order.  Is there a way to get this subscription paid for through an invoice?

    Sorry, you can only purchase with a credit card.

  • How can I get "script" format for signing forms and paperwork, not just printing my name?

    I would like to have a "script" font available when I sign e-mail forms or create forms.

    Hi mfeehley, most online editors provide a variety of fonts you can use when composing your message or signature. If the font you want to use is not included, perhaps you can create a small image (e.g., in a Word processor, then use Alt+PrintScreen to capture it to the clipboard as an image, then paste into Paintbrush and trim to a good side) and insert that into your signature instead. The mail site or form program help should explain how to insert images.

  • Can i get help on procedures for amending passwords

    can any one help me write the procedures for creating user as well as amending the paaswords of userS??

    can any one help me write the procedures for creating user as well as amending the paaswords of userS??

  • Can not get print preview of Adobe forms

    Hi Gurus,
    I am not able to see the print preview of adobe forms, and when i click on print preview, i get this error code..
    Exception       SYSTEM_ERROR
    Message ID:          FPRUNX                     Message number:           001
    I don't see any logs from SM21, and so I don't think this some code error... I configured ADS as per the document, and all the configuration tests are passed except this print preview...
    Any suggestions?
    Regards,
    Nrisimhanadh

    Hi
    Please check this parameter
    OUTPUT_OPTIONS-TDNOPREV
    hope this helps
    Regards
    Aakash

  • How can i get list for FORMID against Form name

    Hi,
    I need list of Forms and its form id against it .
    Regards ,
    Ganesh

    Hi,
    There was an old weblog from Lutz Morrien about this issue. Let me check.
    I think this data perhaps would be in the TechDemo AddOn 2.0, but I´m not sure.
    Regards,
    Ibai Peña
    Found it:
    /people/lutz.morrien3/blog/2004/10/01/all-sap-business-one-formtypes-at-one-look
    Just mention that the list was donated by John Mackin.

  • Where can i get  pdf docus on smart forms????

    hi guys i wanna pdf docus on smart forms step by step

    DATA: t_ssfcrescl TYPE ssfcrescl.
      DATA: t_ssfctrlop TYPE ssfctrlop.
      DATA: pdf_tab TYPE TABLE OF tline.
      DATA: pdf_fsize TYPE i.
      DATA: fname(30).
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname = 'ZCONFIRM'
        IMPORTING
          fm_name  = fname.
      t_ssfctrlop-no_dialog = 'X'.
      t_ssfctrlop-getotf = 'X'.
      t_ssfctrlop-langu = 'E'.
      CALL FUNCTION fname
        EXPORTING
          control_parameters = t_ssfctrlop
          g_pernr            = g_pernr
        IMPORTING
          job_output_info    = t_ssfcrescl.
      CALL FUNCTION 'HR_EFI_SHOW_PDF_FORM'
        EXPORTING
          top_edge  = 15
          left_edge = 10
        TABLES
          otf_table = t_ssfcrescl-otfdata.

  • Where can I get the latest patch for Forms 6.0?(Urgent)

    Please refer to my prevoius Question
    "Text Items and their Prompts......"

    metalink.oracle.com
    Regards
    Grant Ronald
    Forms Product Management

  • How can I get spool result for background mode AFAB

    Dear experts,
    Could you help me? My users run AFAB without run that in test mode. Therefore sometimes I have a difference in ledger (main book) and FI-AA. I am wanting to write coat for AFAB where I am runing programme in test mode and then run that in workering mode. AFAB run in background.
    How can I get result first (test) run from spool? Could you tell me any solutions for that problem?
    Thanks and Best Regards

    You can create one warpper program which can submit the report in the background job with option to send the output to MEMORY. You can use the JOB_OPEN and JOB_CLOSE FMs to schedule a background job.
    Than you can use the FM 'LIST_FROM_MEMORY'  to get the results from the memory.
    Like:
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT report EXPORTING LIST TO MEMORY
                  AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = list_tab
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
    IF sy-subrc = 0.
      CALL FUNCTION 'WRITE_LIST'
        TABLES
          listobject = list_tab.
    ENDIF.
    Regards,
    Naimesh Patel

  • How to get result without single cotes in ''Cast(Multiset( '' Result.

    select cast(multiset(select column_name
    from user_tab_columns
    where table_name = 'DAILY_PRODN_MIS'
    and column_name like '%STOCK%'
    order by column_name) as tab_type) result from dual;
    RESULT
    TAB_TYPE('BAGS_STOCK', 'BLUE_DUST_STOCK', 'CEMENT_STOCK', 'CEMENT_STOCK_33', 'CEMENT_STOCK_43', 'CEMENT_STOCK_53', 'CK_ADJ', 'COAL_IND_D_STOCK', 'COAL_IND_D_STOCK_ADJ', 'COAL_IND_E_STOCK', 'COAL_IND_E_STOCK_ADJ', 'COAL_IND_F_STOCK','OCK_ADJ', 'MTD_COAL_IMP_D_STOCK_ADJ', 'MTD_COAL_IMP_E_STOCK_ADJ', 'MTD_COAL_IND_A_STOCK_ADJ', 'MTD_COAL_IND_B_STOCK_', 'YTD_COAL_IMP_B_STOCK_ADJ', 'YTD_COAL_IMP_C_STOCK_ADJ', 'YTD_COAL_IMP_D_STOCK_ADJ', 'YTD_COAL_IMP_E_STOCK_ADJ')
    How can i get result without single cotes for each column.

    Your query currently returns a collection type (tab_type) whereas it appears you want to return a delimited string.
    There are actually quite a few ways to achieve this - with your own function, with a user-defined aggregate functions (e.g. Tom Kyte's stragg), with the MODEL clause or with CONNECT BY, e.g.
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> SELECT table_name,
      2         SUBSTR (MAX (SYS_CONNECT_BY_PATH (
      3            column_name, ',')), 2) column_names
      4  FROM  (SELECT table_name, column_name,
      5                ROW_NUMBER () OVER (
      6                   PARTITION BY table_name
      7                   ORDER BY column_id) column_order
      8         FROM   user_tab_columns
      9         WHERE  table_name = 'BANK_ACCOUNT'
    10         AND    column_name LIKE '%U%') utc
    11  START WITH column_order = 1
    12  CONNECT BY column_order = PRIOR column_order + 1
    13  AND    table_name = PRIOR table_name
    14  GROUP BY   table_name;
    TABLE_NAME           COLUMN_NAMES
    BANK_ACCOUNT         ACCOUNT_NAME,ACCOUNT_NUMBER
    SQL>

  • HOW CAN I GET ORACLE DEMO PROJECT, SAMPLE PROJECTS.....

    how can i get oracle sample projects on forms and reports...........
    give me the link so i can download it and look at it how it works
    thanks

    You're looking for Microsoft Access. Try www.microsoft.com.
    Using Oracle Forms requires an Oracle database instance. It is client-server architecture. It is not a matter of merely downloading example-install.exe, installing it, and being on your way looking at "how everything works".
    That is what you are seemingly expecting. And in that case, you do not want to use Oracle. You want to use a mickey mouse little file based database tool like MS Access.

  • How to Installed/move Creative Cld in new mini. Original mini lost sound. Can't get thru endless lists. Need a direct line to customer service.

    Down loaded Creative Cld  Macmin last January..Mini lost it's sound, out put.  Have new mini can't get through all the ADOBE forms, passwords, etc.  Do not have serial # of program, but my purchases are well documented.
    Have had to change passwords several times.  I need a quick and direct connection with email or phone to ADOBE.  Moving programs used to be easy.
    GerryA

    Hi,
    You can simple download the Adobe CC on your new machine following the steps mentioned in the help document below:
    Creative Cloud Help | Download, install, update, or uninstall apps
    In case the issue persists, please contact the support:
    Contact Customer Care
    Regards,
    Sheena

  • Can you get values back from a stored procedure via OUTPUT parameters?

    Can you get values back from calling a stored procedure via OUTPUT parameters/variables? I call the SP via a SQL statement from a script either in a WF or DF.
    I thought I read some reference that DI could not get the values from OUTPUT parameters but I could not find it again (don't know if it is in any of the documentation or referred to in a forum.
    I did try a couple of tests but it did not reutrn any values via OUTPUT. But before I give up I thought I'd see if you could and maybe I needed to change something.

    This isn't exactly an answer to your question, but I'll point out that, given that you're resorting to a SQL script in the first place, there's no reason you can't also turn the output parameters into a regular result or record set. (The following uses T-SQL, although I think it's pretty generic.)
    declare @param1 int, param2 varchar(100), @return int;
    exec @return = proc @param1 = @param1 output, @param2 = @param2 output;
    select @param1 as param1, @param2 as param2;
    That is, to get from output parameters to a "regular" output from the SQL script isn't much of a leap...
    Jeff Prenevost
    BI Consultant
    Ann Arbor, MI

Maybe you are looking for

  • HP Laptop Fan Isn't Working

    I have an HP Laptop, model G62-367Dx.  A couple days ago, my laptop would turn on, work for 15-minutes, then freeze and shut down.  Looking around on the internet, I found forums suggesting my vent and fan may need dusting.  So, I bought compressed a

  • Special G/L

    Hello to everyone.. we are two in my company , and then, When ( for example ) I run the transaction F-40 (BILL OF EXCHANGE PAYMENT) I CAN SEE THE  "SGL IND" BUT when my friend run the transaction f-40 he can´t see the field " SGL IND" ANY HELP OR IDE

  • Adobe Connect Pro to Captivate

    I recorded a presentation with PowerPoint slides in Adobe Connect Pro.  Now I need to edit the slides in the recording.  Can I import the recording into Captivate to do some editing?  If so, please give me some instructions.  Thanks.

  • Accesing Runtime Parameters using Dynamic configuration

    Hi.. Can we access  the following  parameters from mapping using DYNAMIC CONFIGURATION key? <SAP:TraceLevel>1</SAP:TraceLevel>   <SAP:LogSeqNbr>000</SAP:LogSeqNbr>   <SAP:RetryLogSeqNbr>000</SAP:RetryLogSeqNbr>   <SAP:QIdInternal>XBTI0001</SAP:QIdInt

  • How do I get copies of my Apple equipment purchases for 2012?

    For tax purposes, I would like copies of my hardwarde and software purchases during 2012. How does one go about getting this information?