268: and risk_type_code = p_risk_type_code;
269:
270: select meaning
271: into yes
272: from fnd_lookups
273: where lookup_type='YES_NO'
274: and lookup_code='Y';
275:
276: select meaning
274: and lookup_code='Y';
275:
276: select meaning
277: into no
278: from fnd_lookups
279: where lookup_type='YES_NO'
280: and lookup_code='N';
281:
282: if n > 0 then