DBA Data[Home] [Help]

APPS.PAY_IVT_INS dependencies on FND_LOOKUP_VALUES

Line 353: from fnd_lookup_values

349: if l_is_pay_value then
350: begin
351: select meaning
352: into l_name
353: from fnd_lookup_values
354: where lookup_type = 'NAME_TRANSLATIONS'
355: and lookup_code = 'PAY VALUE'
356: and language = l_lang.language_code;
357: exception