DBA Data[Home] [Help]

APPS.HR_PREVIOUS_EMPLOYMENT_API dependencies on HR_PREVIOUS_EMPLOYMENT_BKB

Line 2470: hr_previous_employment_bkb.update_prev_job_extra_info_b

2466: --
2467: -- Call Before Process User Hook
2468: --
2469: begin
2470: hr_previous_employment_bkb.update_prev_job_extra_info_b
2471: (p_previous_job_id => p_previous_job_id
2472: ,p_information_type => p_information_type
2473: ,p_pji_attribute_category => p_pji_attribute_category
2474: ,p_pji_attribute1 => p_pji_attribute1

Line 2617: hr_previous_employment_bkb.update_prev_job_extra_info_a

2613: ,p_pji_information29 => p_pji_information29
2614: ,p_pji_information30 => p_pji_information30
2615: );
2616: begin
2617: hr_previous_employment_bkb.update_prev_job_extra_info_a
2618: (p_previous_job_id => p_previous_job_id
2619: ,p_information_type => p_information_type
2620: ,p_pji_attribute_category => p_pji_attribute_category
2621: ,p_pji_attribute1 => p_pji_attribute1

Line 2689: => 'hr_previous_employment_bkb.update_prev_job_extra_info_a'

2685: exception
2686: when hr_api.cannot_find_prog_unit then
2687: hr_api.cannot_find_prog_unit_error
2688: (p_module_name
2689: => 'hr_previous_employment_bkb.update_prev_job_extra_info_a'
2690: ,p_hook_type
2691: => 'AP'
2692: );
2693: end;