DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on OKC_TERMS_UTIL_GRP

Line 1541: IF ( ('STRUCTURED' <> OKC_TERMS_UTIL_GRP.get_contract_source_code(p_document_type => l_okc_doc_type ,p_document_id => l_document_id_temp))

1537: ELSE
1538: l_okc_doc_type := PO_CONTERMS_UTL_GRP.get_po_contract_doctype_mod(DocumentSubtype);
1539: l_document_id_temp := DraftID;
1540: END IF;
1541: IF ( ('STRUCTURED' <> OKC_TERMS_UTIL_GRP.get_contract_source_code(p_document_type => l_okc_doc_type ,p_document_id => l_document_id_temp))
1542: AND ('N' = OKC_TERMS_UTIL_GRP.is_primary_terms_doc_mergeable(p_document_type => l_okc_doc_type ,p_document_id => l_document_id_temp)) )
1543: THEN--Mod Project
1544: PO_WF_UTIL_PKG.SetItemAttrText ( itemtype => l_itemtype, itemkey => l_itemkey, aname => 'OKC_DOC_ATTACHMENT', avalue => 'PLSQLBLOB:PO_COMMUNICATION_PVT.OKC_DOC_ATTACH/'|| l_itemtype||':'||l_itemkey);
1545: END IF; -- not structured and not mergeable

Line 1542: AND ('N' = OKC_TERMS_UTIL_GRP.is_primary_terms_doc_mergeable(p_document_type => l_okc_doc_type ,p_document_id => l_document_id_temp)) )

1538: l_okc_doc_type := PO_CONTERMS_UTL_GRP.get_po_contract_doctype_mod(DocumentSubtype);
1539: l_document_id_temp := DraftID;
1540: END IF;
1541: IF ( ('STRUCTURED' <> OKC_TERMS_UTIL_GRP.get_contract_source_code(p_document_type => l_okc_doc_type ,p_document_id => l_document_id_temp))
1542: AND ('N' = OKC_TERMS_UTIL_GRP.is_primary_terms_doc_mergeable(p_document_type => l_okc_doc_type ,p_document_id => l_document_id_temp)) )
1543: THEN--Mod Project
1544: PO_WF_UTIL_PKG.SetItemAttrText ( itemtype => l_itemtype, itemkey => l_itemkey, aname => 'OKC_DOC_ATTACHMENT', avalue => 'PLSQLBLOB:PO_COMMUNICATION_PVT.OKC_DOC_ATTACH/'|| l_itemtype||':'||l_itemkey);
1545: END IF; -- not structured and not mergeable
1546: -- : Set up attachments links region.