DBA Data[Home] [Help]

APPS.PQH_TAT_UPD dependencies on PQH_TEMPLATE_ATTRIBUTES

Line 60: -- Update the pqh_template_attributes Row

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

Line 62: update pqh_template_attributes

58: --
59: --
60: -- Update the pqh_template_attributes Row
61: --
62: update pqh_template_attributes
63: set
64: required_flag = p_rec.required_flag,
65: view_flag = p_rec.view_flag,
66: edit_flag = p_rec.edit_flag,

Line 203: (p_module_name => 'pqh_template_attributes'

199: --
200: when hr_api.cannot_find_prog_unit then
201: --
202: hr_api.cannot_find_prog_unit_error
203: (p_module_name => 'pqh_template_attributes'
204: ,p_hook_type => 'AU');
205: --
206: end;
207: --