DBA Data[Home] [Help]

APPS.HR_SFT_UPD dependencies on HR_SOURCE_FORM_TEMPLATES

Line 66: -- Update the hr_source_form_templates Row

62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: --
66: -- Update the hr_source_form_templates Row
67: --
68: update hr_source_form_templates
69: set
70: source_form_template_id = p_rec.source_form_template_id

Line 68: update hr_source_form_templates

64: --
65: --
66: -- Update the hr_source_form_templates Row
67: --
68: update hr_source_form_templates
69: set
70: source_form_template_id = p_rec.source_form_template_id
71: ,object_version_number = p_rec.object_version_number
72: ,form_template_id_to = p_rec.form_template_id_to

Line 209: (p_module_name => 'HR_SOURCE_FORM_TEMPLATES'

205: --
206: when hr_api.cannot_find_prog_unit then
207: --
208: hr_api.cannot_find_prog_unit_error
209: (p_module_name => 'HR_SOURCE_FORM_TEMPLATES'
210: ,p_hook_type => 'AU');
211: --
212: end;
213: --