DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on FND_MESSAGE

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

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

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

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

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

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

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

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