apm_dependency_remove (public)
apm_dependency_remove dependency_id
Defined in packages/acs-tcl/tcl/apm-procs.tcl
Removes a dependency from the system.
- Parameters:
- dependency_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: db_exec_plsql dependency_remove {}Generic XQL file: packages/acs-tcl/tcl/apm-procs.xql
PostgreSQL XQL file: <fullquery name="apm_dependency_remove.dependency_remove"> <querytext> select apm_package_version__remove_dependency( :dependency_id ); </querytext> </fullquery>packages/acs-tcl/tcl/apm-procs-postgresql.xql
Oracle XQL file: <fullquery name="apm_dependency_remove.dependency_remove"> <querytext> begin apm_package_version.remove_dependency( dependency_id => :dependency_id ); end; </querytext> </fullquery>packages/acs-tcl/tcl/apm-procs-oracle.xql