DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_ERES_PKG

Line 124: l_rescol := QA_ERES_PKG.get_result_column_name(p_plan_id, char_id);

120:
121: -- Getting the result_column_name stored in QA_PLAN_CHARS,
122: -- for the collection and append it to the string.
123: --
124: l_rescol := QA_ERES_PKG.get_result_column_name(p_plan_id, char_id);
125: --
126: -- bug 7194013
127: -- Check if the derived result column name is NULL in which
128: -- case the collection element needs to be removed from the

Line 216: saved_val := QA_ERES_PKG.get_result_column_value(

212: -- Getting the value stored in QA_RESULTS, for the collection
213: -- element being processed
214: --
215: /*
216: saved_val := QA_ERES_PKG.get_result_column_value(
217: p_plan_id => p_plan_id,
218: p_collection_id => p_collection_id,
219: p_occurrence => p_occurrence,
220: p_char_id => char_id);