DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on UTL_RAW

Line 4005: l_buffer := utl_raw.cast_to_varchar2(l_buf_raw);

4001: END IF;
4002:
4003: dbms_lob.read(l_blob_loc, l_cur_chunk_size, l_input_offset, l_buf_raw);
4004:
4005: l_buffer := utl_raw.cast_to_varchar2(l_buf_raw);
4006:
4007: -- Write the current chunk.
4008: DBMS_LOB.writeappend(l_clob_loc, length(l_buffer), l_buffer);
4009:

Line 6892: lockname => utl_raw.cast_to_raw(l_lock_name)

6888: -- the default 10 days
6889: -- ntungare
6890: --
6891: dbms_lock.allocate_unique(
6892: lockname => utl_raw.cast_to_raw(l_lock_name)
6893: ,lockhandle => l_lock_handle
6894: ,expiration_secs => 86400);
6895: return l_lock_handle;
6896:

Line 7043: oe_debug_pub.add ('x_hash_value = '||utl_raw.cast_to_raw(x_hash_value));

7039:
7040: IF PG_DEBUG <> 0 THEN
7041: -- bug 7203643
7042: --oe_debug_pub.add ('x_hash_value = '||x_hash_value);
7043: oe_debug_pub.add ('x_hash_value = '||utl_raw.cast_to_raw(x_hash_value));
7044: END IF;
7045:
7046: l_lock_handle := get_lock_handle (p_hash_string => x_hash_value );
7047: