DBA Data[Home] [Help]

APPS.AME_RUL_UPD dependencies on AME_RULES

Line 83: -- Update the ame_rules Row

79: );
80: --
81: --
82: --
83: -- Update the ame_rules Row
84: --
85: update ame_rules
86: set
87: rule_id = p_rec.rule_id

Line 85: update ame_rules

81: --
82: --
83: -- Update the ame_rules Row
84: --
85: update ame_rules
86: set
87: rule_id = p_rec.rule_id
88: ,rule_type = p_rec.rule_type
89: ,action_id = p_rec.action_id

Line 432: (p_module_name => 'AME_RULES'

428: --
429: when hr_api.cannot_find_prog_unit then
430: --
431: hr_api.cannot_find_prog_unit_error
432: (p_module_name => 'AME_RULES'
433: ,p_hook_type => 'AU');
434: --
435: end;
436: --