DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on UTL_RAW

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

3979: END IF;
3980:
3981: dbms_lob.read(l_blob_loc, l_cur_chunk_size, l_input_offset, l_buf_raw);
3982:
3983: l_buffer := utl_raw.cast_to_varchar2(l_buf_raw);
3984:
3985: -- Write the current chunk.
3986: DBMS_LOB.writeappend(l_clob_loc, length(l_buffer), l_buffer);
3987:

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

6864: -- the default 10 days
6865: -- ntungare
6866: --
6867: dbms_lock.allocate_unique(
6868: lockname => utl_raw.cast_to_raw(l_lock_name)
6869: ,lockhandle => l_lock_handle
6870: ,expiration_secs => 86400);
6871: return l_lock_handle;
6872:

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

7015:
7016: IF PG_DEBUG <> 0 THEN
7017: -- bug 7203643
7018: --oe_debug_pub.add ('x_hash_value = '||x_hash_value);
7019: oe_debug_pub.add ('x_hash_value = '||utl_raw.cast_to_raw(x_hash_value));
7020: END IF;
7021:
7022: l_lock_handle := get_lock_handle (p_hash_string => x_hash_value );
7023: