Payables and Cash Management - EBS (MOSC)

MOSC Banner

Credit Card workflow

edited Jun 23, 2020 4:48AM in Payables and Cash Management - EBS (MOSC) 3 commentsAnswered

Hi Team,

Recently I have modified Credit Card workflow (APCCARD) Notification (PAYMENT_TO_EMP_BY_CHECK) subject. to '&EXPENSE_REPORT_NUMBER (&AMOUNT) is under payment processing to you' using WF_LOAD.UPDATE_MESSAGE API. It's working fine.

Also used same API to modify the subject for Chinese language for the same Notification by altering the session to Chinese language. Below is the code. The issue is that the notification subject, the attribute values(&EXPENSE_REPORT_NUMBER, &AMOUNT) are substituting and printing as text.

********************************************************************************

SET SERVEROUTPUT ON;

SET DEFINE OFF;

SET VERIFY OFF;

DECLARE

   l_error     VARCHAR2(1000);

   l_msg_name  VARCHAR2(100);

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