DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on GL_MC_REPORTING_OPTIONS_11I

Line 1905: from gl_mc_reporting_options_11i

1901: l_mrc_temp :=0;
1902:
1903: select count(*)
1904: into l_mrc_temp
1905: from gl_mc_reporting_options_11i
1906: where application_id = 201
1907: and enabled_flag = 'Y'
1908: and rownum=1;
1909: