DBA Data[Home] [Help]

APPS.ICX_RELATED_TEMPLATES_PUB dependencies on FND_LOOKUPS

Line 164: from fnd_lookups

160:
161:
162: -- check that relationship type is valid
163: select count(*) into l_count
164: from fnd_lookups
165: where lookup_type = 'ICX_RELATIONS'
166: and enabled_flag = 'Y'
167: and lookup_code = p_relationship_type;
168: