category::phase_in (public)
category::phase_in category_id
Defined in packages/categories/tcl/categories-procs.tcl
Marks a category to be visible for categorizing new objects / update existing objects. Make sure to use category_tree::flush_cache afterwards.
- Parameters:
- category_id (required)
- category_id of the category to be phased in
- Author:
- Timo Hentschel <timo@timohentschel.de>
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- category_crud
Source code: db_exec_plsql phase_in ""XQL Not present: Generic PostgreSQL XQL file: <fullquery name="category::phase_in.phase_in"> <querytext> select category__phase_in(:category_id) </querytext> </fullquery>packages/categories/tcl/categories-procs-postgresql.xql
Oracle XQL file: <fullquery name="category::phase_in.phase_in"> <querytext> begin category.phase_in(:category_id); end; </querytext> </fullquery>packages/categories/tcl/categories-procs-oracle.xql