DBA Data[Home] [Help]

APPS.PQH_RLT_UPD dependencies on PQH_ROUTING_LISTS

Line 60: -- Update the pqh_routing_lists Row

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

Line 62: update pqh_routing_lists

58: --
59: --
60: -- Update the pqh_routing_lists Row
61: --
62: update pqh_routing_lists
63: set
64: routing_list_id = p_rec.routing_list_id,
65: routing_list_name = p_rec.routing_list_name,
66: enable_flag = p_rec.enable_flag,

Line 192: (p_module_name => 'pqh_routing_lists'

188: --
189: when hr_api.cannot_find_prog_unit then
190: --
191: hr_api.cannot_find_prog_unit_error
192: (p_module_name => 'pqh_routing_lists'
193: ,p_hook_type => 'AU');
194: --
195: end;
196: --