DBA Data[Home] [Help]

APPS.PQH_RHA_UPD dependencies on PQH_ROUTING_HIST_ATTRIBS

Line 68: -- Update the pqh_routing_hist_attribs Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pqh_routing_hist_attribs Row
69: --
70: update pqh_routing_hist_attribs
71: set
72: routing_hist_attrib_id = p_rec.routing_hist_attrib_id

Line 70: update pqh_routing_hist_attribs

66: --
67: --
68: -- Update the pqh_routing_hist_attribs Row
69: --
70: update pqh_routing_hist_attribs
71: set
72: routing_hist_attrib_id = p_rec.routing_hist_attrib_id
73: ,routing_history_id = p_rec.routing_history_id
74: ,attribute_id = p_rec.attribute_id

Line 263: (p_module_name => 'PQH_ROUTING_HIST_ATTRIBS'

259: --
260: when hr_api.cannot_find_prog_unit then
261: --
262: hr_api.cannot_find_prog_unit_error
263: (p_module_name => 'PQH_ROUTING_HIST_ATTRIBS'
264: ,p_hook_type => 'AU');
265: --
266: end;
267: --