DBA Data[Home] [Help]

APPS.ICX_POR_JOB_TRACK_VALIDATION_S dependencies on FND_LOOKUPS

Line 277: from fnd_lookups

273: begin
274: l_progress := '062';
275: select 'Y'
276: into l_foo
277: from fnd_lookups
278: where lookup_type = 'ICX_CATALOG_AVAILABILITY'
279: and lookup_code = p_availability
280: and rownum = 1;
281: exception

Line 296: from fnd_lookups

292: begin
293: l_progress := '072';
294: select 'Y'
295: into l_foo
296: from fnd_lookups
297: where lookup_type = 'ICX_CATALOG_ITEM_TYPE'
298: and lookup_code = p_item_type
299: and rownum = 1;
300: exception