DBA Data[Home] [Help]

APPS.AME_APU_BUS dependencies on AME_UTILITY_PKG

Line 249: ame_utility_pkg.check_seeddb = 'N' and

245: cursor c_sel1 Is
246: select null
247: from ame_action_types
248: where
249: ame_utility_pkg.check_seeddb = 'N' and
250: action_type_id = p_action_type_id and
251: ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById;
252: l_exists varchar2(1);
253: begin

Line 251: ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById;

247: from ame_action_types
248: where
249: ame_utility_pkg.check_seeddb = 'N' and
250: action_type_id = p_action_type_id and
251: ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById;
252: l_exists varchar2(1);
253: begin
254: open c_sel1;
255: fetch c_sel1 into l_exists;