DBA Data[Home] [Help]

APPS.PQH_TEM_UPD dependencies on PQH_TEMPLATES

Line 60: -- Update the pqh_templates Row

56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: --
60: -- Update the pqh_templates Row
61: --
62: update pqh_templates
63: set
64: template_name = p_rec.template_name,

Line 62: update pqh_templates

58: --
59: --
60: -- Update the pqh_templates Row
61: --
62: update pqh_templates
63: set
64: template_name = p_rec.template_name,
65: short_name = p_rec.short_name,
66: template_id = p_rec.template_id,

Line 218: (p_module_name => 'pqh_templates'

214: --
215: when hr_api.cannot_find_prog_unit then
216: --
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'pqh_templates'
219: ,p_hook_type => 'AU');
220: --
221: end;
222: --