DBA Data[Home] [Help]

APPS.IGI_GEN dependencies on IGI_GCC_INST_OPTIONS_ALL

Line 17: FROM igi_gcc_inst_options_all -- Use _ALL table instead of view

13:
14: CURSOR Get_installed_option
15: is
16: SELECT status_flag
17: FROM igi_gcc_inst_options_all -- Use _ALL table instead of view
18: WHERE option_name = upper(p_option_name)
19: AND org_id = p_org_id;
20:
21: --Two queries seperated for Bug3855184:Start