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)
- Partial Call Graph (max 5 caller/called nodes):
- 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