DBA Data[Home] [Help]

APPS.WIP_AUTOSERIALPROC_PRIV dependencies on FND_MSG_PUB

Line 204: fnd_msg_pub.add;

200: END IF;
201:
202: fnd_message.set_name('WIP', 'WIP_RET_QTY_MISSMATCH');
203: fnd_message.set_token('ENTITY1', l_item.item_name);
204: fnd_msg_pub.add;
205:
206: WHEN others THEN
207: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
208: IF (l_logLevel <= wip_constants.trace_logging) THEN

Line 354: fnd_msg_pub.initialize;

350:
351: SAVEPOINT wipbflpb40;
352:
353: IF(fnd_api.to_boolean(p_initMsgList)) THEN
354: fnd_msg_pub.initialize;
355: END IF;
356:
357: x_compLots.reset;
358: --assume we will be able to derive everything