DBA Data[Home] [Help]

APPS.PO_HEADERS_DRAFT_PVT dependencies on PO_CONTERMS_UTL_GRP

Line 314: PO_CONTERMS_UTL_GRP.get_po_contract_doctype

310: FROM po_headers_all PH
311: WHERE po_header_id = p_draft_info.po_header_id;
312:
313: l_contract_document_type :=
314: PO_CONTERMS_UTL_GRP.get_po_contract_doctype
315: ( p_sub_doc_type => p_draft_info.doc_subtype
316: );
317:
318: -- call contract api to delete contract terms

Line 343: PO_CONTERMS_UTL_GRP.get_po_contract_doctype

339: IF ( (l_vendor_changed = 'Y' OR l_vendor_site_changed = 'Y')
340: AND l_conterms_exist_flag = 'Y') THEN
341:
342: l_contract_document_type :=
343: PO_CONTERMS_UTL_GRP.get_po_contract_doctype
344: ( p_sub_doc_type => p_draft_info.doc_subtype
345: );
346:
347: OKC_MANAGE_DELIVERABLES_GRP.updateExtPartyOnDeliverables