DBA Data[Home] [Help]

APPS.AHL_QA_RESULTS_PVT dependencies on QA_SS_RESULTS

Line 621: QA_SS_RESULTS.nontxn_post_result

617:
618: IF ( p_transaction_no IS NULL OR
619: p_transaction_no = FND_API.G_MISS_NUM ) THEN
620: l_qa_post_result :=
621: QA_SS_RESULTS.nontxn_post_result
622: (
623: x_occurrence => l_occurrence,
624: x_org_id => p_organization_id,
625: x_plan_id => p_plan_id,

Line 654: QA_SS_RESULTS.post_result

650: l_transaction_no := p_transaction_no;
651: END IF;
652:
653: l_qa_post_result :=
654: QA_SS_RESULTS.post_result
655: (
656: x_occurrence => l_occurrence,
657: x_org_id => p_organization_id,
658: x_plan_id => p_plan_id,

Line 744: QA_SS_RESULTS.wrapper_fire_action

740: -- Fix for bug# 5501482.
741: --IF ( l_committed = 1 ) THEN
742: IF ( l_committed = 2 ) THEN
743: --IF ( l_committed = 2 AND FND_API.to_boolean( p_commit ) ) THEN
744: QA_SS_RESULTS.wrapper_fire_action
745: (
746: q_collection_id => p_x_collection_id,
747: q_return_status => l_return_status,
748: q_msg_count => l_msg_count,