DBA Data[Home] [Help]

APPS.AME_POSITION_HANDLER dependencies on AME_POSITION_HANDLER

Line 1: package body ame_position_handler as

1: package body ame_position_handler as
2: /* $Header: ameepoha.pkb 120.5 2007/12/20 20:03:55 prasashe noship $ */
3: /* package variables */
4: approverCategories ame_util.charList;
5: parameterIds ame_util.idList;

Line 97: ame_util.runtimeException(packageNameIn => 'ame_position_handler',

93: when others then
94: categoryOut := null;
95: hasFinalAuthorityYNOut := null;
96: sourceOut := null;
97: ame_util.runtimeException(packageNameIn => 'ame_position_handler',
98: routineNameIn => 'getCatSourceAndAuthority',
99: exceptionNumberIn => sqlcode,
100: exceptionStringIn => sqlerrm);
101: raise;

Line 332: ame_util.runtimeException(packageNameIn => 'ame_position_handler',

328: when nullFirstIdException then
329: errorCode := -20001;
330: errorMessage := ame_util.getMessage(applicationShortNameIn => 'PER',
331: messageNameIn => 'AME_400408_HAN_NO_TRANS_POS_ID');
332: ame_util.runtimeException(packageNameIn => 'ame_position_handler',
333: routineNameIn => 'handler',
334: exceptionNumberIn => errorCode,
335: exceptionStringIn => errorMessage);
336: raise_application_error(errorCode,

Line 339: ame_util.runtimeException(packageNameIn => 'ame_position_handler',

335: exceptionStringIn => errorMessage);
336: raise_application_error(errorCode,
337: errorMessage);
338: when others then
339: ame_util.runtimeException(packageNameIn => 'ame_position_handler',
340: routineNameIn => 'handler',
341: exceptionNumberIn => sqlcode,
342: exceptionStringIn => sqlerrm);
343: raise;

Line 355: ame_util.runtimeException(packageNameIn => 'ame_position_handler',

351: end loop;
352: exception
353: when no_data_found then
354: errorCode := -20001;
355: ame_util.runtimeException(packageNameIn => 'ame_position_handler',
356: routineNameIn => 'getParameterIds',
357: exceptionNumberIn => errorCode,
358: exceptionStringIn => sqlerrm);
359: raise_application_error(errorCode,

Line 362: ame_util.runtimeException(packageNameIn => 'ame_position_handler',

358: exceptionStringIn => sqlerrm);
359: raise_application_error(errorCode,
360: sqlerrm);
361: when others then
362: ame_util.runtimeException(packageNameIn => 'ame_position_handler',
363: routineNameIn => 'getParameterIds',
364: exceptionNumberIn => sqlcode,
365: exceptionStringIn => sqlerrm);
366: raise;

Line 368: end ame_position_handler;

364: exceptionNumberIn => sqlcode,
365: exceptionStringIn => sqlerrm);
366: raise;
367: end getParameterIds;
368: end ame_position_handler;