DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on OKC_TERMS_QA_GRP

Line 345: -- This procedure is dependent on the Contracts group API OKC_TERMS_QA_GRP and

341: -------------------------------------------------------------------------------
342: --Start of Comments
343: --Name: check_terms
344: --Pre-reqs:
345: -- This procedure is dependent on the Contracts group API OKC_TERMS_QA_GRP and
346: -- calls procedure qa_doc. It also subtypes the qa_result_tbl_type to store
347: -- returned error messages.
348: --Modifies:
349: -- po_online_report_text_gt

Line 405: SUBTYPE qa_result_tbl_type IS OKC_TERMS_QA_GRP.qa_result_tbl_type;

401: FROM po_headers_gt
402: WHERE po_header_id = p_document_id;
403:
404: -- contracts dependency
405: SUBTYPE qa_result_tbl_type IS OKC_TERMS_QA_GRP.qa_result_tbl_type;
406: l_qa_result_tbl qa_result_tbl_type;
407: l_qa_mode VARCHAR2(30);
408: l_contracts_document_type VARCHAR2(150);
409: SUBTYPE Event_tbl_type IS OKC_TERMS_QA_GRP.busdocdates_tbl_type;

Line 409: SUBTYPE Event_tbl_type IS OKC_TERMS_QA_GRP.busdocdates_tbl_type;

405: SUBTYPE qa_result_tbl_type IS OKC_TERMS_QA_GRP.qa_result_tbl_type;
406: l_qa_result_tbl qa_result_tbl_type;
407: l_qa_mode VARCHAR2(30);
408: l_contracts_document_type VARCHAR2(150);
409: SUBTYPE Event_tbl_type IS OKC_TERMS_QA_GRP.busdocdates_tbl_type;
410: l_event_tbl Event_tbl_type;
411:
412:
413: l_revision_num po_headers.revision_num%TYPE;

Line 471: OKC_TERMS_QA_GRP.qa_Doc(

467:
468: l_progress := '001';
469:
470: -- call the contracts QA
471: OKC_TERMS_QA_GRP.qa_Doc(
472: p_api_version => 1.0,
473: p_init_msg_list => FND_API.G_FALSE,
474: x_return_status => l_return_status,
475: x_msg_data => l_msg_data,