DBA Data[Home] [Help]

APPS.WSM_INFINITE_SCHEDULER_PVT dependencies on FND_MSG_PUB

Line 218: fnd_msg_pub.initialize;

214: end if;
215: x_returnStatus := fnd_api.g_ret_sts_success;
216:
217: if(fnd_api.to_boolean(nvl(p_initMsgList, fnd_api.g_true))) then
218: fnd_msg_pub.initialize;
219: end if;
220:
221: if (l_logLevel <= wip_constants.full_logging) then
222: wip_logger.log('reading lot based job...', l_retStatus);

Line 522: fnd_msg_pub.add_exc_msg(

518:
519: when others then
520: rollback to SP_WSMIFS_0;
521: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
522: fnd_msg_pub.add_exc_msg(
523: p_pkg_name => 'wsm_infinite_scheduler_pvt',
524: p_procedure_name => 'schedule',
525: p_error_text => SQLERRM);
526: wip_utilities.get_message_stack(

Line 1224: fnd_msg_pub.add_exc_msg(

1220: x_returnCode := 1;
1221: -- EA: BUG3195950
1222: when others then
1223: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1224: fnd_msg_pub.add_exc_msg(
1225: p_pkg_name => 'wsm_infinite_scheduler_pvt',
1226: p_procedure_name => 'wsmJobReader',
1227: p_error_text => SQLERRM || ' (reader #' || l_stat_num || ')' );
1228: if (l_logLevel <= wip_constants.trace_logging) then

Line 2226: fnd_msg_pub.add_exc_msg(

2222: exception
2223:
2224: when others then
2225: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2226: fnd_msg_pub.add_exc_msg(
2227: p_pkg_name => 'wsm_infinite_scheduler_pvt',
2228: p_procedure_name => 'wsmJobWriter',
2229: p_error_text => SQLERRM || ' (writer #' || l_stat_num || ')' );
2230: if (l_logLevel <= wip_constants.trace_logging) then