INFO LOWONGAN KERJA - OFFICER DEVELOPMENT PROGRAM (ODP)

 

Lowongan Kerja - Officer Development Program (ODP) 2025

INFO LOWONGAN KERJA - OFFICER DEVELOPMENT PROGRAM (ODP) 2025

Kantor Bursa Kerja Khusus (BKK) / Career Development Center STIE Balikpapan menginformasikan:

PT Toyota-Astra Motor membuka kesempatan emas bagi para talenta muda untuk bergabung dalam:

OFFICER DEVELOPMENT PROGRAM (ODP) 2025

Kualifikasi Umum:

  • Lulusan S1/S2
  • IPK minimal 3,00
  • Usia maksimal 27 tahun
  • Fasih berbahasa Inggris (lisan & tulisan)
  • Menguasai Microsoft Office
  • Diutamakan memiliki pengalaman organisasi

Jurusan yang Dibutuhkan:

  • Information Technology (IT)
  • Matematika / Statistika
  • Akuntansi, Ekonomi, Manajemen, Pemasaran, Komunikasi, Branding, Bisnis Digital
  • Teknik Industri, Sipil, Elektro, Mesin
  • Jurusan lainnya juga dipersilakan untuk mendaftar!

Daftar Sekarang:

Klik untuk Daftar di ODP TAM 2025

Hanya kandidat yang lolos seleksi awal yang akan dihubungi.

Informasi Resmi & Kontak:

Jangan lewatkan kesempatan ini untuk memulai karier impianmu!

Wujudkan masa depan yang lebih cerah bersama Toyota-Astra Motor!

#ODPTAM2025 #KarierBKKSTIEPAN #ToyotaAstraMotor #FreshGraduate #OfficerDevelopmentProgram #STIEBalikpapan #LokerBalikpapan

Published in career center
More in this category: « Job Marker Fair Disnaker 2025 PELUANG BERKARIR DI INDUSTRI KECANTIKAN GLOBAL HADIR DI BALIKPAPAN! »
back to top
/** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @authors JoomlArt, JoomlaBamboo, (contribute to this project at github * & Google group to become co-author) * @Google group: https://groups.google.com/forum/#!forum/t3fw * @Link: http://t3-framework.org *------------------------------------------------------------------------------ */ // no direct access defined('_JEXEC') or die; //check if t3 plugin is existed if (!defined('T3')) { if (JError::$legacy) { JError::setErrorHandling(E_ERROR, 'die'); JError::raiseError(500, JText::_('T3_MISSING_T3_PLUGIN')); exit; } else { throw new Exception(JText::_('T3_MISSING_T3_PLUGIN'), 500); } } $t3app = T3::getApp($this); // addition for demostrtion $input = JFactory::getApplication()->input; $theme = $input->get('theme', ''); $params = $t3app->_tpl->params; if(!empty($theme)){ $params->set('theme', $theme); } // get configured layout $layout = $t3app->getLayout(); $t3app->loadLayout($layout);