Payables and Cash Management - EBS (MOSC)

MOSC Banner

IBY SEPA Wrong Header R12.1.

edited May 23, 2016 8:10PM in Payables and Cash Management - EBS (MOSC) 9 commentsAnswered

Even though I have put the correct data in xsl, xmls header is not created as expected.

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/2001/XMLSchema">

<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>

<xsl:key name="contacts-by-LogicalGroupReference" match="OutboundPayment" use="PaymentNumber/LogicalGroupReference" />

<xsl:template match="OutboundPaymentInstruction">

output in xml -> format that bank does not allow

<?xml version = '1.0' encoding = 'UTF-8'?>

Expected-> format that the bank receives

<?xml version="1.0" encoding="UTF-8"?>

Can you please help on this one. Is there something wrong that I put in xsl file

The xsl I used as draft is IBY_ISO_CT_CORE_V3_STD.xsl  -> for this

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center