auth::sync::job::start_get_document (public)

 auth::sync::job::start_get_document -job_id job_id

Defined in packages/acs-authentication/tcl/sync-procs.tcl

Record the time that we're starting to get the document.

Switches:
-job_id
(required)
The ID of the batch job you're ending.

Partial Call Graph (max 5 caller/called nodes):
%3 test_sync_start_end sync_start_end (test acs-authentication) auth::sync::job::start_get_document auth::sync::job::start_get_document test_sync_start_end->auth::sync::job::start_get_document db_dml db_dml (public) auth::sync::job::start_get_document->db_dml auth::authority::batch_sync auth::authority::batch_sync (public) auth::authority::batch_sync->auth::sync::job::start_get_document

Testcases:
sync_start_end
Source code:
    db_dml update_doc_start_time {}
Generic XQL file:
<fullquery name="auth::sync::job::start_get_document.update_doc_start_time">
    <querytext>
            update auth_batch_jobs
            set    doc_start_time = current_timestamp
            where  job_id = :job_id
        </querytext>
</fullquery>
packages/acs-authentication/tcl/sync-procs.xql

PostgreSQL XQL file:
packages/acs-authentication/tcl/sync-procs-postgresql.xql

Oracle XQL file:
packages/acs-authentication/tcl/sync-procs-oracle.xql

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