DBA Data[Home] [Help]

APPS.IGI_CHECK_VERSION dependencies on FND_INSTALLATION

Line 53: -- Bug 3431843 AKataria get ownername from fnd_installation

49: RETURN;
50: END IF;
51:
52: -- Check for version (12, 31 or 33) installed
53: -- Bug 3431843 AKataria get ownername from fnd_installation
54: IF NOT fnd_installation.get_app_info (application_short_name => 'IGL',
55: status => l_prod_status,
56: industry => l_industry,
57: oracle_schema => l_schema)

Line 54: IF NOT fnd_installation.get_app_info (application_short_name => 'IGL',

50: END IF;
51:
52: -- Check for version (12, 31 or 33) installed
53: -- Bug 3431843 AKataria get ownername from fnd_installation
54: IF NOT fnd_installation.get_app_info (application_short_name => 'IGL',
55: status => l_prod_status,
56: industry => l_industry,
57: oracle_schema => l_schema)
58: THEN

Line 70: -- Bug 3431843 AKataria get ownername from fnd_installation

66: FROM all_objects
67: WHERE object_name = 'JE_UK_GCC_INST_OPTIONS_ALL'
68: AND owner = l_schema; -- Bug 3431843 hkaniven
69:
70: -- Bug 3431843 AKataria get ownername from fnd_installation
71: IF NOT fnd_installation.get_app_info (application_short_name => 'IGI',
72: status => l_prod_status,
73: industry => l_industry,
74: oracle_schema => l_schema)

Line 71: IF NOT fnd_installation.get_app_info (application_short_name => 'IGI',

67: WHERE object_name = 'JE_UK_GCC_INST_OPTIONS_ALL'
68: AND owner = l_schema; -- Bug 3431843 hkaniven
69:
70: -- Bug 3431843 AKataria get ownername from fnd_installation
71: IF NOT fnd_installation.get_app_info (application_short_name => 'IGI',
72: status => l_prod_status,
73: industry => l_industry,
74: oracle_schema => l_schema)
75: THEN