DBA Data[Home] [Help]

APPS.BIS_BUSINESS_VIEWS_CATALOG_OA dependencies on BIS_GNRL_SEARCH_ENGINE_PVT

Line 40: ( p_results_tbl IN BIS_GNRL_SEARCH_ENGINE_PVT_OA.results_tbl_typ

36: -- Procedure that goes throught the plsql table containing
37: -- the query hits and paints them as a html table structure
38: -- *********************************************************
39: PROCEDURE results_page
40: ( p_results_tbl IN BIS_GNRL_SEARCH_ENGINE_PVT_OA.results_tbl_typ
41: , p_lang IN VARCHAR2
42: );
43:
44: -- ********************************************************

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

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

Line 63: return bis_gnrl_search_engine_pvt_oa.results_tbl_typ;

59: FUNCTION get_a_business_area
60: ( p_folder_id IN PLS_INTEGER
61: , p_eul IN VARCHAR2
62: )
63: return bis_gnrl_search_engine_pvt_oa.results_tbl_typ;
64: --RETURN VARCHAR2;
65:
66: -- ********************************************************
67: -- Procedures to paint parts of HTML table/table heading

Line 82: ,p_results_tbl IN BIS_GNRL_SEARCH_ENGINE_PVT.results_tbl_typ

78:
79: PROCEDURE Container(
80: p_keywords in varchar2
81: ,p_lang in varchar2
82: ,p_results_tbl IN BIS_GNRL_SEARCH_ENGINE_PVT.results_tbl_typ
83: );
84:
85: --*******************************************************
86: