DBA Data[Home] [Help]

APPS.PER_SUCCESSION_PLAN_API dependencies on PER_SUCCESSION_PLAN_BK2

Line 355: per_succession_plan_bk2.update_succession_plan_b

351: --
352: -- Call Before Process User Hook
353: --
354: BEGIN
355: per_succession_plan_bk2.update_succession_plan_b
356: (p_person_id => p_person_id,
357: p_position_id => p_position_id,
358: p_business_group_id => p_business_group_id,
359: p_start_date => l_start_date,

Line 456: per_succession_plan_bk2.update_succession_plan_a

452: --
453: -- Call After Process User Hook
454: --
455: BEGIN
456: per_succession_plan_bk2.update_succession_plan_a
457: (p_person_id => p_person_id,
458: p_position_id => p_position_id,
459: p_business_group_id => p_business_group_id,
460: p_start_date => l_start_date,