DBA Data[Home] [Help]

APPS.PQH_PLG_DEL dependencies on PQH_PROCESS_LOG

Line 56: -- Delete the pqh_process_log row.

52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: --
56: -- Delete the pqh_process_log row.
57: --
58: delete from pqh_process_log
59: where process_log_id = p_rec.process_log_id;
60: --

Line 58: delete from pqh_process_log

54: --
55: --
56: -- Delete the pqh_process_log row.
57: --
58: delete from pqh_process_log
59: where process_log_id = p_rec.process_log_id;
60: --
61: --
62: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 212: (p_module_name => 'pqh_process_log'

208: --
209: when hr_api.cannot_find_prog_unit then
210: --
211: hr_api.cannot_find_prog_unit_error
212: (p_module_name => 'pqh_process_log'
213: ,p_hook_type => 'AD');
214: --
215: end;
216: --