DBA Data[Home] [Help]

APPS.BIS_GNRL_SEARCH_ENGINE_PVT dependencies on BIS_GNRL_SEARCH_ENGINE_PVT

Line 1: package body BIS_GNRL_SEARCH_ENGINE_PVT AS

1: package body BIS_GNRL_SEARCH_ENGINE_PVT AS
2: /* $Header: BISVGSEB.pls 115.3 99/08/05 10:43:15 porting ship $ */
3: -- **********************************************************
4: -- Procedure to build the InterMedia query
5: -- *********************************************************

Line 9: ,p_keywords_tbl in BIS_GNRL_SEARCH_ENGINE_PVT.keywords_tbl_typ

5: -- *********************************************************
6: Procedure build_query (
7: p_api_version in pls_integer
8: ,p_eul in varchar2
9: ,p_keywords_tbl in BIS_GNRL_SEARCH_ENGINE_PVT.keywords_tbl_typ
10: ,x_results_tbl out BIS_GNRL_SEARCH_ENGINE_PVT.results_tbl_typ
11: ,x_return_status out varchar2
12: ,x_error_tbl out BIS_UTILITIES_PUB.Error_Tbl_Type
13: )

Line 10: ,x_results_tbl out BIS_GNRL_SEARCH_ENGINE_PVT.results_tbl_typ

6: Procedure build_query (
7: p_api_version in pls_integer
8: ,p_eul in varchar2
9: ,p_keywords_tbl in BIS_GNRL_SEARCH_ENGINE_PVT.keywords_tbl_typ
10: ,x_results_tbl out BIS_GNRL_SEARCH_ENGINE_PVT.results_tbl_typ
11: ,x_return_status out varchar2
12: ,x_error_tbl out BIS_UTILITIES_PUB.Error_Tbl_Type
13: )
14: IS

Line 27: l_results_tbl BIS_GNRL_SEARCH_ENGINE_PVT.results_tbl_typ;

23: l_score3 pls_integer;
24: l_folder_id pls_integer;
25: l_folder_name varchar2(400);
26: l_folder_description varchar2(32000);
27: l_results_tbl BIS_GNRL_SEARCH_ENGINE_PVT.results_tbl_typ;
28:
29: BEGIN
30: x_return_status := FND_API.G_RET_STS_SUCCESS;
31:

Line 152: --htp.p('Error in BIS_GNRL_SEARCH_ENGINE_PVT.build_query'||SQLERRM);

148: , p_error_msg_id => SQLCODE
149: , p_error_description => SQLERRM
150: , x_error_table => x_error_Tbl
151: );
152: --htp.p('Error in BIS_GNRL_SEARCH_ENGINE_PVT.build_query'||SQLERRM);
153: RAISE;
154:
155: END build_query;
156:

Line 183: --htp.p('Error in BIS_GNRL_SEARCH_ENGINE_PVT.get_a_index_owner');

179: return l_owner;
180:
181: EXCEPTION
182: WHEN OTHERS THEN
183: --htp.p('Error in BIS_GNRL_SEARCH_ENGINE_PVT.get_a_index_owner');
184: RAISE;
185: END get_a_index_owner;
186:
187: -- ****************************************************

Line 206: END BIS_GNRL_SEARCH_ENGINE_PVT;

202: -- *****************************************************
203:
204: -- ***************************************************************
205: -- ***************************************************************
206: END BIS_GNRL_SEARCH_ENGINE_PVT;