DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on FND_MSG_PUB

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

1011: when others then
1012: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1013: if (l_logLevel <= wip_constants.trace_logging) then
1014:
1015: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_flowutil_priv',
1016: p_procedure_name => 'explodeRequirementsToMTI',
1017: p_error_text => SQLERRM);
1018:
1019: wip_logger.exitPoint(p_procName => 'wip_flowutil_priv.explodeRequirementsToMTI',

Line 1790: fnd_msg_pub.add;

1786: end if;
1787:
1788: fnd_message.set_name('WIP', 'WIP_ERROR_FLOW_CREATION');
1789: fnd_message.set_token('ENTITY1',to_char(p_txnInterfaceID));
1790: fnd_msg_pub.add;
1791: end createFlowSchedule;
1792:
1793:
1794: /**

Line 1912: fnd_msg_pub.add;

1908: x_returnStatus => l_returnStatus); --discard logging return status
1909: end if;
1910:
1911: fnd_message.set_name('WIP', 'WIP_UPDATE_WFS_ERROR');
1912: fnd_msg_pub.add;
1913: end updateFlowSchedule;
1914:
1915: /**
1916: * This procedure sets the error status to the mmtt. It sets the error

Line 2164: fnd_msg_pub.add;

2160: p_txnFlag) then --Bug4538135.Don't check this while creating job
2161: x_returnStatus := fnd_api.g_ret_sts_error;
2162: fnd_message.set_name('WIP', 'WIP_COMP_NOT_TRANSACTABLE');
2163: fnd_message.set_token('ENTITY1', x_compTbl(l_count).item_name);
2164: fnd_msg_pub.add;
2165: if (l_logLevel <= wip_constants.full_logging) then
2166: wip_logger.log(p_msg => 'Item ' || x_compTbl(l_count).inventory_item_id ||
2167: ' not transactable, failed explosion!',
2168: x_returnStatus => l_returnStatus);

Line 2319: fnd_msg_pub.add;

2315: period_id => l_acctPeriodID,
2316: open_past_period => l_openPastPeriod);
2317: if ( l_acctPeriodID is null ) then
2318: fnd_message.set_name('INV', 'INV_NO_OPEN_PERIOD');
2319: fnd_msg_pub.add;
2320: raise fnd_api.g_exc_unexpected_error;
2321: end if;
2322:
2323: explodeRequirementsAndDefault(p_assyID => p_assyID,