DBA Data[Home] [Help]

APPS.ICX_REQ_SEARCH dependencies on ICX_PARAMETERS

Line 495: SELECT QUERY_SET INTO c_query_size FROM ICX_PARAMETERS;

491: c_query_size number;
492:
493: begin
494:
495: SELECT QUERY_SET INTO c_query_size FROM ICX_PARAMETERS;
496:
497: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
498: htp.p('');
499:

Line 1184: select QUERY_SET into c_query_size from ICX_PARAMETERS;

1180: -- where_clause_binds(v_index).name := 'org_id';
1181: -- where_clause_binds(v_index).value := v_org_id;
1182:
1183: --get number of rows to display
1184: select QUERY_SET into c_query_size from ICX_PARAMETERS;
1185: --set up end rows to display, since end rows
1186: if p_end_row is null then
1187: end_row := c_query_size;
1188: else