DBA Data[Home] [Help]

APPS.QA_RESULTS_PUB dependencies on QA_RESULTS_API

Line 177: x_error_array := qa_results_api.insert_row(p_plan_id,

173: -- Passing the value for the p_ssqr_operation parameter
174: -- so that the validation is not called while inserting
175: -- rows through the QWB application.
176: --
177: x_error_array := qa_results_api.insert_row(p_plan_id,
178: p_spec_id,
179: p_org_id,
180: p_transaction_number,
181: p_transaction_id,

Line 330: x_error_array := qa_results_api.update_row(p_plan_id,

326: -- Passing the value for the p_ssqr_operation parameter
327: -- so that the validation is not called while updating
328: -- rows through the QWB application.
329: --
330: x_error_array := qa_results_api.update_row(p_plan_id,
331: p_spec_id,
332: p_org_id,
333: p_transaction_number,
334: p_transaction_id,

Line 435: qa_results_api.enable_and_fire_action(p_collection_id);

431:
432: -- Initialize API return status to error
433: x_return_status := FND_API.G_RET_STS_ERROR;
434:
435: qa_results_api.enable_and_fire_action(p_collection_id);
436:
437: x_return_status := FND_API.G_RET_STS_SUCCESS;
438:
439: -- Standard check of p_commit.

Line 518: qa_results_api.commit_qa_results(p_collection_id);

514:
515: -- Initialize API return status to error
516: x_return_status := FND_API.G_RET_STS_ERROR;
517:
518: qa_results_api.commit_qa_results(p_collection_id);
519:
520: x_return_status := FND_API.G_RET_STS_SUCCESS;
521:
522: -- Standard check of p_commit.