dw_table_name

one of the documented procedures in this installation of the ACS
Usage:
dw_table_name
What it does:
Returns the name of the table that we typically use for data warehouse queries; may vary by user.
Defined in: /web/philip/tcl/dw-defs.tcl

Source code:


    # you will probably want to edit this to run ad_verify_and_get_user_id
    # then return a particular view that is reasonable for that user
    return [ad_parameter DefaultTable dw "ad_hoc_query_view"]


philg@mit.edu