DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on OKC_TERMS_UTIL_GRP

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

545: -- check if the contract is associated to the quote. If not then retrieve the template id and pass it in header rec.
546: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
547: IBE_Util.Debug('Contracts feature is turned ON, before calling Contract get_terms_template');
548: END IF;
549: l_check_terms := OKC_TERMS_UTIL_GRP.Get_Terms_Template( p_doc_type => 'QUOTE',
550: p_doc_id => l_qte_header_rec.quote_header_id);
551: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
552: IBE_Util.Debug('After get_terms_template api, l_check_terms='||l_check_terms);
553: END IF;