PL/SQL (MOSC)

MOSC Banner

HR_ASSIGNMENT_API

edited Nov 10, 2015 9:17AM in PL/SQL (MOSC) 4 commentsAnswered

i'm trying to update an employee ASSIGNMENT using

HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA(

HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA (

p_validate => FALSE

,p_effective_date => TO_DATE(v_start_date, 'dd-MON-RRRR')

,p_datetrack_update_mode =>'CORRECTION'

p_assignment_id =>new_ln_assignment_id  --13243

,p_job_id =>v_JOB_ID  --170

,p_location_id =>V_location_id   -- 73986

,p_organization_id =>v_ORGANZATION_ID --635

,p_employment_category =>v_assignement_code -- LB02

,p_people_group_id =>v_JOBGROUP_ID --143

);

)

but i got this error:

"PLS-00306: wrong number or types of arguments in call to

'UPDATE_EMP_ASG_CRITERIA'

Tagged:

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