Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. grynnerup

    Oracle Procedure just hangs

    Hi wdm Your LOOP block is the problem. Since you are not FETCHing from the CURSOR your code will never get a 'read past end' exception - so it keeps looping. Inside your LOOP I suggest you FETCH <cursor> INTO <record>; EXIT WHEN <cursor>%NOTFOUND; and outside the loop remember to CLOSE...
  2. grynnerup

    registration of DISCOVERER REPORT(workbook) in APPS

    Hi visa345 What do you mean by 'registring it in APPS' ? 1) Do you want the workbook to appear in the menu of the application (to be moved to Top 10 etc.) 2) Do you want it to be available in the BIS pages below the graphs or what ? Regards

Part and Inventory Search

Back
Top