DBA Data[Home] [Help]

SYS.OWA_OPT_LOCK dependencies on OWA_OPT_LOCK

Line 1: package body owa_opt_lock

1: package body owa_opt_lock
2: as
3:
4: last_column exception;
5: pragma exception_init( last_column, -1007 );

Line 146: l_theQuery := 'select owa_opt_lock.checksum(';

142: end if;
143: dbms_sql.column_value(l_cursor, 1, l_column_name);
144: dbms_sql.column_value(l_cursor, 2, l_data_type);
145: if (l_theQuery is NULL) then
146: l_theQuery := 'select owa_opt_lock.checksum(';
147: else
148: l_theQuery := l_theQuery || '||';
149: end if;
150: -- if the column type is XMLTYPE, then we cannot concatenate