DBA Data[Home] [Help]

APPS.PON_PROFILE_UTIL_PKG dependencies on PON_LARGE_AUCTION_UTIL_PKG

Line 665: l_super_large_lines_threshold := PON_LARGE_AUCTION_UTIL_PKG.g_default_lines_threshold;

661: x_status => l_status,
662: x_exception_msg => l_exception_msg);
663:
664: IF (l_super_large_lines_threshold IS NULL) THEN
665: l_super_large_lines_threshold := PON_LARGE_AUCTION_UTIL_PKG.g_default_lines_threshold;
666: END IF;
667:
668: IF (p_number_of_lines > l_super_large_lines_threshold) THEN
669: x_is_super_large_neg := 'Y';