DBA Data[Home] [Help]

APPS.AME_APT_BUS dependencies on AME_APPROVAL_GROUP_MEMBERS

Line 264: from AME_APPROVAL_GROUP_MEMBERS

260: and nvl(end_date - ame_util.oneSecond, p_effective_date);
261: --
262: cursor c_sel3 is
263: select null
264: from AME_APPROVAL_GROUP_MEMBERS
265: where orig_system = p_orig_system;
266: --
267: Cursor c_sel4 is
268: select null

Line 328: -- AME_APPROVAL_GROUP_MEMBERS

324: hr_multi_message.add;
325: end if;
326: close c_sel2; */
327: --
328: -- AME_APPROVAL_GROUP_MEMBERS
329: --
330: open c_sel3;
331: fetch c_sel3 into l_exists;
332: if c_sel3%found then