DBA Data[Home] [Help]

APPS.AME_HELP_API dependencies on AME_UTIL

Line 101: ame_util.runtimeException('ame_help_api',

97: end if;
98: end;
99: exception
100: when others then
101: ame_util.runtimeException('ame_help_api',
102: 'load_row',
103: sqlcode,
104: sqlerrm);
105: raise;