DBA Data[Home] [Help]

APPS.JTF_MINISITERUNTIME_PVT dependencies on DUAL

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

209: l_msite_id, l_msite_id;
210:
211: ELSE
212:
213: OPEN x_items_cur FOR select 0 from dual where sysdate < sysdate - 1;
214: OPEN x_sections_cur FOR select 0 from dual where sysdate < sysdate - 1;
215:
216: END IF; -- end of exclusion block
217:

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

210:
211: ELSE
212:
213: OPEN x_items_cur FOR select 0 from dual where sysdate < sysdate - 1;
214: OPEN x_sections_cur FOR select 0 from dual where sysdate < sysdate - 1;
215:
216: END IF; -- end of exclusion block
217:
218: -- added to cache the minisite responsibility association -- ssridhar