DBA Data[Home] [Help]

APPS.PAY_AC_ACTION_ARCH dependencies on FND_LOOKUP_VALUES

Line 496: from fnd_lookup_values

492: i NUMBER := 0; -- used for label counter
493:
494: cursor c_arch_labels is
495: select language, lookup_code, meaning
496: from fnd_lookup_values
497: where lookup_type = 'CA_CHEQUE_LABELS'
498: and lookup_code in ('CURRENT', 'YTD');
499:
500: