Payroll and OTL - EBS (MOSC)

MOSC Banner

Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!

PAY: Element Entry API Giving Error

edited Nov 8, 2011 2:09AM in Payroll and OTL - EBS (MOSC) 2 comments
Hi,

I am trying to update the element entries for a set of assignments. I want to test this as a one off before i make the change for rest of the employees.

Below is the script which i am using. it gives me an error saying

Cause:        The procedure hr_entry.chk_mandatory_input_value has created an error at Step 1.

Script:

declare

l_validate                      BOOLEAN:= TRUE;
l_datetrack_update_mode         VARCHAR2(20):= 'UPDATE';
l_effective_date                DATE:= SYSDATE;
l_business_group_id             NUMBER:= 81;
l_element_entry_id              NUMBER:= 985787;
l_input_value_id                NUMBER:= 2024;
l_object_version_number         NUMBER:=2;
l_effective_start_date          DATE;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center