DBA Data[Home] [Help]

APPS.AME_APG_BUS dependencies on AME_UTIL2

Line 288: ,p_object => ame_util2.approverGroupObject

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
291: fnd_message.raise_error;
292: end if;