DBA Data[Home] [Help]

APPS.PAY_AC_ACTION_ARCH dependencies on FND_LOOKUP_VALUES

Line 580: from fnd_lookup_values

576: i NUMBER := 0; -- used for label counter
577:
578: cursor c_arch_labels is
579: select language, lookup_code, meaning
580: from fnd_lookup_values
581: where lookup_type = 'CA_CHEQUE_LABELS'
582: and lookup_code in ('CURRENT', 'YTD');
583:
584: