APP_FIND.QUERY_FIND
Summary
procedure APP_FIND.QUERY_FIND(
lov_name varchar2);
procedure APP_FIND.QUERY_FIND(
block_window varchar2,
find_window varchar2,
find_block varchar2);
Description
These routines invoke either the Row-LOV or the Find Window. Call them from a user-named trigger "QUERY_FIND."
Arguments (input)
lov_name The name of the Row-LOV
block_window The name of the window the Find Window is invoked for
find_window The name of the Find Window
find_block The name of the block in the Find Window
posted on 2011-03-18 08:50
Ke 阅读(970)
评论(0) 编辑 收藏 所属分类:
oracle develop