DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_GRP dependencies on CS_KB_RESULT_VARRAY_TYPE

Line 926: x_result_array IN OUT NOCOPY cs_kb_result_varray_type,

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

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

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

Line 1013: x_result_array IN OUT NOCOPY cs_kb_result_varray_type,

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

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

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

Line 1156: x_result_array OUT NOCOPY cs_kb_result_varray_type,

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

Line 1277: x_result_array OUT NOCOPY cs_kb_result_varray_type,

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

Line 1346: x_result_array OUT NOCOPY cs_kb_result_varray_type,

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

Line 1384: x_result_array := cs_kb_result_varray_type();

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