DBA Data[Home] [Help]

APPS.QA_RESULTS_PUB dependencies on QA_SS_RESULTS

Line 207: -- qa_ss_results package since that API does appropriate

203:
204: --
205: -- Bug 7552630
206: -- Making a call to the post_error_messages API in
207: -- qa_ss_results package since that API does appropriate
208: -- handling of the error messages raised by the reject
209: -- an input action which was fixed in bug 5307450
210: --
211: -- post_error_messages(x_error_array,p_plan_id);

Line 212: qa_ss_results.post_error_messages(p_errors => x_error_array,

208: -- handling of the error messages raised by the reject
209: -- an input action which was fixed in bug 5307450
210: --
211: -- post_error_messages(x_error_array,p_plan_id);
212: qa_ss_results.post_error_messages(p_errors => x_error_array,
213: plan_id => p_plan_id);
214: -- Bug 5355933. Do not call commit if above returns error
215: -- saugupta Wed, 26 Jul 2006 03:57:30 -0700 PDT
216: ELSE