DBA Data[Home] [Help]

APPS.IBU_KNOWLEDGE_GRP dependencies on CS_KB_RESULT_VARRAY_TYPE

Line 42: x_result_array OUT NOCOPY cs_kb_result_varray_type

38: p_get_total_cnt_flag IN VARCHAR2 := fnd_api.g_true,
39: x_rows_returned_tbl OUT NOCOPY cs_kb_number_tbl_type,
40: x_next_row_pos_tbl OUT NOCOPY cs_kb_number_tbl_type,
41: x_total_row_cnt_tbl OUT NOCOPY cs_kb_number_tbl_type,
42: x_result_array OUT NOCOPY cs_kb_result_varray_type
43: );
44:
45: --
46: -- Main Specific search

Line 78: x_result_array OUT NOCOPY cs_kb_result_varray_type,

74: p_get_total_cnt_flag IN VARCHAR2 := fnd_api.g_true,
75: x_rows_returned_tbl OUT NOCOPY cs_kb_number_tbl_type,
76: x_next_row_pos_tbl OUT NOCOPY cs_kb_number_tbl_type,
77: x_total_row_cnt_tbl OUT NOCOPY cs_kb_number_tbl_type,
78: x_result_array OUT NOCOPY cs_kb_result_varray_type,
79: x_amv_result_array OUT NOCOPY AMV_SEARCH_PVT.amv_searchres_varray_type
80: );
81:
82: