DBA Data[Home] [Help]

APPS.GHR_DS_JAN99_PKG dependencies on GHR_HISTORY_API

Line 405: ghr_history_api.post_update_process;

401: ,p_message => l_log_text || ' Sql error : '|| sqlerrm(sqlcode)
402: );
403: end;
404: begin
405: ghr_history_api.post_update_process;
406: exception when others then
407: ghr_mto_int.log_message
408: (p_procedure => 'Error in Assignments(History)'
409: ,p_message => l_log_text || ' Sql error : '|| sqlerrm(sqlcode)

Line 500: ghr_history_api.post_update_process;

496: ,p_effective_date => l_assign_effective_date
497: ,p_datetrack_mode => l_datetrack_update_mode
498: );
499:
500: ghr_history_api.post_update_process;
501: l_count := l_count + 1;
502: exception when others then
503: rollback to hrposupd;
504: ghr_mto_int.log_message