DBA Data[Home] [Help]

APPS.AHL_QA_RESULTS_PVT dependencies on QA_SS_RESULTS

Line 631: QA_SS_RESULTS.nontxn_post_result

627:
628: IF ( p_transaction_no IS NULL OR
629: p_transaction_no = FND_API.G_MISS_NUM ) THEN
630: l_qa_post_result :=
631: QA_SS_RESULTS.nontxn_post_result
632: (
633: x_occurrence => l_occurrence,
634: x_org_id => p_organization_id,
635: x_plan_id => p_plan_id,

Line 664: QA_SS_RESULTS.post_result

660: l_transaction_no := p_transaction_no;
661: END IF;
662:
663: l_qa_post_result :=
664: QA_SS_RESULTS.post_result
665: (
666: x_occurrence => l_occurrence,
667: x_org_id => p_organization_id,
668: x_plan_id => p_plan_id,

Line 764: QA_SS_RESULTS.wrapper_fire_action

760: RAISE FND_API.G_EXC_ERROR;
761: ELSIF ( l_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) THEN
762: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
763: END IF;
764: QA_SS_RESULTS.wrapper_fire_action
765: (
766: q_collection_id => p_x_collection_id,
767: q_return_status => l_return_status,
768: q_msg_count => l_msg_count,