DBA Data[Home] [Help]

APPS.PQH_RLA_UPD dependencies on PQH_RULE_ATTRIBUTES

Line 68: -- Update the pqh_rule_attributes Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pqh_rule_attributes Row
69: --
70: update pqh_rule_attributes
71: set
72: rule_attribute_id = p_rec.rule_attribute_id

Line 70: update pqh_rule_attributes

66: --
67: --
68: -- Update the pqh_rule_attributes Row
69: --
70: update pqh_rule_attributes
71: set
72: rule_attribute_id = p_rec.rule_attribute_id
73: ,rule_set_id = p_rec.rule_set_id
74: ,attribute_code = p_rec.attribute_code

Line 221: (p_module_name => 'PQH_RULE_ATTRIBUTES'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'PQH_RULE_ATTRIBUTES'
222: ,p_hook_type => 'AU');
223: --
224: end;
225: --