DBA Data[Home] [Help]

APPS.GMIPVER dependencies on FND_TABLES

Line 52: FROM fnd_tables

48: RETURN 10;
49: END IF;
50: SELECT count(1)
51: INTO l_count
52: FROM fnd_tables
53: WHERE application_id = 551
54: and table_name like 'GMI_ITEMS_XML_INTERFACE';
55: IF (l_count = 1) THEN
56: /* it should be I or above. we will only return for I */

Line 67: FROM fnd_tables

63: RETURN 8;
64: END IF;
65: SELECT count(1)
66: INTO l_count
67: FROM fnd_tables
68: WHERE application_id = 551
69: and table_name like 'GMI_CATEGORY_SETS';
70: IF (l_count = 1) THEN
71: /* it should be G or above. we will only return for G */