DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on FND_MSG_PUB

Line 43: fnd_msg_pub.initialize;

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

Line 94: fnd_msg_pub.add;

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

Line 168: fnd_msg_pub.add;

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