DBA Data[Home] [Help]

APPS.MSC_CL_DEMAND_ODS_LOAD dependencies on MSC_APPS_INSTANCES

Line 97: from msc_apps_instances

93: begin
94: if lv_11i_src_exists = 0 then
95: select 1
96: into lv_11i_src_exists
97: from msc_apps_instances
98: where apps_ver=3
99: and rownum=1;
100: end if;
101: exception