DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on WIP_UTILITIES

Line 1025: wip_utilities.get_message_stack(p_msg => l_errMsg,

1021: exception
1022: when fnd_api.g_exc_unexpected_error then
1023: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1024:
1025: wip_utilities.get_message_stack(p_msg => l_errMsg,
1026: p_delete_stack => fnd_api.g_false);
1027:
1028: if (l_logLevel <= wip_constants.trace_logging) then
1029: wip_logger.exitPoint(p_procName => 'wip_flowutil_priv.explodeRequirementsToMTI',