DBA Data[Home] [Help]

APPS.PO_HEADERS_DRAFT_PVT dependencies on PO_CONTERMS_UTL_GRP

Line 318: PO_CONTERMS_UTL_GRP.get_po_contract_doctype

314: FROM po_headers_all PH
315: WHERE po_header_id = p_draft_info.po_header_id;
316:
317: l_contract_document_type :=
318: PO_CONTERMS_UTL_GRP.get_po_contract_doctype
319: ( p_sub_doc_type => p_draft_info.doc_subtype
320: );
321:
322: -- call contract api to delete contract terms

Line 347: PO_CONTERMS_UTL_GRP.get_po_contract_doctype

343: IF ( (l_vendor_changed = 'Y' OR l_vendor_site_changed = 'Y')
344: AND l_conterms_exist_flag = 'Y') THEN
345:
346: l_contract_document_type :=
347: PO_CONTERMS_UTL_GRP.get_po_contract_doctype
348: ( p_sub_doc_type => p_draft_info.doc_subtype
349: );
350:
351: OKC_MANAGE_DELIVERABLES_GRP.updateExtPartyOnDeliverables