DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 978: l_has_terms := OKC_TERMS_UTIL_GRP.has_terms('QUOTE', p_copy_quote_header_rec.quote_header_id);

974: 1,
975: 'Y');
976: END IF;
977: -- bug 5314615
978: l_has_terms := OKC_TERMS_UTIL_GRP.has_terms('QUOTE', p_copy_quote_header_rec.quote_header_id);
979:
980: IF aso_debug_pub.g_debug_flag = 'Y' THEN
981: aso_debug_pub.add(
982: 'Copy_Quote - l_has_terms ' || l_has_terms,