Human Capital Management - EBS (MOSC)

MOSC Banner

hr_person_absence_api.create_person_absence api has not creating absence values.

ErrorORA-01403: no data found

Below api is the code am executing :-

DECLARE

  l_assign_id          NUMBER;

  p_object_version_number    NUMBER;

  p_absence_attendance_id    NUMBER;

  p_occurrence         NUMBER;

  p_dur_dys_less_warning    BOOLEAN;

  p_dur_hrs_less_warning    BOOLEAN;

  p_exceeds_pto_entit_warning  BOOLEAN;

  p_exceeds_run_total_warning  BOOLEAN;

  p_abs_overlap_warning     BOOLEAN;

  p_abs_day_after_warning    BOOLEAN;

  p_dur_overwritten_warning   BOOLEAN;

  l_days            NUMBER := 14;

  l_hours            NUMBER := NULL;

BEGIN


begin

fnd_global.apps_initialize(user_id=>1792,

resp_id=>24178,

resp_appl_id=>800);

end;


  hr_person_absence_api.create_person_absence (

   p_validate           => FALSE,

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