bm_initialize_in_closed_p (public)

 bm_initialize_in_closed_p viewed_user_id in_closed_p_id package_id

Defined in packages/bookmarks/tcl/bookmarks-procs.tcl

Parameters:
viewed_user_id
in_closed_p_id
package_id

Partial Call Graph (max 5 caller/called nodes):
%3 packages/bookmarks/www/index.tcl packages/bookmarks/ www/index.tcl bm_initialize_in_closed_p bm_initialize_in_closed_p packages/bookmarks/www/index.tcl->bm_initialize_in_closed_p db_exec_plsql db_exec_plsql (public) bm_initialize_in_closed_p->db_exec_plsql

Testcases:
No testcase defined.
Source code:
    db_exec_plsql initialize_in_closed_p {
        begin
           bookmark.initialize_in_closed_p(:viewed_user_id, :in_closed_p_id, :package_id);
        end;
    }
Generic XQL file:
packages/bookmarks/tcl/bookmarks-procs.xql

PostgreSQL XQL file:
<fullquery name="bm_initialize_in_closed_p.initialize_in_closed_p">
    <querytext>

	select bookmark__initialize_in_closed_p (:viewed_user_id, :in_closed_p_id, :package_id);
	
      </querytext>
</fullquery>
packages/bookmarks/tcl/bookmarks-procs-postgresql.xql

Oracle XQL file:
<fullquery name="bm_initialize_in_closed_p.initialize_in_closed_p">
    <querytext>
      
	    begin
	       bookmark.initialize_in_closed_p(:viewed_user_id, :in_closed_p_id, :package_id);
	    end;
	
      </querytext>
</fullquery>
packages/bookmarks/tcl/bookmarks-procs-oracle.xql

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