DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on OKC_TERMS_UTIL_GRP

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

676: 1,
677: 'Y');
678: END IF;
679: -- bug 5314615
680: l_has_terms := OKC_TERMS_UTIL_GRP.has_terms('QUOTE', p_copy_quote_header_rec.quote_header_id);
681:
682: IF aso_debug_pub.g_debug_flag = 'Y' THEN
683: aso_debug_pub.add(
684: 'Copy_Quote - l_has_terms ' || l_has_terms,