DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on FND_MSG_PUB

Line 1046: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_flowutil_priv',

1042: when others then
1043: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1044: if (l_logLevel <= wip_constants.trace_logging) then
1045:
1046: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_flowutil_priv',
1047: p_procedure_name => 'explodeRequirementsToMTI',
1048: p_error_text => SQLERRM);
1049:
1050: wip_logger.exitPoint(p_procName => 'wip_flowutil_priv.explodeRequirementsToMTI',

Line 1821: fnd_msg_pub.add;

1817: end if;
1818:
1819: fnd_message.set_name('WIP', 'WIP_ERROR_FLOW_CREATION');
1820: fnd_message.set_token('ENTITY1',to_char(p_txnInterfaceID));
1821: fnd_msg_pub.add;
1822: end createFlowSchedule;
1823:
1824:
1825: /**

Line 1945: fnd_msg_pub.add;

1941: x_returnStatus => l_returnStatus); --discard logging return status
1942: end if;
1943:
1944: fnd_message.set_name('WIP', 'WIP_UPDATE_WFS_ERROR');
1945: fnd_msg_pub.add;
1946: end updateFlowSchedule;
1947:
1948: /**
1949: * This procedure sets the error status to the mmtt. It sets the error

Line 2203: fnd_msg_pub.add;

2199: p_txnFlag) then --Bug4538135.Don't check this while creating job
2200: x_returnStatus := fnd_api.g_ret_sts_error;
2201: fnd_message.set_name('WIP', 'WIP_COMP_NOT_TRANSACTABLE');
2202: fnd_message.set_token('ENTITY1', x_compTbl(l_count).item_name);
2203: fnd_msg_pub.add;
2204: if (l_logLevel <= wip_constants.full_logging) then
2205: wip_logger.log(p_msg => 'Item ' || x_compTbl(l_count).inventory_item_id ||
2206: ' not transactable, failed explosion!',
2207: x_returnStatus => l_returnStatus);

Line 2358: fnd_msg_pub.add;

2354: period_id => l_acctPeriodID,
2355: open_past_period => l_openPastPeriod);
2356: if ( l_acctPeriodID is null ) then
2357: fnd_message.set_name('INV', 'INV_NO_OPEN_PERIOD');
2358: fnd_msg_pub.add;
2359: raise fnd_api.g_exc_unexpected_error;
2360: end if;
2361:
2362: explodeRequirementsAndDefault(p_assyID => p_assyID,