dtx.caboodleai.net Open in urlscan Pro
23.36.162.7  Public Scan

Submitted URL: https://info.imagotechmedia.com/e/311081/2email-utm-term-newsletter2909/rr9t5/533019811?h=8MVtlLgECoW0633GC0y6yrOpxnGXeM4JG8QHkT...
Effective URL: https://dtx.caboodleai.net/en/article/56194/oracle-wins-itv-cloud?utm_source=imago&utm_medium=email&utm_campaign=dtxucx22em...
Submission: On September 29 via api from IN — Scanned from DE

Form analysis 2 forms found in the DOM

Name: signUpForm

<form name="signUpForm" ng-submit="submit(signUpForm)" ng-show="isFieldsOpened &amp;&amp; windowMode == 1 &amp;&amp; settings.allowTrackerUserLogIn"
  class="ng-pristine ng-valid-server ng-invalid ng-invalid-required ng-valid-email ng-valid-minlength ng-hide ng-invalid-recaptcha" aria-hidden="true">
  <ul class="signup-fields">
    <li>
      <input type="text" ng-model="signUpModel.FirstName" placeholder="First Name" name="firstName" required="" server-validator="" class="ng-pristine ng-untouched ng-empty ng-valid-server ng-invalid ng-invalid-required" aria-invalid="true">
      <!-- ngIf: showSignUpErrors -->
    </li>
    <li>
      <input type="text" ng-model="signUpModel.LastName" placeholder="Last Name" name="lastName" required="" server-validator="" class="ng-pristine ng-untouched ng-empty ng-valid-server ng-invalid ng-invalid-required" aria-invalid="true">
      <!-- ngIf: showSignUpErrors -->
    </li>
    <li>
      <input type="email" ng-model="signUpModel.Email" placeholder="Email Address" name="email" email-regex-validator="" required="" server-validator=""
        class="ng-pristine ng-untouched ng-empty ng-valid-email ng-valid-server ng-invalid ng-invalid-required" aria-invalid="true">
      <!-- ngIf: showSignUpErrors -->
    </li>
    <li>
      <input type="password" ng-model="signUpModel.Password" placeholder="Password" name="password" ng-enter="submit(signUpForm)" required="" ng-minlength="6" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength"
        aria-invalid="true">
      <!-- ngIf: showSignUpErrors -->
    </li>
    <li>
      <input type="text" ng-model="signUpModel.JobName" placeholder="Job title" name="jobName" ng-enter="submit(signUpForm)" required="" server-validator="" class="ng-pristine ng-untouched ng-empty ng-valid-server ng-invalid ng-invalid-required"
        aria-invalid="true">
      <!-- ngIf: showSignUpErrors -->
    </li>
    <li class="dropdown-list">
      <div class="dropdown-title ng-binding" ng-click="toggleIndustrySelect()" role="button" tabindex="0">Industry <i class="chevron-down"></i></div>
      <!-- ngIf: industrySelectOpened -->
      <input type="hidden" ng-model="signUpModel.Industry" placeholder="Industry" name="industry" ng-enter="submit(signUpForm)" required="" server-validator="" class="ng-pristine ng-untouched ng-empty ng-valid-server ng-invalid ng-invalid-required"
        aria-invalid="true">
      <!-- ngIf: showSignUpErrors -->
    </li>
    <li>
      <input type="text" ng-model="signUpModel.CompanyName" placeholder="Company Name" name="companyName" ng-enter="submit(signUpForm)" required="" server-validator=""
        class="ng-pristine ng-untouched ng-empty ng-valid-server ng-invalid ng-invalid-required" aria-invalid="true">
      <!-- ngIf: showSignUpErrors -->
    </li>
    <li>
      <autocomplete id="add-countries" data="countriesResult" ng-model="term" on-focus="autocompleteFocus" add-param="signUpModel.Country" on-type="autocompleteTyping" on-select="autocompleteSelect" type="search" placeholder="Country"
        class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" aria-invalid="false">
        <div class="autocomplete " id="add-countries"> <input type="search" ng-model-options="{ debounce: 250 }" ng-model="searchParam" placeholder="Country" class="" id="" aria-invalid="false">
          <ul ng-show="completing &amp;&amp; suggestions.length>0" aria-hidden="true" class="ng-hide"> <!-- ngRepeat: suggestion in suggestions track by $index --> </ul>
        </div>
      </autocomplete>
    </li>
    <div class="recaptcha ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" style="margin-top: 10px;" vc-recaptcha="" key="'6LcC5LwZAAAAANlNkA0-f5ARhyMeutBufZiOn7WD'" ng-model="signUpModel.RecaptchaToken"
      name="recaptcha" required="" on-create="setWidgetId(widgetId)" aria-required="true" aria-invalid="true">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcC5LwZAAAAANlNkA0-f5ARhyMeutBufZiOn7WD&amp;co=aHR0cHM6Ly9kdHguY2Fib29kbGVhaS5uZXQ6NDQz&amp;hl=de&amp;v=ovmhLiigaw4D9ujHYlHcKKhP&amp;size=normal&amp;cb=q9zd8iebkb7u"
            width="304" height="78" role="presentation" name="a-ve0th8g3bsgw" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
    <!-- ngIf: signUpForm.recaptcha.$invalid && showSignUpErrors -->
    <!--<li class="dropdown-list">
                <div class="dropdown-title" ng-click="toggleCultureSelect()">{{selectedCountry.CountryName}}<i class="chevron-down"></i></div>
                <ul ng-if="countrySelectOpened" class="dropdown"><li ng-repeat="country in countries" ng-class="{ selected: selectedCountry.CountryName == country.CountryName }" ng-click="selectCulture(country)">{{country.CountryName}}</li></ul>
            </li>-->
  </ul>
</form>

Name: signInForm

<form name="signInForm" ng-submit="submit(signInForm)" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
  <li>
    <input type="email" autocomplete="off" name="email" ng-model="signInModel.Email" placeholder="Email Address" email-regex-validator="" required="" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required"
      aria-invalid="true">
    <!-- ngIf: showSignInErrors -->
  </li>
  <li>
    <input type="password" autocomplete="off" name="password" ng-model="signInModel.Password" placeholder="Password" ng-enter="submit(signInForm)" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
      aria-invalid="true">
    <!-- ngIf: showSignInErrors -->
  </li>
</form>

Text Content

 * My News
 * Top News



Top news

Iframe not supported by you browser

Oracle wins ITV cloud contract

IT PRO2 day(s) ago


ITV has selected Oracle to help automate its financial and human resources (HR)
processes as part of a company-wide digital transformation plan. The media and
entertainment company will use Oracle Fusion Cloud applications to simplify and
integrate critical business processes and improve its operational efficiency.
Specifically, ITV will use two Oracle Fusion Cloud services: Enterprise Resource
Planning (ERP) and Human Capital Management (HCM). Oracle Fusion Cloud HCM is a
cloud service that aims to pull together a company's entire HR operation. ITV
hope to use this to improve its employee experience. ERP, however, is a suite of
advanced computing tools, such as AI, that can be used to automate manual
processes. It also includes analytical tools that ITV will use to react to
market shifts as and when they happen to gain a competitive advantage. ITV will
also use the ERP portfolio to automate its financial processes and connect its
datasets across the various facets of its business. Here, the company hopes to
increase productivity, reduce operational costs and improve its controls.
"Digital Transformation is at the heart of ITV's strategy. As part of this we're
taking a 'digital first' perspective on our business operations, making sure
we're providing our teams with the digital tools and data insights they need to
enable our wider strategic direction and priorities." said Mark Smith, CIO at
ITV. "With Oracle Fusion Applications, we will have an integrated suite of
applications that will enable us to respond swiftly in a dynamic, global
marketplace." Oracle's EVP of applications, Cormac Walters, described ITV as an
"integrated producer broadcaster". Its business consists of ITV Studios and
Media & Entertainment (M&E) and with these, it creates, owns and distributes
high-quality content for broadcasters and platform owners around the world.
Through M&E, it specifically distributes content across its channels and
platforms, with an increasing focus on driving streaming viewing and revenues.
"ITV has a culture of progressiveness and innovation that has turned it into a
leading media and entertainment company in the UK and globally, and with Oracle
Fusion Applications it now has an integrated platform to support its current and
future needs," Walters said.

SOURCE: HTTPS://WWW.ITPRO.CO.UK/BUSINESS-STRATEGY/DIGITAL-TRANSFORMATION..

New user? Sign up

Sign in to



   
 * Sign in with LinkedIn
   
 * Sign in with Google
   
 * Sign in with Email

 * 
 * 
 * 
 * 
 * 
 * Industry
 * 
 * 
   
   
   

Sign in

keep me signed in

Forgot your password?

Close

OPEN IN APP?

Yes No
x