DBA Data[Home] [Help]

APPS.HR_DTY_UPD dependencies on HR_DOCUMENT_TYPES

Line 62: -- Update the hr_document_types Row

58: p_rec.object_version_number := p_rec.object_version_number + 1;
59: --
60: --
61: --
62: -- Update the hr_document_types Row
63: --
64: update hr_document_types
65: set
66: document_type_id = p_rec.document_type_id

Line 64: update hr_document_types

60: --
61: --
62: -- Update the hr_document_types Row
63: --
64: update hr_document_types
65: set
66: document_type_id = p_rec.document_type_id
67: ,category_code = p_rec.category_code
68: ,sub_category_code = p_rec.sub_category_code

Line 252: (p_module_name => 'HR_DOCUMENT_TYPES'

248: --
249: when hr_api.cannot_find_prog_unit then
250: --
251: hr_api.cannot_find_prog_unit_error
252: (p_module_name => 'HR_DOCUMENT_TYPES'
253: ,p_hook_type => 'AU');
254: --
255: end;
256: --