DBA Data[Home] [Help]

APPS.FII_LOB_MAINTAIN_PKG dependencies on FII_LOB_ASSIGNMENTS

Line 218: -- FROM fii_lob_assignments;

214: -- Check if we should use old DBI 5.0 LOB model
215: --changed by vkazhipu for bug 4992496 related to performance tuning
216: begin
217: -- SELECT count(*) INTO l_count
218: -- FROM fii_lob_assignments;
219: select 1 into l_count from fii_lob_assignments where rownum=1;
220: exception
221: when others then
222: l_count := 0;

Line 219: select 1 into l_count from fii_lob_assignments where rownum=1;

215: --changed by vkazhipu for bug 4992496 related to performance tuning
216: begin
217: -- SELECT count(*) INTO l_count
218: -- FROM fii_lob_assignments;
219: select 1 into l_count from fii_lob_assignments where rownum=1;
220: exception
221: when others then
222: l_count := 0;
223: end;