ad_audit_trail_for_table

EveAndersson.com : API Browser : ad_audit_trail_for_table

ad_audit_trail_for_table

ad_audit_trail_for_table main_table_name audit_table_name id_column \
    [ start_date ] [ end_date ] [ audit_url ] [ restore_url ]
Defined in tcl/ad-audit-trail.tcl

Returns the audit trail for each id from the id_column for updates and deletes from main_table_name and audit_table_name that occured between start_date and end_date. If start_date is blank, then it is assumed to be when the table was created, if end_date is blank then it is assumed to be the current time. The audit_url, if it exists, will be given the calling arguments for ad_audit_trail.

Parameters:
main_table_name
audit_table_name
id_column
start_date (optional)
end_date (optional)
audit_url (optional)
restore_url (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com