DBA Data[Home] [Help]

APPS.AME_APT_BUS dependencies on AME_ACTIONS

Line 278: from AME_ACTIONS actions

274: and nvl(cond.end_date - ame_util.oneSecond, p_effective_date);
275: --
276: Cursor c_sel5 is
277: select null
278: from AME_ACTIONS actions
279: ,WF_ROLES wfr
280: ,ame_action_types act
281: where actions.parameter = wfr.name
282: and wfr.orig_system = p_orig_system

Line 358: -- AME_ACTIONS

354: hr_multi_message.add;
355: end if;
356: close c_sel4;
357: --
358: -- AME_ACTIONS
359: --
360: open c_sel5;
361: fetch c_sel5 into l_exists;
362: if c_sel5%found then