DBA Data[Home] [Help]

APPS.POR_LOV_PKG dependencies on ICX_ON_UTILITIES

Line 150: where_clause := icx_on_utilities.whereSegment

146: -- Perform Object Navigator query
147:
148: -- Call whereSegment to construct where clause
149: if p_case_sensitive = 'on' then
150: where_clause := icx_on_utilities.whereSegment
151: (a_1 => p_query_column,
152: c_1 => c_1,
153: i_1 => p_query_text,
154: m => p_case_sensitive);

Line 156: where_clause := icx_on_utilities.whereSegment

152: c_1 => c_1,
153: i_1 => p_query_text,
154: m => p_case_sensitive);
155: else
156: where_clause := icx_on_utilities.whereSegment
157: (a_1 => p_query_column,
158: c_1 => c_1,
159: i_1 => p_query_text);
160: end if;

Line 164: icx_on_utilities.unpack_whereSegment(where_clause,l_where_clause,l_query_binds);

160: end if;
161:
162:
163: -- unpack where clause to use bind variables
164: icx_on_utilities.unpack_whereSegment(where_clause,l_where_clause,l_query_binds);
165:
166: /* Added session_id to icx_call wrto bug 2675309 **/
167: /* suggested by Neal **/
168: /* This avoids any mod_sql commands when invoked from java **/