Deprecated: Constant E_STRICT is deprecated in /var/www/html/system/core/Exceptions.php on line 75

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$apc is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$file is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$dummy is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 562
Function: get

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

Oracle BRM
  • Donato Technologies
62 Days Ago
NA
NA
Remote
6-10 Years
Required Skills: Oracle BRM certification
Job Description
Job Title: Sr. Oracle BRM (Billing and Revenue Management) Professional
Job Location: remote
Job Duration: 12+ Months
 
Job Description:
We are seeking an experienced Oracle BRM (Billing and Revenue Management) professional to join our team in Miami. The ideal candidate will have a deep understanding of Oracle BRM's architecture, billing cycles, revenue management, and the ability to implement and support BRM solutions. This role requires someone who can analyze business requirements, develop effective solutions, and work collaboratively with cross-functional teams to ensure the seamless functioning of our billing and revenue systems.
 
Key Responsibilities:
  • Design, Develop, and Support BRM Solutions: Implement Oracle BRM solutions that align with client requirements, focusing on performance, scalability, and high availability.
  • Billing and Revenue Management: Handle end-to-end billing processes, manage revenue recognition, and ensure accurate reporting and compliance with industry standards.
  • Customization and Integration: Customize BRM modules to fit business needs, integrate BRM with other systems, and develop custom applications for billing and revenue enhancements.
  • Data Management: Ensure accurate and secure data handling within BRM, implementing best practices for data migration, loading, and extraction.
  • Troubleshoot and Resolve Issues: Diagnose and resolve technical issues within the Oracle BRM system, providing high-quality support to ensure minimal downtime.
  • Collaboration and Stakeholder Management: Work closely with internal and external stakeholders, including finance, IT, and operations teams, to gather requirements, report on project status, and optimize system functionality.
  • Documentation and Compliance: Maintain detailed documentation of BRM configurations, changes, and processes, and ensure compliance with regulatory and security standards.
Qualifications:
  • Experience: Minimum of 8+ years of experience in Oracle BRM, with expertise in billing cycles, revenue management, and BRM architecture.
  • Technical Skills: Proficiency in Oracle BRM modules, such as Billing, Subscription Management, Accounts Receivable, Pricing, and Rating.
  • Programming Skills: Strong knowledge of PL/SQL, Unix/Linux scripting, and familiarity with Java or other programming languages is a plus.
  • Analytical Skills: Strong problem-solving and analytical skills, with the ability to design effective solutions and optimize existing processes.
  • Communication: Excellent communication skills, both written and verbal, with the ability to explain complex technical concepts to non-technical stakeholders.
  • Education: Bachelor’s degree in Computer Science, Information Technology, or a related field is preferred.
Preferred Qualifications:
  • Oracle BRM certification.
  • Experience in the telecommunications or financial services industry.
  • Familiarity with cloud-based billing solutions and SaaS.

Jobseeker

Looking For Job?
Search Jobs

Recruiter

Are You Recruiting?
Search Candidates
TekJobs All Rights Reserved

https://www.tekjobs.net/jobs/applyjob", type: "POST", enctype: 'multipart/form-data', data: formData, processData: false, contentType: false, cache: false, // timeout: 60000, success: function(data) { const jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('error')) { alert(jsonData.error); } else if(jsonData.hasOwnProperty('success')) { alert('successfully applied for this job'); $(".close").trigger('click'); $("#name").val(''); $("#contactNumber").val(''); $("#resume").val(''); $("#fromEmail").trigger('focusout'); } else { setTimeout(()=> { alert('something went wrong'); // window.location.reload(); }, 2000); } } }) return false; } }); $("#btnSendMail").hide(); $("#selectedResume").on('change', function() { if($("#selectedResume").val().length) { $("#btnSendMail").show(); } else { $("#btnSendMail").hide(); } }); $("#fromEmail").on('focusout', function() { $("#btnSendMail").hide(); appliedEmail = $("#fromEmail").val(); if(appliedEmail.trim() == '') { $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } mailFormat = /\S+@\S+\.\S+/; if(mailFormat.test(appliedEmail)) { // alert('hello'); $.ajax({ url: "https://www.tekjobs.net/candidate/getCandidatesDetail", data: {email: appliedEmail}, type: "POST", success: function(data) { jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('candDetail')) { if(jsonData.candDetail.length == 0) { $("#selectedResume").html(''); $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } else { let htmlCont = ''; $.each(jsonData.candDetail, function(key, value) { htmlCont += ''; }); $("#selectedResume").html(htmlCont); $("#resumeSelect").show(); $("#fillInfo1").show(); $("#fillInfo2").hide(); $("#p-fill").show(); } } else { $("#selectedResume").html(''); } $("#selectedResume").multiselect('rebuild'); $("#formApplyJob").valid(); } }); } }) $("#selectedResume,#name,#contactNumber,#resume").on('change', ()=> { $("#formApplyJob").valid(); }) const emailCookie = $("#fromEmail").val(); if(emailCookie) { $("#fromEmail").trigger('focusout'); } });