_news__c_db-news-revision-delete (private)
_news__c_db-news-revision-delete
Defined in packages/news/tcl/test/news-db-test-init.tcl
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: aa_export_vars {p_revision_id} db_exec_plsql revision-delete { begin news.revision_delete(:p_revision_id); end; }Generic XQL file: packages/news/tcl/test/news-db-test-init.xql
PostgreSQL XQL file: <fullquery name="_news__c_db-news-revision-delete.revision-delete"> <querytext> select news__revision_delete(:p_revision_id); </querytext> </fullquery>packages/news/tcl/test/news-db-test-init-postgresql.xql
Oracle XQL file: <fullquery name="_news__c_db-news-revision-delete.revision-delete"> <querytext> begin news.revision_delete(:p_revision_id); end; </querytext> </fullquery>packages/news/tcl/test/news-db-test-init-oracle.xql