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 779: okc_manage_deliverables_grp.updateIntContactOnDeliverables (

775: IF l_commit_count = p_commit_interval THEN
776:
777: IF (l_busdocs_tbl.COUNT >= 1) THEN
778:
779: okc_manage_deliverables_grp.updateIntContactOnDeliverables (
780: p_api_version => 1.0,
781: p_init_msg_list => FND_API.G_FALSE,
782: p_commit => FND_API.G_FALSE,
783: p_bus_docs_tbl => l_busdocs_tbl,

Line 842: okc_manage_deliverables_grp.updateIntContactOnDeliverables (

838: END IF; -- < End of p_document_type >
839:
840: IF (l_busdocs_tbl.COUNT >= 1) THEN
841:
842: okc_manage_deliverables_grp.updateIntContactOnDeliverables (
843: p_api_version => 1.0,
844: p_init_msg_list => FND_API.G_FALSE,
845: p_commit => FND_API.G_FALSE,
846: p_bus_docs_tbl => l_busdocs_tbl,