DBA Data[Home] [Help]

APPS.OKC_XPRT_UTIL_PVT dependencies on OKC_TERMS_QA_PVT

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

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

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

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

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

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

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

3380: /*
3381: --
3382: -- Get New Article QA Code Severity and Name
3383: --
3384: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_NEW_EXPERT_ART ,
3385: x_perform_qa => l_perf_new_expert_art,
3386: x_qa_name => l_new_expert_article_desc,
3387: x_severity_flag => l_new_expert_article_sev,
3388: x_return_status => x_return_status);

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

3416:
3417: /* --
3418: -- Get Old Article QA Code Severity and Name
3419: --
3420: OKC_TERMS_QA_PVT.get_qa_code_detail(p_qa_code => G_CHECK_OLD_EXPERT_ART ,
3421: x_perform_qa => l_perf_old_expert_art,
3422: x_qa_name => l_old_expert_article_desc,
3423: x_severity_flag => l_old_expert_article_sev,
3424: x_return_status => x_return_status);

Line 4047: Description: This API is called from OKC_TERMS_QA_PVT

4043:
4044:
4045: /*========================================================================+
4046: Procedure: contract_expert_bv
4047: Description: This API is called from OKC_TERMS_QA_PVT
4048: It is the main wrapper around the Batch Validation process,
4049: executed from QA and from the Deviation Report processes.
4050:
4051: +========================================================================*/