Human Capital Management - EBS (MOSC)

MOSC Banner

Error while calling hr_assignment_api.update_emp_asg_criteria to update grade on assignment

edited Mar 20, 2024 4:39PM in Human Capital Management - EBS (MOSC) 2 commentsAnswered

FIXED after passing correct grade


Hello,

I am getting below error while calling the above API to update grade on assignment window. I am also giving my code for reference. Any pointers?


This grade does not exist at all, or is not completely within the assignment's date range.


declare

l_date        date  := trunc(sysdate); --to_date('01-OCT-2009', 'DD-MON-YYYY');

l_true          boolean := false;

l_assign_id       number := null; --32923;

l_obj           NUMBER;

l_datetrack_update_mode   VARCHAR2(30);

l_organization_id     number;

l_special_ceiling_step_id   number;

l_EFFECTIVE_START_DATE    DATE;

l_EFFECTIVE_END_DATE     DATE;

l_people_group_id       number;

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