_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):
%3 aa_export_vars aa_export_vars (public) db_exec_plsql db_exec_plsql (public) _news__c_db-news-revision-delete _news__c_db-news-revision-delete _news__c_db-news-revision-delete->aa_export_vars _news__c_db-news-revision-delete->db_exec_plsql

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

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