[Home] [Help]
52: and assertion_code = p_assertion_code;
53:
54: select meaning
55: into yes
56: from fnd_lookups
57: where lookup_type='YES_NO'
58: and lookup_code='Y';
59:
60: select meaning
58: and lookup_code='Y';
59:
60: select meaning
61: into no
62: from fnd_lookups
63: where lookup_type='YES_NO'
64: and lookup_code='N';
65:
66: if n > 0 then