DBA Data[Home] [Help]

APPS.OKC_CA_UTIL_PVT dependencies on FND_MESSAGE

Line 194: return fnd_message.get_string('OKC','OKC_REP_MULTIPLE_PARTIES');

190: and bid_status IN ('ACTIVE','DISQUALIFIED')
191: and auction_header_id = p_auction_header_id;
192: return result;
193: exception when TOO_MANY_ROWS then
194: return fnd_message.get_string('OKC','OKC_REP_MULTIPLE_PARTIES');
195: end;
196:
197: procedure remove_results( p_search_id in number) as
198: begin