DBA Data[Home] [Help]

APPS.PQH_RHT_UPD dependencies on PQH_ROUTING_HISTORY

Line 60: -- Update the pqh_routing_history Row

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

Line 62: update pqh_routing_history

58: --
59: --
60: -- Update the pqh_routing_history Row
61: --
62: update pqh_routing_history
63: set
64: routing_history_id = p_rec.routing_history_id,
65: approval_cd = p_rec.approval_cd,
66: comments = p_rec.comments,

Line 251: (p_module_name => 'pqh_routing_history'

247: --
248: when hr_api.cannot_find_prog_unit then
249: --
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'pqh_routing_history'
252: ,p_hook_type => 'AU');
253: --
254: end;
255: --