DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on FND_LOOKUP_VALUES

Line 702: from fnd_lookup_values

698:
699: begin
700: select nvl(description, meaning)
701: into v_jurisdiction
702: from fnd_lookup_values
703: where lookup_type = 'NAME_TRANSLATIONS'
704: and upper(p_name) like lookup_code
705: and language = lang_rec.language_code
706: and rownum = 1;