DBA Data[Home] [Help]

APPS.PQH_ATT_UPD dependencies on PQH_ATTRIBUTES

Line 60: -- Update the pqh_attributes Row

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

Line 62: update pqh_attributes

58: --
59: --
60: -- Update the pqh_attributes Row
61: --
62: update pqh_attributes
63: set
64: attribute_id = p_rec.attribute_id,
65: attribute_name = p_rec.attribute_name,
66: master_attribute_id = p_rec.master_attribute_id,

Line 218: (p_module_name => 'pqh_attributes'

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