fa-esst-saasfaprod1.fa.ocs.oraclecloud.com Open in urlscan Pro
184.25.218.34  Public Scan

URL: https://fa-esst-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/ar/sites/CX_1/requisitions
Submission: On July 22 via manual from SA — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="search-box" role="search" data-bind="submit: performSearch">
  <div class="search-box-block block--filters block--filters--desktop" data-bind="css: { 'block--filters--opened' : filterPanelVisible }">
    <button type="button" class="filters-toggle-button input--transparent" data-bind="click: toggleFilters, css: {'filters-toggle-button--opened' : filterPanelVisible}, boolAttr: {'aria-expanded': filterPanelVisible()}" aria-haspopup="true"
      aria-controls="filter-panel-aside" aria-expanded="false">
      <div class="filters-toggle-button-content-wrapper">
        <span class="filters-toggle-button-label">
          <span data-bind="i18n: 'facets.filter-button-label'">المرشح</span> / <span data-bind="i18n: 'facets.sort-button-label'">فرز</span>
        </span>
        <span class="filters-toggle-button-icon icon-triangle-right" data-bind="css: {
                    'filters-toggle-button-icon--open' : filterPanelVisible }"></span>
      </div>
    </button>
  </div>
  <!-- ko component: 'filter-panel' -->
  <div id="filter-panel-aside" class="search-filters-container" data-bind="css: {'visible-filters' : isFilterPanelVisible}, swipe: {left: closeFilters}, adjustToCustomHeader: { 'calc-height': 'height' }" style="touch-action: pan-y;">
    <div class="facet-clear-wrapper">
      <button type="button" class="cx-button facet-clear-button" data-bind="i18n: 'search.clear-all-filters', click: clearFacets">مسح المرشحات</button>
    </div>
    <recent-searches>
      <div class="facet-container" data-bind="if: recentSearchItem().length"></div>
    </recent-searches>
    <hr class="filter-separator">
    <sorting>
      <div class="facet-container">
        <div class="facet-title-wrapper">
          <div class="facet-title" data-bind="i18n: 'search.sort-by-title'">فرز حسب</div>
        </div>
        <div class="facet-list-wrapper facet-list-expanded">
          <ul class="facet-list">
            <!-- ko foreach: {data: sortOptions, as: 'option'} -->
            <li class="facet-item sort-option">
              <div class="facet-link">
                <input type="radio" class="cx-radio-input"
                  data-bind="attr: {id: option.value}, checkedValue: option, value: option.value, checked: $parent.selectedSortOption, event:{change: $parent.sort}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}" id="RELEVANCY"
                  value="RELEVANCY" name="ko_unique_1">
                <label class="facet-label" data-bind="attr: {for: option.value}" for="RELEVANCY">
                  <span class="cx--radio-button icon-radio-button-checked" data-bind="css: {'icon-radio-button-checked': $parent.selectedSortOption() === option,
                                          'icon-radio-button-unchecked': $parent.selectedSortOption() !== option}">
                  </span>
                  <span class="checkbox-label" data-bind="text: option.text">الصلة</span>
                </label>
              </div>
            </li>
            <li class="facet-item sort-option">
              <div class="facet-link">
                <input type="radio" class="cx-radio-input"
                  data-bind="attr: {id: option.value}, checkedValue: option, value: option.value, checked: $parent.selectedSortOption, event:{change: $parent.sort}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                  id="POSTING_DATES_DESC" value="POSTING_DATES_DESC" name="ko_unique_2">
                <label class="facet-label" data-bind="attr: {for: option.value}" for="POSTING_DATES_DESC">
                  <span class="cx--radio-button icon-radio-button-unchecked" data-bind="css: {'icon-radio-button-checked': $parent.selectedSortOption() === option,
                                          'icon-radio-button-unchecked': $parent.selectedSortOption() !== option}">
                  </span>
                  <span class="checkbox-label" data-bind="text: option.text">تاريخ الإعلان</span>
                </label>
              </div>
            </li>
            <!-- /ko -->
          </ul>
        </div>
      </div>
    </sorting>
    <hr class="filter-separator">
    <search-filters params="facets: facets"><!-- ko if: facets -->
      <!-- ko foreach: {data: facets, as: 'facet'} -->
      <div data-bind="component: {name: facet.name + '-facet', params: { data: facet }}"><!-- ko if: facet.items().length --><!-- /ko -->
      </div>
      <hr class="filter-separator" data-bind="visible: facet.items().length > 0" style="display: none;">
      <div data-bind="component: {name: facet.name + '-facet', params: { data: facet }}"><!-- ko if: facet.items().length -->
        <div class="facet-container">
          <button class="facet-title-wrapper expansion-button" data-bind="click: toggleFacetList,
                   attr: {'aria-controls': facet.type + '-facet-items-list'}, boolAttr:{'aria-expanded': expanded()}" aria-controls="CATEGORIES-facet-items-list" aria-expanded="false">
            <div class="facet-title" data-bind="text: title">الفئات</div>
            <div class="facet-list-expansion-button icon-expand" data-bind="css:{'icon-collapse': expanded(), 'icon-expand': !expanded()}, style: {'transition-delay': 500}"></div>
          </button>
          <div class="facet-list-wrapper" data-bind="css: { 'facet-list-expanded': expanded }, attr: {'id': facet.type + '-facet-items-list'}" id="CATEGORIES-facet-items-list">
            <div class="facet-view-all-wrapper">
              <!-- ko if: hasMore --><!-- /ko -->
            </div>
            <div class="facet-text-filter-wrapper" data-bind="if: showAll, attr: {id: facet.type}" id="CATEGORIES"></div>
            <ul class="facet-list">
              <!-- ko foreach: {data: displayedItems, as: 'item'} -->
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="الفئات300000004185809">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="الفئات300000004185809" aria-label="Professional 18">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main"> </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Professional">Professional</span> (<span data-bind="text: item.totalCount">18</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="الفئات300000004185827">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="الفئات300000004185827" aria-label="Managerial 6">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main"> </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Managerial">Managerial</span> (<span data-bind="text: item.totalCount">6</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="الفئات300000004185839">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="الفئات300000004185839" aria-label="Executive 3">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main"> </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Executive">Executive</span> (<span data-bind="text: item.totalCount">3</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="الفئات300000004185821">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="الفئات300000004185821" aria-label="Expert 1">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main"> </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Expert">Expert</span> (<span data-bind="text: item.totalCount">1</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <!-- /ko -->
            </ul>
          </div>
        </div>
        <!-- /ko -->
      </div>
      <hr class="filter-separator" data-bind="visible: facet.items().length > 0">
      <div data-bind="component: {name: facet.name + '-facet', params: { data: facet }}"><!-- ko if: facet.items().length -->
        <div class="facet-container">
          <button class="facet-title-wrapper expansion-button" data-bind="click: toggleFacetList,
                   attr: {'aria-controls': facet.type + '-facet-items-list'}, boolAttr:{'aria-expanded': expanded()}" aria-controls="POSTING_DATES-facet-items-list" aria-expanded="false">
            <div class="facet-title" data-bind="text: title">تواريخ الإعلانات</div>
            <div class="facet-list-expansion-button icon-expand" data-bind="css:{'icon-collapse': expanded(), 'icon-expand': !expanded()}, style: {'transition-delay': 500}"></div>
          </button>
          <div class="facet-list-wrapper" data-bind="css: { 'facet-list-expanded': expanded }, attr: {'id': facet.type + '-facet-items-list'}" id="POSTING_DATES-facet-items-list">
            <div class="facet-view-all-wrapper">
              <!-- ko if: hasMore --><!-- /ko -->
            </div>
            <div class="facet-text-filter-wrapper" data-bind="if: showAll, attr: {id: facet.type}" id="POSTING_DATES"></div>
            <ul class="facet-list">
              <!-- ko foreach: {data: displayedItems, as: 'item'} -->
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="تواريخ_الإعلانات30">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="تواريخ_الإعلانات30" aria-label="أقل من 30 يومًا 20">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">أقل من 30 </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="أقل من 30 يومًا"> يومًا</span> (<span data-bind="text: item.totalCount">20</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="تواريخ_الإعلانات7">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="تواريخ_الإعلانات7" aria-label="أقل من 7 أيام 15">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">أقل من 7 </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="أقل من 7 أيام"> أيام</span> (<span data-bind="text: item.totalCount">15</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="تواريخ_الإعلانات31">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="تواريخ_الإعلانات31" aria-label="أكثر من 30 يومًا 11">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">أكثر من 30 </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="أكثر من 30 يومًا"> يومًا</span> (<span data-bind="text: item.totalCount">11</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <!-- /ko -->
            </ul>
          </div>
        </div>
        <!-- /ko -->
      </div>
      <hr class="filter-separator" data-bind="visible: facet.items().length > 0">
      <!-- /ko -->
      <ios-bottom-spacer><!-- ko if: isIOS --><!-- /ko -->
      </ios-bottom-spacer>
      <!-- /ko -->
    </search-filters>
  </div>
  <!-- /ko -->
  <div class="search-box-block block--keyword" id="keyword-input" role="application">
    <h1 class="oj-helper-hidden-accessible">
      <label for="keyword" data-bind="i18n: 'search.keyword-placeholder'">المسمى الوظيفي والمهارة والكلمة الأساسية</label>
    </h1>
    <input id="keyword" type="search" class="keyword-input input--transparent ui-autocomplete-input" aria-autocomplete="list" aria-haspopup="true" aria-owns="search-suggestions" aria-controls="search-suggestions" aria-labelledby="search-tooltip-text"
      data-qa="searchKeywordsInput" data-bind="textInput: keywordLabel, hasFocus: shouldGrabFocus,
                          autocomplete: {model: keyword, source: suggester.keyword, appendTo: '#keyword-input',
                                         position: autocompletePosition, id: 'search-suggestions', calculateLeft: calculateAutosuggestLeftPosition, shouldDisableTabKey: true},
                          i18nAttr: {placeholder: 'search.keyword-placeholder'},
                          a11y.keysHandler: {keys: 'enter', handler: performSearch}" autocomplete="off" aria-expanded="false" placeholder="المسمى الوظيفي والمهارة والكلمة الأساسية">
    <search-input-tooltip params="keyword: keywordLabel"><!-- ko if: isVisible --><!-- /ko -->
    </search-input-tooltip>
    <div class="spinner autocomplete-spinner" aria-hidden="true"></div>
    <ul id="search-suggestions" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete text-color-primary background-color-dropdown ui-front" unselectable="on" style="display: none;"></ul>
  </div>
  <button type="submit" data-bind="i18nAttr: {'aria-label': 'search.search-button'}" class="search-box-block block--submit search-btn search-btn--mobile input--transparent" aria-label="بحث عن وظائف">
    <span class="search-btn-icon icon-search-thin"></span>
  </button>
  <div class="search-box-block block--sl-wrapper">
    <div class="block--filters block--filters--mobile" data-bind="css: { 'block--filters--opened' : filterPanelVisible }">
      <button type="button" class="filters-toggle-button input--transparent" data-bind="click: toggleFilters, css: {'filters-toggle-button--opened' : filterPanelVisible}" aria-haspopup="true" aria-controls="filter-panel-aside">
        <div class="filters-toggle-button-content-wrapper">
          <span class="filters-toggle-button-label" data-bind="css: {'filters-toggle-button-label--opened': filterPanelVisible()}">
            <span data-bind="i18n: 'facets.filter-button-label'">المرشح</span> / <span data-bind="i18n: 'facets.sort-button-label'">فرز</span>
          </span>
        </div>
      </button>
    </div>
    <location-bar class="search-box-block block--location" data-bind="css: {'oj-sm-only-hide' : filterPanelVisible}" params="keyword: keywordLabel">
      <div class="location-bar" data-bind="isFocusIn: isFocusIn, disableBodyScroll: { disabled: isBodyScrollDisabled }">
        <div class="location-bar-button-wrapper" id="location-bar-button" data-bind="css: {'location-bar-button--not-empty': !isEmpty()}">
          <button id="location-dropdown-button" data-qa="locationDropdownButton" class="location-bar-button" data-bind="click: toggleDropdown, css: {'location-bar-button--close': isDropdownVisible}" aria-haspopup="true"
            aria-controls="location-bar-dropdown" aria-flowto="location-bar-dropdown">
            <!-- ko if: isEmpty -->
            <span class="location-bar-button-label" data-bind="i18n: 'location-bar.button-placeholder'">الموقع</span>
            <!-- /ko -->
            <!-- ko ifnot: isEmpty--><!-- /ko -->
          </button>
          <!-- ko ifnot: isEmpty --><!-- /ko -->
        </div>
        <mode-menu>
          <ul class="location-bar-tabs" role="presentation">
            <li class="location-bar-tabs__tab location-bar-tabs__tab--active" data-bind="css: {'location-bar-tabs__tab--active': mode() === MODES.LOCATION}">
              <button class="location-bar-tabs__button" data-bind="
            click: handleModeSet.bind(this, MODES.LOCATION),
            i18n: 'search.mode-menu.location'">الموقع</button>
            </li>
            <!-- ko if: isGeolocationEnabled -->
            <li class="location-bar-tabs__tab" data-bind="css: {'location-bar-tabs__tab--active': mode() === MODES.GEO_LOCATION}">
              <button class="location-bar-tabs__button" data-bind="
                click: handleModeSet.bind(this, MODES.GEO_LOCATION),
                i18n: 'search.mode-menu.geolocation'">الموقع الخاص بي</button>
            </li>
            <!-- /ko -->
            <!-- ko if: isZipcodeEnabled -->
            <li class="location-bar-tabs__tab" data-bind="css: {'location-bar-tabs__tab--active': mode() === MODES.ZIPCODE}">
              <button class="location-bar-tabs__button" data-bind="
                    click: handleModeSet.bind(this, MODES.ZIPCODE),
                    i18n: 'search.mode-menu.zipcode'">الرمز البريدي</button>
            </li>
            <!-- /ko -->
          </ul>
        </mode-menu>
        <!-- ko if: mode() === MODES.LOCATION -->
        <location-search>
          <div id="location-input" class="oj-flex-bar location-bar-input-group">
            <div class="oj-flex-bar-start location-bar-input-icon icon-search-thin" data-bind="css: {'icon-location': isGeolocation, 'icon-search-thin': !isGeolocation()}"></div>
            <div class="location-bar-input__container oj-flex-bar-middle" role="application">
              <label for="location" class="oj-helper-hidden-accessible" data-bind="i18n: 'location-bar.dropdown.location-input-label'">المدينة، الولاية، الدولة</label>
              <input id="location" type="search" class="location-bar-input ui-autocomplete-input" aria-autocomplete="list" aria-haspopup="true" aria-owns="location-suggestions" aria-controls="location-suggestions" data-qa="searchLocationInput"
                data-bind="i18nAttr: {placeholder: 'location-bar.dropdown.location-input-label'},
                          textInput: locationAsText,
                          autocomplete: {
                            model: location,
                            source: locationSuggester,
                            appendTo: '#location-input',
                            id: 'location-suggestions',
                            response: onSuggesterResponse
                          },
                          locationSearchFocus: { location: location }" placeholder="المدينة، الولاية، الدولة" autocomplete="off" aria-expanded="false">
              <spinner class="spinner location-bar-spinner location-bar-spinner--autocomplete" aria-hidden="true">
                <div class="sk-fading-circle" data-bind="css: className">
                  <div class="sk-circle1 sk-circle"></div>
                  <div class="sk-circle2 sk-circle"></div>
                  <div class="sk-circle3 sk-circle"></div>
                  <div class="sk-circle4 sk-circle"></div>
                  <div class="sk-circle5 sk-circle"></div>
                  <div class="sk-circle6 sk-circle"></div>
                  <div class="sk-circle7 sk-circle"></div>
                  <div class="sk-circle8 sk-circle"></div>
                  <div class="sk-circle9 sk-circle"></div>
                  <div class="sk-circle10 sk-circle"></div>
                  <div class="sk-circle11 sk-circle"></div>
                  <div class="sk-circle12 sk-circle"></div>
                </div>
              </spinner>
            </div>
            <div class="oj-flex-bar-end">
              <button class="cx-button cx-button--primary location-bar-input--submit cx-button--disabled" data-qa="locationSearchStartBtn" data-bind="
                    i18n: 'location-bar.dropdown.submit-button',
                    attr: { 'aria-label' : submitAriaLabel },
                    click: performSearch,
                    css: {'cx-button--disabled': !isLocationLevelSet()},
                    disable: !isLocationLevelSet()" aria-label="البحث عن undefined في 25 كيلومترات" disabled="">ذهاب</button>
            </div>
            <ul id="location-suggestions" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete text-color-primary background-color-dropdown ui-front" unselectable="on" style="display: none;"></ul>
          </div>
          <div class="location-bar-info">
            <!-- ko if: noResults --><!-- /ko -->
            <!-- ko if: !isGeolocation() && location().level --><!-- /ko -->
            <!-- ko if: geolocation.queryStatus() === 'inprogress' --><!-- /ko -->
            <!-- ko if: geolocation.queryStatus() === 'error' --><!-- /ko -->
          </div>
        </location-search>
        <!-- /ko -->
        <!-- ko if: isGeolocationEnabled && mode() === MODES.GEO_LOCATION --><!-- /ko -->
        <!-- ko if: isZipcodeEnabled && mode() === MODES.ZIPCODE --><!-- /ko -->
        <radius-search>
          <div class="location-bar-radius location-bar-radius--disabled" data-bind="css: {'location-bar-radius--disabled': isRadiusDisabled}">
            <div class="location-bar-radius__header">
              <label for="radius" class="location-bar-radius-label" data-bind="i18n: 'location-bar.dropdown.radius-label'">ضمن</label>
            </div>
            <div class="location-bar-radius__preferences">
              <div class="location-bar-radius-slider">
                <oj-slider min="0" max="100" value="{{Number(radius())}}" on-value-changed="[[(event) => radius(event.target.value)]]" class="oj-slider oj-component oj-form-control oj-slider-horizontal oj-disabled oj-complete" id="ui-id-10"><input
                    data-oj-internal="" disabled="" class="oj-component-initnode" style="display: none;">
                  <div id="ui-id-10-sliderWrapper" class="oj-slider-container oj-form-control-container" style="">
                    <div id="ui-id-10-barBack" class="oj-slider-bar"></div>
                    <div id="ui-id-10-barValue" class="oj-slider-range oj-slider-bar-value oj-slider-range-min" style="width: 25%;"></div><span id="ui-id-10-thumb0" class="oj-slider-thumb ui-state-default" role="slider" aria-valuemin="0"
                      aria-valuemax="100" aria-disabled="true" aria-valuenow="25" placeholder="" style="left: 75%;"></span>
                  </div>
                  <div class="oj-user-assistance-inline-container oj-reflow" id="ui-id-11"></div>
                </oj-slider>
              </div>
              <div class="location-bar-radius__input-wrapper">
                <input type="number" min="0" max="100" class="location-bar-input location-bar-input--radius" disabled="" data-bind="textInput: radius, disable: isRadiusDisabled">
              </div>
              <div class="location-bar-radius-units">
                <div class="location-bar-miles-wrapper">
                  <input id="radius-unit-miles" type="radio" class="oj-helper-hidden-accessible location-bar-radius-unit" value="MI" name="radius-unit-group" data-bind="disable: isRadiusDisabled, checked: radiusUnit" disabled="">
                  <label for="radius-unit-miles" class="location-bar-radius-unit-label" data-bind="i18n: 'location-bar.dropdown.radius-unit.miles'">أميال</label>
                </div>
                <div class="location-bar-kilometers-wrapper">
                  <input id="radius-unit-kilometers" type="radio" class="oj-helper-hidden-accessible location-bar-radius-unit" value="KM" name="radius-unit-group" data-bind="disable: isRadiusDisabled, checked: radiusUnit" disabled="">
                  <label for="radius-unit-kilometers" class="location-bar-radius-unit-label" data-bind="i18n: 'location-bar.dropdown.radius-unit.kilometers'">كيلومترات</label>
                </div>
              </div>
            </div>
          </div>
        </radius-search>
        <button class="location-bar-dropdown__close" data-bind="click: toggleDropdown"></button>
        <div class="location-bar-dropdown__triangle"></div>
      </div>
    </location-bar>
  </div>
</form>

<form class="cs-confirm-dialog__form" novalidate="" data-bind="submit: next">
  <email-verification-form><!-- ko with: $parent -->
    <!-- ko if: isSMSVerificationEnabled --><!-- /ko -->
    <!-- ko if: activeForm -->
    <!-- ko component: { name: 'form-builder', params: { form: activeForm } } --><!-- ko foreach: {data: form.elements, as: 'element'} -->
    <!-- ko ifnot: element.isHidden -->
    <!-- ko component: {
            name: element.component,
            params: {
                element: element
            }
        } -->
    <div class="input-row input-row--text" data-bind="css: {'input-row--focused': isFocused,
                      'input-row--filled': isFilled,
                      'input-row--invalid': isInvalid,
                      'input-row--empty-disabled': isEmptyDisabled},
                      class: attributes.cssClass">
      <form-element-label params="element: element, forId: attributes.id"><!-- ko if: element.label -->
        <label class="input-row__label input-row__label--required" data-bind="css: {'input-row__label--required': element.isRequired,
                            'input-row__label--disabled': element.isDisabled},
                      attr: {for: forId, id: id}" for="primary-email-1">
          <span class="input-row__linebreak input-row__label-text"><!-- ko text : element.label -->عنوان البريد الإلكتروني<!-- /ko --></span>
          <!-- ko if: element.instructions --><!-- /ko -->
        </label>
        <!-- ko if : element.helpText() && element.showLabelTooltip --><!-- /ko -->
        <!-- /ko -->
      </form-element-label>
      <div class="input-row__control-container">
        <input class="input-row__control" data-bind="value: element.value,
                           valueUpdate: element.valueUpdateType(),
                           attr: element.attributes,
                           i18nAttr: {'aria-invalid': isAriaInvalid()}
                           disable: element.isDisabled,
                           hasFocus: hasFocus,
                           a11y.setFocusOnTab: {focusOn: element.focusNextSelector, delay: 10, when: isFilled } ,
                           event: {blur: blurHandler.bind($data)},
                           preventEnter" id="primary-email-1" name="primary-email" type="email" autocomplete="email" aria-label="عنوان البريد الإلكتروني" aria-required="true" aria-invalid="false">
        <div class="input-row__control-decorator"></div>
        <!-- ko if: isInvalid --><!-- /ko -->
      </div>
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <!-- ko if: isBotsProtectionEnabled -->
    <captcha params="captchaCallback: afterCaptchaVerify.bind($parents[1])"><!-- ko if: isCaptchaEnable --><!-- /ko -->
    </captcha>
    <!-- ko if: honeyPotForm -->
    <!-- ko component: { name: 'form-builder', params: { form: honeyPotForm } } --><!-- ko foreach: {data: form.elements, as: 'element'} -->
    <!-- ko ifnot: element.isHidden -->
    <!-- ko component: {
            name: element.component,
            params: {
                element: element
            }
        } -->
    <div class="input-row input-row--text input-row--invisible" data-bind="css: {'input-row--focused': isFocused,
                      'input-row--filled': isFilled,
                      'input-row--invalid': isInvalid,
                      'input-row--empty-disabled': isEmptyDisabled},
                      class: attributes.cssClass">
      <form-element-label params="element: element, forId: attributes.id"><!-- ko if: element.label -->
        <label class="input-row__label" data-bind="css: {'input-row__label--required': element.isRequired,
                            'input-row__label--disabled': element.isDisabled},
                      attr: {for: forId, id: id}" for="honey-pot-0">
          <span class="input-row__linebreak input-row__label-text"><!-- ko text : element.label -->honeypot<!-- /ko --></span>
          <!-- ko if: element.instructions --><!-- /ko -->
        </label>
        <!-- ko if : element.helpText() && element.showLabelTooltip --><!-- /ko -->
        <!-- /ko -->
      </form-element-label>
      <div class="input-row__control-container">
        <input class="input-row__control" data-bind="value: element.value,
                           valueUpdate: element.valueUpdateType(),
                           attr: element.attributes,
                           i18nAttr: {'aria-invalid': isAriaInvalid()}
                           disable: element.isDisabled,
                           hasFocus: hasFocus,
                           a11y.setFocusOnTab: {focusOn: element.focusNextSelector, delay: 10, when: isFilled } ,
                           event: {blur: blurHandler.bind($data)},
                           preventEnter" id="honey-pot-0" name="honey-pot" cssclass="input-row--invisible" aria-label="honeypot" aria-hidden="true" tabindex="-1" aria-invalid="false">
        <div class="input-row__control-decorator"></div>
        <!-- ko if: isInvalid --><!-- /ko -->
      </div>
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <!-- ko if: candidate.verificationMethod() === verificationMethods.SMS --><!-- /ko -->
    <!-- ko if: enableLegalDisclaimer --><!-- /ko -->
    <!-- /ko -->
  </email-verification-form>
  <button type="submit" class="apply-flow-dialog__button apply-flow-dialog__button--primary" data-bind="disable: isVerificationInProgress">
    <inline-spinner params="
                        isLoading: isVerificationInProgress,
                        i18n: isSMSVerificationEnabled ? 'general.next-button' : 'candidate-self-service.confirm-dialog-button'"><span class="inline-spinner" data-bind="css: cssClass">
        <!-- ko if: label -->
        <span class="inline-spinner__label" data-bind="i18n: label">إرسال بريد إلكتروني</span>
        <!-- /ko -->
        <span class="inline-spinner__icon-wrapper">
          <span class="inline-spinner__icon"></span>
        </span>
      </span>
    </inline-spinner>
  </button>
</form>

Text Content

التخطي إلى المحتوى الرئيسي.
القائمة
 * صفحة رئيسية
   
 * الصفحة الرئيسية
   

اختيارات الوظائف الخاصة بي
أنا موظف
إدارة الملفات

القائمة


المرشح / فرز
مسح المرشحات


--------------------------------------------------------------------------------

فرز حسب
   
 * الصلة
 * تاريخ الإعلان
   

--------------------------------------------------------------------------------



--------------------------------------------------------------------------------

الفئات

   
 * Professional (18)
 * Managerial (6)
 * Executive (3)
 * Expert (1)
   

--------------------------------------------------------------------------------

تواريخ الإعلانات

   
 * أقل من 30 يومًا (20)
 * أقل من 7 أيام (15)
 * أكثر من 30 يومًا (11)
   

--------------------------------------------------------------------------------


المسمى الوظيفي والمهارة والكلمة الأساسية


المرشح / فرز
الموقع
 * الموقع
   
 * الموقع الخاص بي
   
   
 * الرمز البريدي
   

المدينة، الولاية، الدولة

ذهاب

ضمن
أميال
كيلومترات



31 من الوظائف الشاغرة

مسح المرشحات
   
   
   
   


 * WATER QUALITY SPECIALIST
   
   Saudi Arabia
   Lead the development and implementation of water/ waste water quality
   standards and manage laboratory performance by monitoring utilization,
   testing quality and safety adherence.
   Lead the development and implementation of water/ waste water quality
   standards and manage laboratory performance by monitoring utilization,
   testing quality and safety adherence.
   Water Quality Specialist إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * LITIGATIONS SENIOR ADVISOR
   
   Saudi Arabia
   اعداد ومراجعة المذكرات القانونية بشتى أنواعها أمام المحاكم واللجان، وتقديم
   الاستشارات القانونية ، ودراسة القضايا ، واعداد التقارير
   اعداد ومراجعة المذكرات القانونية بشتى أنواعها أمام المحاكم واللجان، وتقديم
   الاستشارات القانونية ، ودراسة القضايا ، واعداد التقارير
   Litigations Senior Advisor إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * END USER SUPPORT SENIOR SPECIALIST
   
   Saudi Arabia
   
   
   End User Support Senior Specialist إضافة الوظيفة إلى اختيارات الوظائف الخاصة
   بي
   
   
   
   


 * SERVICE DESK SENIOR SPECIALIST
   
   Saudi Arabia
   
   
   Service Desk Senior Specialist إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * WESTERN CLUSTER BUSINESS PARTNER
   
   Saudi Arabia
   
   
   Western Cluster Business Partner إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   


 * لم تجد فرصة مناسبة؟
   
   
   
   سجل بياناتك
   
   
   
   
   
   


 * PROJECT MANAGER
   
   Saudi Arabia
   
   
   Project Manager إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * CORPORATE GOVERNANCE SENIOR SPECIALIST
   
   Saudi Arabia
   
   
   Corporate Governance Senior Specialist إضافة الوظيفة إلى اختيارات الوظائف
   الخاصة بي
   
   
   
   


 * CORPORATE GOVERNANCE SENIOR SPECIALIST
   
   Saudi Arabia
   
   
   Corporate Governance Senior Specialist إضافة الوظيفة إلى اختيارات الوظائف
   الخاصة بي
   
   
   
   


 * CORPORATE GOVERNANCE SUPERVISOR
   
   Saudi Arabia
   امتلاك المعرفة واساسيات مهام الاعمال
   امتلاك المعرفة واساسيات مهام الاعمال
   Corporate Governance Supervisor إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * PROJECT CONTROL SECTION HEAD
   
   Saudi Arabia
   
   
   Project Control Section Head إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * CORPORATE PERFORMANCE SPECIALIST
   
   Saudi Arabia
   To support the definition, tracking and monitoring of performance measures in
   order to ensure that the plans are transformed into functional targets and
   operational performance of NWC is tracked and aligned to the company’s vision
   and strategic priorities
   To support the definition, tracking and monitoring of performance measures in
   order to ensure that the plans are transformed into functional targets and
   operational performance of NWC is tracked and aligned to the company’s vision
   and strategic priorities
   Corporate Performance Specialist إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * PPP CONTRACT PLANNING SPECIALIST
   
   Saudi Arabia
   Ensure the fulfilment of NWC obligations towards PPP Contractors
   Ensure the fulfilment of NWC obligations towards PPP Contractors
   PPP Contract Planning Specialist إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * EVENT ACTIVATION & PROTOCOL SECTION HEAD
   
   Saudi Arabia
   Plan, develop, implement, and analyze event activation and protocol
   strategies to enhance the company's brand and stakeholder engagement. This
   role includes overseeing the planning and execution of events, ensuring
   alignment with company goals, and maintaining proper protocols and standards.
   Plan, develop, implement, and analyze event activation and protocol
   strategies to enhance the company's brand and stakeholder engagement. This
   role includes overseeing the planning and execution of events, ensuring
   alignment with company goals, and maintaining proper protocols and standards.
   Event Activation & Protocol Section Head إضافة الوظيفة إلى اختيارات الوظائف
   الخاصة بي
   
   
   
   


 * MARKETING AND EVENT MANAGER
   
   Saudi Arabia
   Develop and implement comprehensive marketing and event strategies to promote
   the company's brand, engage the community, and drive business growth. This
   role will focus on increasing income through targeted campaigns and
   activities, building brand loyalty, and leveraging diverse channels such as
   digital marketing and social media. Enhancing the company’s public image and
   creating engagement will open new market opportunities and partnerships.
   Using analytics to measure and adjust strategies will maximize ROI. The
   manager will also oversee the planning events that align with the corporate
   identity and mission, ensuring consistent and positive messaging to all
   stakeholders.
   Develop and implement comprehensive marketing and event strategies to promote
   the company's brand, engage the community, and drive business growth. This
   role will focus on increasing income through targeted campaigns and
   activities, building brand loyalty, and leveraging diverse channels such as
   digital marketing and social media. Enhancing the company’s public image and
   creating engagement will open new market opportunities and partnerships.
   Using analytics to measure and adjust strategies will maximize ROI. The
   manager will also oversee the planning events that align with the corporate
   identity and mission, ensuring consistent and positive messaging to all
   stakeholders.
   Marketing And Event Manager إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * ERP SPECIALIST
   
   Saudi Arabia
   Design, development, and support of ERP applications and ensures that the
   application is properly integrated with other applications. The role
   collaborates with cross-functional teams to ensure the efficient development
   and implementation of the ERP. This involves identifying hardware/software
   systems requirements, creating systems low-level design and supporting
   maintenance.
   Design, development, and support of ERP applications and ensures that the
   application is properly integrated with other applications. The role
   collaborates with cross-functional teams to ensure the efficient development
   and implementation of the ERP. This involves identifying hardware/software
   systems requirements, creating systems low-level design and supporting
   maintenance.
   ERP Specialist إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * SECURITY COORDINATION OFFICER
   
   Saudi Arabia
   
   
   Security Coordination Officer إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * PERFORMANCE MANAGEMENT EXPERT
   
   Saudi Arabia
   
   
   Performance Management Expert إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * HUMAN CAPITAL STRATEGY DEVELOPMENT SPECIALIST
   
   Saudi Arabia
   
   
   Human Capital Strategy Development Specialist إضافة الوظيفة إلى اختيارات
   الوظائف الخاصة بي
   
   
   
   


 * LEADERSHIP DEVELOPMENT  SUCCESSION PLANNING EXPERT
   
   Saudi Arabia
   
   
   Leadership Development  Succession Planning Expert إضافة الوظيفة إلى اختيارات
   الوظائف الخاصة بي
   
   
   
   


 * COMPETENCY & CAREER DEVELOPMENT SPECIALIST
   
   Saudi Arabia
   Competency Career Development Specialist
   Competency Career Development Specialist
   Competency & Career Development Specialist إضافة الوظيفة إلى اختيارات الوظائف
   الخاصة بي
   
   
   
   


 * EXCELLENCE SENIOR SPECIALIST
   
   Saudi Arabia
   
   
   Excellence Senior Specialist إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * IDENTITY MANAGEMENT MANAGER
   
   Saudi Arabia
   Manages the security of information systems and functions within an
   organization. Leads a cybersecurity team that deals with Identity Management
   function. Ensures efficient process of identity management is implemented.
   Timely review of access management related to all infrastructure &
   applications.
   Manages the security of information systems and functions within an
   organization. Leads a cybersecurity team that deals with Identity Management
   function. Ensures efficient process of identity management is implemented.
   Timely review of access management related to all infrastructure &
   applications.
   Identity Management Manager إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   
   
   


 * ORGANIZATION DEVELOPMENT DIRECTOR
   
   Saudi Arabia
   
   
   Organization Development Director إضافة الوظيفة إلى اختيارات الوظائف الخاصة
   بي
   
   
   
   


 * PROGRAM MANAGER
   
   Saudi Arabia
   .
   .
   Program Manager إضافة الوظيفة إلى اختيارات الوظائف الخاصة بي
   
   












 




 


إدارة الملف الخاص بك

أدخل البريد الإلكتروني الذي استخدمته لتكوين الملف الخاص بك. بمجرد تأكيد هويتك،
ستكون قادرًا على إدارة الملف الخاص بك.

عنوان البريد الإلكتروني

honeypot

إرسال بريد إلكتروني




 


هل ما زلت معنا؟

يبدو أنك كنت غائبًا لفترة من الوقت. لأسباب تتعلق بالسرية، ستقوم بإنهاء جلستك
آليًا خلال 03:00 ما لم ترغب في مواصلة العمل.

إنهاء الجلسة استمرار العمل