DBA Data[Home] [Help]

APPS.OKC_XPRT_UTIL_PVT dependencies on OKC_TERMS_QA_PVT

Line 2340: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_TEMPLATE_RULE_STATUS ,

2336:
2337: --
2338: -- Get Not Applied QA Code Severity and Name
2339: --
2340: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_TEMPLATE_RULE_STATUS ,
2341: x_perform_qa => l_perf_template_rule_status,
2342: x_qa_name => l_template_rule_status_desc,
2343: x_severity_flag => l_template_rule_status_sev,
2344: x_return_status => x_return_status);

Line 2357: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_INVALID_XPRT_SECTION ,

2353:
2354: --
2355: -- Get Default template section severity and name
2356: --
2357: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_INVALID_XPRT_SECTION ,
2358: x_perform_qa => l_def_template_status,
2359: x_qa_name => l_def_template_desc,
2360: x_severity_flag => l_def_template_sev,
2361: x_return_status => x_return_status);

Line 2397: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_TEMPLATE_NO_RULES ,

2393: --
2394: -- Get Template with no rules QA Code Severity and Name
2395: --
2396:
2397: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_TEMPLATE_NO_RULES ,
2398: x_perform_qa => l_perf_template_no_rule,
2399: x_qa_name => l_template_no_rule_desc,
2400: x_severity_flag => l_template_no_rule_sev,
2401: x_return_status => x_return_status);

Line 3337: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_NEW_EXPERT_ART ,

3333: /*
3334: --
3335: -- Get New Article QA Code Severity and Name
3336: --
3337: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_NEW_EXPERT_ART ,
3338: x_perform_qa => l_perf_new_expert_art,
3339: x_qa_name => l_new_expert_article_desc,
3340: x_severity_flag => l_new_expert_article_sev,
3341: x_return_status => x_return_status);

Line 3373: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_OLD_EXPERT_ART ,

3369:
3370: /* --
3371: -- Get Old Article QA Code Severity and Name
3372: --
3373: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_OLD_EXPERT_ART ,
3374: x_perform_qa => l_perf_old_expert_art,
3375: x_qa_name => l_old_expert_article_desc,
3376: x_severity_flag => l_old_expert_article_sev,
3377: x_return_status => x_return_status);

Line 3933: Description: This API is called from OKC_TERMS_QA_PVT

3929:
3930:
3931: /*========================================================================+
3932: Procedure: contract_expert_bv
3933: Description: This API is called from OKC_TERMS_QA_PVT
3934: It is the main wrapper around the Batch Validation process,
3935: executed from QA and from the Deviation Report processes.
3936:
3937: +========================================================================*/