DBA Data[Home] [Help]

APPS.PQH_PTE_DEL dependencies on PQH_PTX_EXTRA_INFO

Line 53: -- Delete the pqh_ptx_extra_info row.

49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: --
53: -- Delete the pqh_ptx_extra_info row.
54: --
55: delete from pqh_ptx_extra_info
56: where ptx_extra_info_id = p_rec.ptx_extra_info_id;
57: --

Line 55: delete from pqh_ptx_extra_info

51: --
52: --
53: -- Delete the pqh_ptx_extra_info row.
54: --
55: delete from pqh_ptx_extra_info
56: where ptx_extra_info_id = p_rec.ptx_extra_info_id;
57: --
58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 222: (p_module_name => 'pqh_ptx_extra_info'

218: --
219: when hr_api.cannot_find_prog_unit then
220: --
221: hr_api.cannot_find_prog_unit_error
222: (p_module_name => 'pqh_ptx_extra_info'
223: ,p_hook_type => 'AD');
224: --
225: end;
226: --