DBA Data[Home] [Help]

APPS.IGI_GEN dependencies on IGI_GCC_INSTALLED_OPTIONS

Line 60: FROM igi_gcc_installed_options

56: -- CURSOR Get_installed_option (p_org_id NUMBER)
57: CURSOR Get_installed_option
58: is
59: SELECT status_flag
60: FROM igi_gcc_installed_options
61: WHERE option_name = upper(p_option_name);
62: -- AND org_id = p_org_id
63:
64: --Two queries seperated for Bug3855184:Start

Line 157: FROM IGI_gcc_installed_options

153: IS
154:
155: CURSOR stat_check IS
156: (SELECT status_flag
157: FROM IGI_gcc_installed_options
158: WHERE option_name = upper(p_option_name ));
159:
160: --Two queries seperated for Bug3855184:Start
161: CURSOR gl_fa_stat_check IS