DBA Data[Home] [Help]

APPS.AME_SUBSTITUTION_HANDLER dependencies on AME_SUBSTITUTION_HANDLER

Line 1: package body ame_substitution_handler as

1: package body ame_substitution_handler as
2: /* $Header: ameesbha.pkb 120.1 2005/08/08 05:07:30 ubhat noship $ */
3: procedure handler as
4: actionParameters ame_util.stringList;
5: actionTypeId integer;

Line 53: ame_util.runtimeException(packageNameIn => 'ame_substitution_handler',

49: end if;
50: end loop;
51: exception
52: when others then
53: ame_util.runtimeException(packageNameIn => 'ame_substitution_handler',
54: routineNameIn => 'handler',
55: exceptionNumberIn => sqlcode,
56: exceptionStringIn => sqlerrm);
57: raise;

Line 59: end ame_substitution_handler;

55: exceptionNumberIn => sqlcode,
56: exceptionStringIn => sqlerrm);
57: raise;
58: end handler;
59: end ame_substitution_handler;