DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_GRP dependencies on CS_KB_RESULT_VARRAY_TYPE

Line 925: x_result_array IN OUT NOCOPY cs_kb_result_varray_type,

921: p_get_total_cnt_flag IN VARCHAR2 := fnd_api.g_false,
922: x_rows_returned OUT NOCOPY NUMBER,
923: x_next_row_pos OUT NOCOPY NUMBER,
924: x_total_row_cnt OUT NOCOPY NUMBER,
925: x_result_array IN OUT NOCOPY cs_kb_result_varray_type,
926: x_amv_result_array OUT NOCOPY AMV_SEARCH_PVT.amv_searchres_varray_type
927: ) is
928: l_amv_req_obj AMV_SEARCH_PVT.amv_request_obj_type;
929: l_amv_ret_obj AMV_SEARCH_PVT.amv_return_obj_type;

Line 934: -- x_result_array := cs_kb_result_varray_type();

930: l_amv_res_array AMV_SEARCH_PVT.amv_searchres_varray_type;
931: l_ret_cnt pls_integer :=0;
932:
933: begin
934: -- x_result_array := cs_kb_result_varray_type();
935: null;
936:
937: l_amv_req_obj.records_requested := p_rows_requested;
938: l_amv_req_obj.start_record_position :=p_start_row_pos;

Line 1012: x_result_array IN OUT NOCOPY cs_kb_result_varray_type,

1008: p_get_total_cnt_flag IN VARCHAR2 := fnd_api.g_false,
1009: x_rows_returned OUT NOCOPY NUMBER,
1010: x_next_row_pos OUT NOCOPY NUMBER,
1011: x_total_row_cnt OUT NOCOPY NUMBER,
1012: x_result_array IN OUT NOCOPY cs_kb_result_varray_type,
1013: p_search_option IN NUMBER := null
1014: )is
1015: err_num number;
1016: err_msg varchar2(100);

Line 1025: -- x_result_array := cs_kb_result_varray_type();

1021: l_ret_cnt pls_integer :=0;
1022: begin
1023: --null;
1024:
1025: -- x_result_array := cs_kb_result_varray_type();
1026:
1027: if( p_search_string = FND_API.G_MISS_CHAR ) then
1028: if fnd_msg_pub.Check_Msg_Level( fnd_msg_pub.G_MSG_LVL_ERROR) then
1029: fnd_message.set_name('CS', 'CS_KB_C_MISS_PARAM');

Line 1155: x_result_array OUT NOCOPY cs_kb_result_varray_type,

1151: p_get_total_cnt_flag IN VARCHAR2 := fnd_api.g_true,
1152: x_rows_returned_tbl OUT NOCOPY cs_kb_number_tbl_type,
1153: x_next_row_pos_tbl OUT NOCOPY cs_kb_number_tbl_type,
1154: x_total_row_cnt_tbl OUT NOCOPY cs_kb_number_tbl_type,
1155: x_result_array OUT NOCOPY cs_kb_result_varray_type,
1156: p_search_option IN NUMBER := NULL
1157:
1158: )is
1159: l_param_array AMV_SEARCH_PVT.amv_searchpar_varray_type

Line 1276: x_result_array OUT NOCOPY cs_kb_result_varray_type,

1272: p_get_total_cnt_flag IN VARCHAR2 := fnd_api.g_true,
1273: x_rows_returned_tbl OUT NOCOPY cs_kb_number_tbl_type,
1274: x_next_row_pos_tbl OUT NOCOPY cs_kb_number_tbl_type,
1275: x_total_row_cnt_tbl OUT NOCOPY cs_kb_number_tbl_type,
1276: x_result_array OUT NOCOPY cs_kb_result_varray_type,
1277: p_search_option IN NUMBER := NULL
1278:
1279: )is
1280: l_amv_result_array AMV_SEARCH_PVT.amv_searchres_varray_type;

Line 1345: x_result_array OUT NOCOPY cs_kb_result_varray_type,

1341: p_get_total_cnt_flag IN VARCHAR2 := fnd_api.g_true,
1342: x_rows_returned_tbl OUT NOCOPY cs_kb_number_tbl_type,
1343: x_next_row_pos_tbl OUT NOCOPY cs_kb_number_tbl_type,
1344: x_total_row_cnt_tbl OUT NOCOPY cs_kb_number_tbl_type,
1345: x_result_array OUT NOCOPY cs_kb_result_varray_type,
1346: x_amv_result_array OUT NOCOPY AMV_SEARCH_PVT.amv_searchres_varray_type,
1347: p_search_option IN NUMBER := NULL
1348:
1349: )is

Line 1383: x_result_array := cs_kb_result_varray_type();

1379:
1380: -- x_row_return_obj := cs_kb_rowret_obj_type(0, 0, 0);
1381:
1382: -- this same array can be wrtten by both sms and mes search in out.
1383: x_result_array := cs_kb_result_varray_type();
1384: x_rows_returned_tbl := cs_kb_number_tbl_type();
1385: x_next_row_pos_tbl :=cs_kb_number_tbl_type();
1386: x_total_row_cnt_tbl :=cs_kb_number_tbl_type();
1387: