DBA Data[Home] [Help]

APPS.BIS_BUSINESS_VIEWS_CATALOG dependencies on BIS_GNRL_SEARCH_ENGINE_PVT

Line 36: ( p_results_tbl IN BIS_GNRL_SEARCH_ENGINE_PVT.results_tbl_typ

32: -- Procedure that goes throught the plsql table containing
33: -- the query hits and paints them as a html table structure
34: -- *********************************************************
35: PROCEDURE results_page
36: ( p_results_tbl IN BIS_GNRL_SEARCH_ENGINE_PVT.results_tbl_typ
37: , p_lang IN VARCHAR2
38: );
39:
40: -- ********************************************************

Line 43: -- package that runs the InterMedia query BIS_GNRL_SEARCH_ENGINE_PVT

39:
40: -- ********************************************************
41: -- Main procedure which cleans / validates the search words
42: -- and transfers them into a plsql table to be sent to the
43: -- package that runs the InterMedia query BIS_GNRL_SEARCH_ENGINE_PVT
44: -- **********************************************************
45: PROCEDURE query
46: ( p_keywords IN varchar2
47: , p_lang IN varchar2