DBA Data[Home] [Help]

APPS.QA_RESULTS_API dependencies on FND_REQUEST

Line 36: actions_request_id := fnd_request.submit_request('QA', 'QLTACTWB', NULL,

32: -- be passed to the do_actions function.
33: -- bso Thu Jan 11 19:22:51 PST 2001
34: --
35:
36: actions_request_id := fnd_request.submit_request('QA', 'QLTACTWB', NULL,
37: NULL, FALSE, to_char(-p_collection_id));
38:
39: COMMIT;
40:

Line 420: actions_request_id := fnd_request.submit_request('QA', 'QLTACTWB', NULL,

416: -- rkaza. bug 3183284. 12/11/2003.
417: -- Modified x_colelction_id to x_txn_header_id
418: -- Only EAM Asset Query and deferred completion should pass
419: -- commit flag as true.
420: actions_request_id := fnd_request.submit_request('QA', 'QLTACTWB', NULL,
421: NULL, FALSE, x_txn_header_id);
422:
423: p_do_action_return := TRUE;
424: ELSE

Line 755: actions_request_id := fnd_request.submit_request('QA', 'QLTACTWB', NULL,

751: COMMIT;
752:
753: IF p_enabled_flag=2 or p_enabled_flag= NULL THEN
754:
755: actions_request_id := fnd_request.submit_request('QA', 'QLTACTWB', NULL,
756: NULL, FALSE, x_collection_id);
757:
758: p_do_action_return := TRUE;
759: ELSE