DBA Data[Home] [Help]

APPS.AME_AXU_BUS dependencies on AME_UTILITY_PKG

Line 291: ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById and

287: select null
288: from ame_action_types
289: where
290: action_type_id = p_action_type_id and
291: ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById and
292: ame_utility_pkg.check_seeddb = 'N';
293: l_exists varchar2(1);
294: begin
295: open c_sel1;

Line 292: ame_utility_pkg.check_seeddb = 'N';

288: from ame_action_types
289: where
290: action_type_id = p_action_type_id and
291: ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById and
292: ame_utility_pkg.check_seeddb = 'N';
293: l_exists varchar2(1);
294: begin
295: open c_sel1;
296: fetch c_sel1 into l_exists;