DBA Data[Home] [Help]

APPS.ICX_REQ_UPDATE_SAVED_CARTS dependencies on ICX_PARAMETERS

Line 119: from ICX_PARAMETERS;

115: htp.headClose;
116:
117: /* get number of rows to display */
118: select QUERY_SET into c_query_size
119: from ICX_PARAMETERS;
120:
121: if p_where is not null then
122: where_clause := icx_call.decrypt2(p_where);
123: icx_on_utilities.unpack_whereSegment(where_clause,l_where_clause,l_where_binds);