DBA Data[Home] [Help]

APPS.AST_SEARCHURL_PVT dependencies on AST_WEB_SEARCHES

Line 52: FROM ast_web_searches

48: l_country VARCHAR2(50);
49:
50: CURSOR c_wsearch(x_search_id NUMBER) IS
51: SELECT search_id, search_url, next_page_ident, max_nbr_pages
52: FROM ast_web_searches
53: WHERE search_id = x_search_id
54: AND UPPER(enabled_flag) = 'Y';
55:
56: /* begin: commented by scherkas on 01/12/2001 to support maps