DBA Data[Home] [Help]

APPS.AME_ACA_BUS dependencies on AME_UTILITY_PKG

Line 280: select ame_utility_pkg.is_seed_user(created_by)

276: ,p_effective_date in date
277: ) IS
278: --
279: cursor csr_isSeeded is
280: select ame_utility_pkg.is_seed_user(created_by)
281: from ame_calling_apps
282: where application_id=p_application_id
283: and p_effective_date between start_date and
284: nvl(end_date - ame_util.oneSecond,p_effective_date);