DBA Data[Home] [Help]

APPS.QA_CHAR_UPDATE_PKG dependencies on QA_CHAR_INDEXES_PKG

Line 303: 'Before calling QA_CHAR_INDEXES_PKG.get_predicate for char_id: '|| p_char_id

299: FND_LOG.string
300: (
301: FND_LOG.level_statement,
302: g_pkg_name || '.' || l_api_name,
303: 'Before calling QA_CHAR_INDEXES_PKG.get_predicate for char_id: '|| p_char_id
304: );
305: END IF;
306:
307: -- Get the Index Predicate for the given element

Line 309: QA_CHAR_INDEXES_PKG.get_predicate

305: END IF;
306:
307: -- Get the Index Predicate for the given element
308: -- This would improve performance by using the right index
309: QA_CHAR_INDEXES_PKG.get_predicate
310: (
311: p_char_id => p_char_id,
312: p_alias => null,
313: x_predicate => l_index_predicate