_news__c_db-news-get-latest-revision (private)
_news__c_db-news-get-latest-revision
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_item_id latest_revision_id} set latest_revision_id [db_exec_plsql get-latest-revision { begin :1 := content_item.get_latest_revision(:p_item_id); end; }]Generic XQL file: packages/news/tcl/test/news-db-test-init.xql
PostgreSQL XQL file: <fullquery name="_news__c_db-news-get-latest-revision.get-latest-revision"> <querytext> select content_item__get_latest_revision(:p_item_id); </querytext> </fullquery>packages/news/tcl/test/news-db-test-init-postgresql.xql
Oracle XQL file: <fullquery name="_news__c_db-news-get-latest-revision.get-latest-revision"> <querytext> begin :1 := content_item.get_latest_revision(:p_item_id); end; </querytext> </fullquery>packages/news/tcl/test/news-db-test-init-oracle.xql