DBA Data[Home] [Help]

APPS.HR_DTY_DEL dependencies on HR_DOCUMENT_TYPES

Line 56: -- Delete the hr_document_types row.

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

Line 58: delete from hr_document_types

54: --
55: --
56: -- Delete the hr_document_types row.
57: --
58: delete from hr_document_types
59: where document_type_id = p_rec.document_type_id;
60: --
61: --
62: --

Line 192: (p_module_name => 'HR_DOCUMENT_TYPES'

188: --
189: when hr_api.cannot_find_prog_unit then
190: --
191: hr_api.cannot_find_prog_unit_error
192: (p_module_name => 'HR_DOCUMENT_TYPES'
193: ,p_hook_type => 'AD');
194: --
195: end;
196: --