DBA Data[Home] [Help]

APPS.ICX_REQ_COPY_REQ dependencies on ICX_PARAMETERS

Line 272: FROM icx_parameters;

268:
269: -- get number of rows to display
270: SELECT query_set
271: INTO v_query_size
272: FROM icx_parameters;
273:
274: -- Find the end rows for display
275: IF p_end_row IS NULL THEN
276: v_end_row := v_query_size;