DBA Data[Home] [Help]

APPS.WIP_INFRESSCHED_GRP dependencies on WIP_UTILITIES

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

761: exception
762: when fnd_api.g_exc_unexpected_error then
763: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
764: if(l_logLevel <= wip_constants.trace_logging) then
765: wip_utilities.get_message_stack(p_msg => l_errMsg,
766: p_delete_stack => fnd_api.g_false);
767:
768: wip_logger.exitPoint(p_procName => 'wip_infResSched_grp.schedule',
769: p_procReturnStatus => x_returnStatus,