DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on FND_MESSAGE

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

88: l_returnStatus,
89: l_msgCount,
90: l_msgData);
91: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then
92: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
93: fnd_message.set_token('MESSAGE', l_msgData);
94: fnd_msg_pub.add;
95: raise processing_exception;
96: end if;

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

89: l_msgCount,
90: l_msgData);
91: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then
92: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
93: fnd_message.set_token('MESSAGE', l_msgData);
94: fnd_msg_pub.add;
95: raise processing_exception;
96: end if;
97: end if;

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

162: p_msg_data => l_msgData);
163:
164:
165: if ( l_returnStatus <> 'S' ) then
166: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
167: fnd_message.set_token('MESSAGE', l_msgData);
168: fnd_msg_pub.add;
169: if (l_logLevel <= wip_constants.full_logging) then
170: wip_logger.log(p_msg => 'qa_result_grp.enable returns return with error ' ||

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

163:
164:
165: if ( l_returnStatus <> 'S' ) then
166: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
167: fnd_message.set_token('MESSAGE', l_msgData);
168: fnd_msg_pub.add;
169: if (l_logLevel <= wip_constants.full_logging) then
170: wip_logger.log(p_msg => 'qa_result_grp.enable returns return with error ' ||
171: l_msgData,