DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE_PO_PVT dependencies on OKC_MANAGE_DELIVERABLES_GRP

Line 379: SUBTYPE busdocs_tbl_type IS okc_manage_deliverables_grp.busdocs_tbl_type;

375: l_document_type po_headers.type_lookup_code%TYPE;
376: l_document_version po_headers.revision_num%TYPE;
377: l_conterms_exist_flag po_headers.conterms_exist_flag%TYPE;
378: l_contracts_document_type VARCHAR2(150);
379: SUBTYPE busdocs_tbl_type IS okc_manage_deliverables_grp.busdocs_tbl_type;
380: l_busdocs_tbl busdocs_tbl_type;
381: l_empty_busdocs_tbl busdocs_tbl_type;
382: l_row_index PLS_INTEGER := 0;
383:

Line 834: okc_manage_deliverables_grp.updateIntContactOnDeliverables (

830: IF l_commit_count = p_commit_interval THEN
831:
832: IF (l_busdocs_tbl.COUNT >= 1) THEN
833:
834: okc_manage_deliverables_grp.updateIntContactOnDeliverables (
835: p_api_version => 1.0,
836: p_init_msg_list => FND_API.G_FALSE,
837: p_commit => FND_API.G_FALSE,
838: p_bus_docs_tbl => l_busdocs_tbl,

Line 897: okc_manage_deliverables_grp.updateIntContactOnDeliverables (

893: END IF; -- < End of p_document_type >
894:
895: IF (l_busdocs_tbl.COUNT >= 1) THEN
896:
897: okc_manage_deliverables_grp.updateIntContactOnDeliverables (
898: p_api_version => 1.0,
899: p_init_msg_list => FND_API.G_FALSE,
900: p_commit => FND_API.G_FALSE,
901: p_bus_docs_tbl => l_busdocs_tbl,