DBA Data[Home] [Help]

APPS.IBE_MINISITERUNTIME_PVT dependencies on DUAL

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

541: -- l_msite_id, l_msite_id;
542:
543: ELSE
544:
545: OPEN x_items_cur FOR select 0 from dual where sysdate < sysdate - 1;
546: OPEN x_sections_cur FOR select 0 from dual where sysdate < sysdate - 1;
547:
548: END IF; -- end of exclusion block
549:

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

542:
543: ELSE
544:
545: OPEN x_items_cur FOR select 0 from dual where sysdate < sysdate - 1;
546: OPEN x_sections_cur FOR select 0 from dual where sysdate < sysdate - 1;
547:
548: END IF; -- end of exclusion block
549:
550: -- added to cache the minisite responsibility association -- ssridhar