DBA Data[Home] [Help]

APPS.BEN_COMP_OBJECT_LIST dependencies on DUAL

Line 720: from sys.dual;

716: --
717: cursor c_getseq
718: is
719: select ben_comp_obj_cache_row_s.nextval
720: from sys.dual;
721:
722: --
723: BEGIN
724: --

Line 1942: ' select 1 ' || ' from sys.dual' || ' where exists(select null' ||

1938: --
1939: FOR tabele_num IN l_tabname_set.FIRST .. l_tabname_set.LAST LOOP
1940: --
1941: l_query_str :=
1942: ' select 1 ' || ' from sys.dual' || ' where exists(select null' ||
1943: ' from ' ||
1944: l_tabname_set(tabele_num) ||
1945: ' where :timestamp < last_update_date)';
1946: --