DBA Data[Home] [Help]

APPS.WF_LOCAL_SYNCH dependencies on FND_LOOKUP_VALUES

Line 2665: from fnd_lookup_values

2661: pragma exception_init(DuplicateKeys, -1452);
2662:
2663: cursor valid_orig_systems is
2664: select distinct lookup_code name
2665: from fnd_lookup_values
2666: where lookup_type = 'FND_WF_ORIG_SYSTEMS'
2667: and language = 'US';
2668:
2669: --Bug 3585554