feat(FILE_ARCHIVER): Update package version to 3.4.3 and add JOIN to A_SOURCE_FILE_RECEIVED for archival query consistency

This commit is contained in:
Grzegorz Michalski
2026-03-24 13:50:37 +01:00
parent b666191bd8
commit 904f5e347c
2 changed files with 6 additions and 2 deletions

View File

@@ -520,6 +520,9 @@ AS
, to_char(h.workflow_start,''yyyy'') as year
, to_char(h.workflow_start,''mm'') as month
from '||vTableName||' s
join CT_MRDS.A_SOURCE_FILE_RECEIVED sfr
on s.file$name = sfr.source_file_name
and sfr.a_source_file_config_key = '||pSourceFileConfigKey||'
join CT_MRDS.a_workflow_history h
on s.a_workflow_history_key = h.a_workflow_history_key
)