DBA Data[Home] [Help]

APPS.WF_LOCAL_SYNCH dependencies on FND_LOOKUP_VALUES

Line 2599: from fnd_lookup_values

2595: pragma exception_init(DuplicateKeys, -1452);
2596:
2597: cursor valid_orig_systems is
2598: select distinct lookup_code name
2599: from fnd_lookup_values
2600: where lookup_type = 'FND_WF_ORIG_SYSTEMS'
2601: and language = 'US';
2602:
2603: --Bug 3585554