DBA Data[Home] [Help]

APPS.WIP_INFRESSCHED_GRP dependencies on WIP_UTILITIES

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

782: exception
783: when fnd_api.g_exc_unexpected_error then
784: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
785: if(l_logLevel <= wip_constants.trace_logging) then
786: wip_utilities.get_message_stack(p_msg => l_errMsg,
787: p_delete_stack => fnd_api.g_false);
788:
789: wip_logger.exitPoint(p_procName => 'wip_infResSched_grp.schedule',
790: p_procReturnStatus => x_returnStatus,