Projects - EBS (MOSC)

MOSC Banner

[RESOLVED] How to use custom message with tokens in tc_extension ?

edited Jun 5, 2019 5:00AM in Projects - EBS (MOSC) 2 commentsAnswered
   Hi,

I use the extension tc_extension.

I'am able to use custom messages without token.

I just initialize these variables

       X_outcome := 'my_message_without_token';
       X_msg_type := 'E';
       X_msg_application:='XX';
       X_msg_count := 1;

Then I see the text of the message named my_message_without_token.

If my message is defined like
'An error occured with module : &MODULE'

and I initialize these variables
       X_outcome := 'my_message_with_token';
       X_msg_token1 := 'custom module';
       X_msg_type := 'E';
       X_msg_application:='XX';
       X_msg_count := 1;

I get
An error occured with module : &MODULE
(PATC_MSG_TOKEN1=custom module) (PATC_MSG_TOKEN2=)(PATC_MSG_TOKEN3=)

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