7020: if (replace(upper(l_rec.NAME),' ','_')='PAY_VALUE')
7021: then
7022: select flv.meaning
7023: into l_translated_value
7024: from fnd_lookup_values flv
7025: where flv.lookup_type = 'NAME_TRANSLATIONS'
7026: and flv.lookup_code = 'PAY VALUE'
7027: and flv.view_application_id = 3
7028: and flv.security_group_id = 0