DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on FND_LOOKUP_VALUES

Line 7274: from fnd_lookup_values flv

7270: if (replace(upper(l_rec.NAME),' ','_')='PAY_VALUE')
7271: then
7272: select flv.meaning
7273: into l_translated_value
7274: from fnd_lookup_values flv
7275: where flv.lookup_type = 'NAME_TRANSLATIONS'
7276: and flv.lookup_code = 'PAY VALUE'
7277: and flv.view_application_id = 3
7278: and flv.security_group_id = 0