DBA Data[Home] [Help]

APPS.AME_RULE_API dependencies on AME_RLU_UPD

Line 2543: ame_rlu_upd.upd(p_effective_date => l_effective_date

2539: -- update the row in ame_rule_usages. Parent row locking not needed.
2540: if l_swi_call and p_effective_date is not null then
2541: l_effective_date := p_effective_date;
2542: end if;
2543: ame_rlu_upd.upd(p_effective_date => l_effective_date
2544: ,p_datetrack_mode => hr_api.g_update
2545: ,p_rule_id => p_rule_id
2546: ,p_item_id => p_application_id
2547: ,p_old_start_date => p_old_start_date