DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 562: l_check_terms := OKC_TERMS_UTIL_GRP.Get_Terms_Template( p_doc_type => 'QUOTE',

558: -- check if the contract is associated to the quote. If not then retrieve the template id and pass it in header rec.
559: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
560: IBE_Util.Debug('Contracts feature is turned ON, before calling Contract get_terms_template');
561: END IF;
562: l_check_terms := OKC_TERMS_UTIL_GRP.Get_Terms_Template( p_doc_type => 'QUOTE',
563: p_doc_id => l_qte_header_rec.quote_header_id);
564: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
565: IBE_Util.Debug('After get_terms_template api, l_check_terms='||l_check_terms);
566: END IF;