acs_object_name (public)

 acs_object_name object_id

Defined in packages/acs-tcl/tcl/object-procs.tcl

Returns the name of an object.

Parameters:
object_id (required)

Testcases:
object_name
Source code:
    return [db_string object_name_get {
        select acs_object.name(:object_id) from dual
    }]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/object-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: