DBA Data[Home] [Help]

APPS.AME_APG_BUS dependencies on AME_UTILITY_PKG

Line 67: where ame_utility_pkg.check_seeddb = 'N'

63: l_count number;
64: cursor c_sel1 is
65: select null
66: from ame_approval_groups
67: where ame_utility_pkg.check_seeddb = 'N'
68: and ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById
69: and approval_group_id = p_approval_group_id
70: and p_effective_date between start_date and
71: nvl(end_date -(1/86400), p_effective_date);

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

64: cursor c_sel1 is
65: select null
66: from ame_approval_groups
67: where ame_utility_pkg.check_seeddb = 'N'
68: and ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById
69: and approval_group_id = p_approval_group_id
70: and p_effective_date between start_date and
71: nvl(end_date -(1/86400), p_effective_date);
72: begin

Line 286: l_valid := ame_utility_pkg.validate_query(p_query_string => p_query_string

282: fnd_message.raise_error;
283: end if;*/
284: /* The following utility handles the error. So nothing needs to be done here */
285: ame_util.checkForSqlInjection(queryStringIn => queryString);
286: l_valid := ame_utility_pkg.validate_query(p_query_string => p_query_string
287: ,p_columns => 1
288: ,p_object => ame_util2.approverGroupObject
289: );
290: if l_valid <> 'Y' then