120:
121: BEGIN
122: select meaning
123: into l_yes
124: from ar_lookups
125: where lookup_code = 'Y'
126: and lookup_type = 'YES/NO'
127: ;
128: --p_yes := l_yes ;
136:
137: BEGIN
138: select meaning
139: into l_no
140: from ar_lookups
141: where lookup_code = 'N'
142: and lookup_type = 'YES/NO'
143: ;
144: --p_no := l_no ;