DBA Data[Home] [Help]

APPS.WIP_AUTOSERIALPROC_PRIV dependencies on FND_MSG_PUB

Line 199: fnd_msg_pub.add;

195: END IF;
196:
197: fnd_message.set_name('WIP', 'WIP_RET_QTY_MISSMATCH');
198: fnd_message.set_token('ENTITY1', l_item.item_name);
199: fnd_msg_pub.add;
200:
201: WHEN others THEN
202: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
203: IF (l_logLevel <= wip_constants.trace_logging) THEN

Line 348: fnd_msg_pub.initialize;

344:
345: SAVEPOINT wipbflpb40;
346:
347: IF(fnd_api.to_boolean(p_initMsgList)) THEN
348: fnd_msg_pub.initialize;
349: END IF;
350:
351: x_compLots.reset;
352: --assume we will be able to derive everything