This commit is contained in:
Grzegorz Michalski
2026-03-02 09:47:35 +01:00
commit 2c225d68ac
715 changed files with 130067 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
parameters:
min_log_date:
value: select("ct_mrds.a_workflow_history",
"to_char(max(workflow_start) + interval '1' second, 'YYYYMMDD - HH24MISS')",
"workflow_name = 'w_ODS_TMS_TRANSACTION' and workflow_successful = 'Y'")
hidden: false
max_log_date:
value: select("dual", "to_char(sysdate - 5/(24*60), 'YYYYMMDD - HH24MISS')")
hidden: false