DBA Data[Home] [Help]

APPS.QA_RESULTS_WF_PKG dependencies on QA_RESULTS_WF_PKG

Line 1: PACKAGE BODY QA_RESULTS_WF_PKG as

1: PACKAGE BODY QA_RESULTS_WF_PKG as
2: /* $Header: qanotb.pls 115.2 2003/10/10 19:38:41 ksoh ship $ */
3:
4:
5:

Line 117: (p_module_name => 'qa_results_wf_pkg.process_updates',

113: if (return_status = FND_API.G_RET_STS_ERROR)
114: then
115: FOR i IN error_array.FIRST .. error_array.LAST LOOP
116: qa_skiplot_utility.insert_error_log
117: (p_module_name => 'qa_results_wf_pkg.process_updates',
118: p_error_message => itemtype|| '-' || itemkey
119: || ' *** '
120: || 'char_id: '||error_array(i).element_id
121: || ' Error: ' || error_array(i).error_code);

Line 146: wf_core.context('qa_results_wf_pkg', 'process_updates',

142: END IF; --end if funcmode = RESPOND
143:
144: EXCEPTION
145: WHEN OTHERS THEN
146: wf_core.context('qa_results_wf_pkg', 'process_updates',
147: itemtype, itemkey, to_char(actid), funcmode);
148: raise;
149:
150: END process_updates;

Line 231: wf_core.context('qa_results_wf_pkg', 'set_results_url',

227: avalue => url_string);
228:
229: EXCEPTION
230: WHEN OTHERS THEN
231: wf_core.context('qa_results_wf_pkg', 'set_results_url',
232: itemtype, itemkey, to_char(actid), funcmode);
233: raise;
234:
235: END set_results_url;

Line 237: END qa_results_wf_pkg;

233: raise;
234:
235: END set_results_url;
236:
237: END qa_results_wf_pkg;