DBA Data[Home] [Help]

APPS.PQH_RNG_UPD dependencies on PQH_ATTRIBUTE_RANGES

Line 60: -- Update the pqh_attribute_ranges Row

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

Line 62: update pqh_attribute_ranges

58: --
59: --
60: -- Update the pqh_attribute_ranges Row
61: --
62: update pqh_attribute_ranges
63: set
64: attribute_range_id = p_rec.attribute_range_id,
65: approver_flag = p_rec.approver_flag,
66: enable_flag = p_rec.enable_flag,

Line 233: (p_module_name => 'pqh_attribute_ranges'

229: --
230: when hr_api.cannot_find_prog_unit then
231: --
232: hr_api.cannot_find_prog_unit_error
233: (p_module_name => 'pqh_attribute_ranges'
234: ,p_hook_type => 'AU');
235: --
236: end;
237: --