DBA Data[Home] [Help]

APPS.BEN_COMP_OBJECT_LIST dependencies on DUAL

Line 730: from sys.dual;

726: --
727: cursor c_getseq
728: is
729: select ben_comp_obj_cache_row_s.nextval
730: from sys.dual;
731:
732: --
733: BEGIN
734: --

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

1956: --
1957: FOR tabele_num IN l_tabname_set.FIRST .. l_tabname_set.LAST LOOP
1958: --
1959: l_query_str :=
1960: ' select 1 ' || ' from sys.dual' || ' where exists(select null' ||
1961: ' from ' ||
1962: l_tabname_set(tabele_num) ||
1963: ' where :timestamp < last_update_date)';
1964: --