DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on OKC_TERMS_QA_GRP

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

260: -------------------------------------------------------------------------------
261: --Start of Comments
262: --Name: check_terms
263: --Pre-reqs:
264: -- This procedure is dependent on the Contracts group API OKC_TERMS_QA_GRP and
265: -- calls procedure qa_doc. It also subtypes the qa_result_tbl_type to store
266: -- returned error messages.
267: --Modifies:
268: -- po_online_report_text_gt

Line 323: SUBTYPE qa_result_tbl_type IS OKC_TERMS_QA_GRP.qa_result_tbl_type;

319: FROM po_headers_gt
320: WHERE po_header_id = p_document_id;
321:
322: -- contracts dependency
323: SUBTYPE qa_result_tbl_type IS OKC_TERMS_QA_GRP.qa_result_tbl_type;
324: l_qa_result_tbl qa_result_tbl_type;
325: l_qa_mode VARCHAR2(30);
326: l_contracts_document_type VARCHAR2(150);
327: SUBTYPE Event_tbl_type IS OKC_TERMS_QA_GRP.busdocdates_tbl_type;

Line 327: SUBTYPE Event_tbl_type IS OKC_TERMS_QA_GRP.busdocdates_tbl_type;

323: SUBTYPE qa_result_tbl_type IS OKC_TERMS_QA_GRP.qa_result_tbl_type;
324: l_qa_result_tbl qa_result_tbl_type;
325: l_qa_mode VARCHAR2(30);
326: l_contracts_document_type VARCHAR2(150);
327: SUBTYPE Event_tbl_type IS OKC_TERMS_QA_GRP.busdocdates_tbl_type;
328: l_event_tbl Event_tbl_type;
329:
330:
331: l_revision_num po_headers.revision_num%TYPE;

Line 380: OKC_TERMS_QA_GRP.qa_Doc(

376:
377: l_progress := '001';
378:
379: -- call the contracts QA
380: OKC_TERMS_QA_GRP.qa_Doc(
381: p_api_version => 1.0,
382: p_init_msg_list => FND_API.G_FALSE,
383: x_return_status => l_return_status,
384: x_msg_data => l_msg_data,