DBA Data[Home] [Help]

APPS.IBE_MINISITERUNTIME_PVT dependencies on DUAL

Line 280: OPEN x_items_cur FOR select 0 from dual where sysdate < sysdate - 1;

276: -- l_msite_id, l_msite_id;
277:
278: ELSE
279:
280: OPEN x_items_cur FOR select 0 from dual where sysdate < sysdate - 1;
281: OPEN x_sections_cur FOR select 0 from dual where sysdate < sysdate - 1;
282:
283: END IF; -- end of exclusion block
284:

Line 281: OPEN x_sections_cur FOR select 0 from dual where sysdate < sysdate - 1;

277:
278: ELSE
279:
280: OPEN x_items_cur FOR select 0 from dual where sysdate < sysdate - 1;
281: OPEN x_sections_cur FOR select 0 from dual where sysdate < sysdate - 1;
282:
283: END IF; -- end of exclusion block
284:
285: -- added to cache the minisite responsibility association -- ssridhar