DBA Data[Home] [Help]

APPS.WIP_MTLINTERFACEPROC_PUB dependencies on FND_MESSAGE

Line 313: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');

309: x_msg_data => l_msgData,
310: x_trans_count => l_txnCount);
311: if(l_retStatus <> 0) then
312: if(l_msgData is not null) then
313: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
314: fnd_message.set_token('MESSAGE', l_msgData);
315: fnd_msg_pub.add;
316: end if;
317: l_msg := 'error from INV MTI processor:' || l_msgData;

Line 314: fnd_message.set_token('MESSAGE', l_msgData);

310: x_trans_count => l_txnCount);
311: if(l_retStatus <> 0) then
312: if(l_msgData is not null) then
313: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
314: fnd_message.set_token('MESSAGE', l_msgData);
315: fnd_msg_pub.add;
316: end if;
317: l_msg := 'error from INV MTI processor:' || l_msgData;
318: raise fnd_api.g_exc_error;