DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_ERES_PKG

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

114:
115: -- Getting the result_column_name stored in QA_PLAN_CHARS,
116: -- for the collection and append it to the string.
117: --
118: l_rescol := QA_ERES_PKG.get_result_column_name(p_plan_id, char_id);
119: --
120: -- bug 7194013
121: -- Check if the derived result column name is NULL in which
122: -- case the collection element needs to be removed from the

Line 169: saved_val := QA_ERES_PKG.get_result_column_value(

165: -- Getting the value stored in QA_RESULTS, for the collection
166: -- element being processed
167: --
168: /*
169: saved_val := QA_ERES_PKG.get_result_column_value(
170: p_plan_id => p_plan_id,
171: p_collection_id => p_collection_id,
172: p_occurrence => p_occurrence,
173: p_char_id => char_id);