DBA Data[Home] [Help]

APPS.ICX_RELATED_CATEGORIES_PUB dependencies on FND_LOOKUPS

Line 322: from fnd_lookups

318:
319:
320: -- check that relationship type is valid
321: select count(*) into l_count
322: from fnd_lookups
323: where lookup_type = 'ICX_RELATIONS'
324: and enabled_flag = 'Y'
325: and lookup_code = p_relationship_type;
326: