DBA Data[Home] [Help]

APPS.PQH_RCT_UPD dependencies on PQH_ROUTING_CATEGORIES

Line 60: -- Update the pqh_routing_categories Row

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

Line 62: update pqh_routing_categories

58: --
59: --
60: -- Update the pqh_routing_categories Row
61: --
62: update pqh_routing_categories
63: set
64: routing_category_id = p_rec.routing_category_id,
65: transaction_category_id = p_rec.transaction_category_id,
66: enable_flag = p_rec.enable_flag,

Line 217: (p_module_name => 'pqh_routing_categories'

213: --
214: when hr_api.cannot_find_prog_unit then
215: --
216: hr_api.cannot_find_prog_unit_error
217: (p_module_name => 'pqh_routing_categories'
218: ,p_hook_type => 'AU');
219: --
220: end;
221: --