|
|||
|
Hi,
Try the follwing code. lv_def_where varchar2(32676); lv_dum_val varchar2(2000); begin lv_dum_val := :blockname.field_name; lv_def_where := 'Q1='||''''||lv_dum_val||''''; SET_BLOCK_PROPERTY(DATABLOCK,DEFAULT_WHERE LV_DEF_WHERE); go_item('query_item'); execute_query; end; Hope it can be resolved. With Best, Rama Prasad K Dubai. |
|
|||
|
Hi
i am facing the same problem to search. i have written the code like this in Post_text_item trigger of my text item where user is entering the search criteria. but i am receiving the error FRM-40737: Illegal restricted procedure GO_ITEM in POST-TEXT-ITEM trigger. Kindly help me regarding this problem as soon as possible thanking you in advance |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| General Ledger – Technical | dongta_ndh | Oracle Apps | 1 | 09-10-2009 07:34 AM |
| qtp&winreunner materail | mattana_79 | Testing Tutorials | 2 | 01-09-2009 03:28 AM |
| Oracle Enterprise Single Sign-On Write-Up | JaySan | Oracle Tutorials | 0 | 02-11-2008 06:32 PM |
| Urgent - WinRunner user guide material | priyapp | Testing Tutorials | 3 | 02-16-2007 03:37 AM |
| oracle apps new form development | bhaskara avunoori | Oracle Apps | 0 | 05-19-2006 12:08 AM |