DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on FND_MSG_PUB

Line 42: fnd_msg_pub.initialize;

38: end if;
39: end if;
40:
41: if(fnd_api.to_boolean(p_initMsgList)) then
42: fnd_msg_pub.initialize;
43: end if;
44:
45: -- set a save point
46: savepoint wip_cfmproc_s0;

Line 91: fnd_msg_pub.add;

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;
95:

Line 165: fnd_msg_pub.add;

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,
169: x_returnStatus => l_returnStatus);