DBA Data[Home] [Help]

APPS.GHR_MASS_SEL_NOA dependencies on GHR_HISTORY_API

Line 65: AND nvl (pr.first_noa_cancel_or_correct, 'X') <> ghr_history_api.g_cancel

61: WHERE pr.pa_request_id = prh.pa_request_id
62: AND person_id = p_person_id
63: AND first_noa_code = p_first_noa_code
64: AND effective_date = p_effective_date
65: AND nvl (pr.first_noa_cancel_or_correct, 'X') <> ghr_history_api.g_cancel
66: GROUP BY pr.pa_request_id;
67: CURSOR csr_name IS
68: SELECT substr (pr.employee_last_name
69: || ', '

Line 1445: ghr_history_api.post_update_process;

1441: ghr_sf52_pos_update.update_position_info
1442: (p_pos_data_rec => p_position_data_rec);
1443:
1444: hr_utility.set_location ('Calling post_update_process '|| l_proc, 50);
1445: ghr_history_api.post_update_process;
1446: hr_utility.set_location ('Leaving '|| l_proc, 100);
1447: END update_position_info;
1448:
1449: PROCEDURE get_pos_grp1_ddf