DBA Data[Home] [Help]

APPS.PQH_RST_UPD dependencies on PQH_RULE_SETS

Line 63: -- Update the pqh_rule_sets Row

59: hr_utility.set_location('rule_set_name passed is'||p_rec.rule_set_name, 30);
60:
61: --
62: --
63: -- Update the pqh_rule_sets Row
64: --
65: update pqh_rule_sets
66: set
67: business_group_id = p_rec.business_group_id,

Line 65: update pqh_rule_sets

61: --
62: --
63: -- Update the pqh_rule_sets Row
64: --
65: update pqh_rule_sets
66: set
67: business_group_id = p_rec.business_group_id,
68: rule_set_id = p_rec.rule_set_id,
69: rule_set_name = p_rec.rule_set_name,

Line 227: (p_module_name => 'pqh_rule_sets'

223: --
224: when hr_api.cannot_find_prog_unit then
225: --
226: hr_api.cannot_find_prog_unit_error
227: (p_module_name => 'pqh_rule_sets'
228: ,p_hook_type => 'AU');
229: --
230: end;
231: --