DBA Data[Home] [Help]

APPS.PQH_RLM_UPD dependencies on PQH_ROUTING_LIST_MEMBERS

Line 60: -- Update the pqh_routing_list_members Row

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

Line 62: update pqh_routing_list_members

58: --
59: --
60: -- Update the pqh_routing_list_members Row
61: --
62: update pqh_routing_list_members
63: set
64: role_id = p_rec.role_id,
65: routing_list_id = p_rec.routing_list_id,
66: routing_list_member_id = p_rec.routing_list_member_id,

Line 206: (p_module_name => 'pqh_routing_list_members'

202: --
203: when hr_api.cannot_find_prog_unit then
204: --
205: hr_api.cannot_find_prog_unit_error
206: (p_module_name => 'pqh_routing_list_members'
207: ,p_hook_type => 'AU');
208: --
209: end;
210: --