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.9 2011/05/17 11:40:51 nchinnam ship $ */
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 335: ame_util.runtimeException(packageNameIn => 'ame_position_handler',

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

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

338: exceptionStringIn => errorMessage);
339: raise_application_error(errorCode,
340: errorMessage);
341: when others then
342: ame_util.runtimeException(packageNameIn => 'ame_position_handler',
343: routineNameIn => 'handler',
344: exceptionNumberIn => sqlcode,
345: exceptionStringIn => sqlerrm);
346: l_error_code := sqlcode;

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

366: end loop;
367: exception
368: when no_data_found then
369: errorCode := -20001;
370: ame_util.runtimeException(packageNameIn => 'ame_position_handler',
371: routineNameIn => 'getParameterIds',
372: exceptionNumberIn => errorCode,
373: exceptionStringIn => sqlerrm);
374: raise_application_error(errorCode,

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

373: exceptionStringIn => sqlerrm);
374: raise_application_error(errorCode,
375: sqlerrm);
376: when others then
377: ame_util.runtimeException(packageNameIn => 'ame_position_handler',
378: routineNameIn => 'getParameterIds',
379: exceptionNumberIn => sqlcode,
380: exceptionStringIn => sqlerrm);
381: raise;

Line 383: end ame_position_handler;

379: exceptionNumberIn => sqlcode,
380: exceptionStringIn => sqlerrm);
381: raise;
382: end getParameterIds;
383: end ame_position_handler;