DBA Data[Home] [Help]

APPS.AME_APT_BUS dependencies on AME_ATTRIBUTES

Line 250: from ame_attributes

246: and ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById;
247: --
248: cursor c_sel1 is
249: select null
250: from ame_attributes
251: where approver_type_id = p_approver_type_id
252: and p_effective_date between start_date
253: and nvl(end_date - ame_util.oneSecond, p_effective_date);
254: --

Line 298: -- AME_ATTRIBUTES

294: hr_multi_message.add;
295: end if;
296: close csr_isSeeded;
297: --
298: -- AME_ATTRIBUTES
299: --
300: open c_sel1;
301: fetch c_sel1 into l_exists;
302: if c_sel1%found then