DBA Data[Home] [Help]

APPS.PQH_PTI_DEL dependencies on PQH_PTX_INFO_TYPES

Line 53: -- Delete the pqh_ptx_info_types row.

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

Line 55: delete from pqh_ptx_info_types

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

Line 172: (p_module_name => 'pqh_ptx_info_types'

168: --
169: when hr_api.cannot_find_prog_unit then
170: --
171: hr_api.cannot_find_prog_unit_error
172: (p_module_name => 'pqh_ptx_info_types'
173: ,p_hook_type => 'AD');
174: --
175: end;
176: --