DBA Data[Home] [Help]

APPS.GHR_PRH_UPD dependencies on GHR_PA_ROUTING_HISTORY

Line 64: -- Update the ghr_pa_routing_history Row

60: --
61: p_rec.object_version_number := p_rec.object_version_number + 1;
62:
63: --
64: -- Update the ghr_pa_routing_history Row
65: --
66:
67:
68: update ghr_pa_routing_history

Line 68: update ghr_pa_routing_history

64: -- Update the ghr_pa_routing_history Row
65: --
66:
67:
68: update ghr_pa_routing_history
69: set
70: pa_routing_history_id = p_rec.pa_routing_history_id,
71: attachment_modified_flag = p_rec.attachment_modified_flag,
72: initiator_flag = p_rec.initiator_flag,

Line 263: ( p_module_name => 'GHR_PA_ROUTING_HISTORY'

259:
260: exception
261: when hr_api.cannot_find_prog_unit then
262: hr_api.cannot_find_prog_unit_error
263: ( p_module_name => 'GHR_PA_ROUTING_HISTORY'
264: ,p_hook_type => 'AU'
265: );
266: end;
267: -- End of API User Hook for post_update.