CAMT053 Bank Statement Import is failing with ERROR [LINE_NUM_MISSING]
Summary:
All Bank Statements imported with CAMT053 format is failing to import with the error message below for each of the lines:
[2025-07-15 14:19:59.048] ERROR [LINE_NUM_MISSING], Statement_Header_Id[300009307903639], Line_Number [], [LINE_NUM_MISSING]
Upon working with Oracle Support it was mentioned to customize CE_ISO20022_2.xml xsl template and add the following tag, can Oracle make sure this fix is resolved on the upcoming releases instead of customizing the Oracle provided standard template -
<LineNumber>
<xsl:value-of select="position()" />
</LineNumber>
Version (include the version you are using, if applicable):
25B
Code Snippet (add any code snippets that support your topic, if applicable):