DBA Data[Home] [Help]

APPS.AME_ACTION_TYPES_API dependencies on AME_UTIL

Line 423: ame_util.runtimeException('ame_action_types_api',

419: end if;
420: end;
421: exception
422: when others then
423: ame_util.runtimeException('ame_action_types_api',
424: 'load_row',
425: sqlcode,
426: sqlerrm);
427: raise;