DBA Data[Home] [Help]

APPS.AME_SUPERVISORY_HANDLER dependencies on AME_SUPERVISORY_HANDLER

Line 1: package body ame_supervisory_handler as

1: package body ame_supervisory_handler as
2: /* $Header: ameesuha.pkb 120.7 2011/05/17 11:43:19 nchinnam ship $ */
3: /* package variables */
4: approverCategories ame_util.charList;
5: parametersCount integer;

Line 69: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',

65: tokenNameTwoIn => 'LAST_NAME',
66: tokenValueTwoIn => null ,
67: tokenNameThreeIn => 'OTHER_NAME',
68: tokenValueThreeIn => null );
69: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',
70: routineNameIn => 'getSupervisor',
71: exceptionNumberIn => errorCode,
72: exceptionStringIn => errorMessage);
73: raise_application_error(errorCode,

Line 89: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',

85: tokenNameTwoIn => 'LAST_NAME',
86: tokenValueTwoIn => null ,
87: tokenNameThreeIn => 'OTHER_NAME',
88: tokenValueThreeIn => null );
89: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',
90: routineNameIn => 'getSupervisor',
91: exceptionNumberIn => errorCode,
92: exceptionStringIn => errorMessage);
93: raise_application_error(errorCode,

Line 96: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',

92: exceptionStringIn => errorMessage);
93: raise_application_error(errorCode,
94: errorMessage);
95: when others then
96: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',
97: routineNameIn => 'getSupervisor',
98: exceptionNumberIn => sqlcode,
99: exceptionStringIn => sqlerrm);
100: raise;

Line 194: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',

190: when others then
191: categoryOut := null;
192: hasFinalAuthorityYNOut := null;
193: sourceOut := null;
194: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',
195: routineNameIn => 'getCatSourceAndAuthority',
196: exceptionNumberIn => sqlcode,
197: exceptionStringIn => sqlerrm);
198: raise;

Line 434: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',

430: errorCode := -20106;
431: errorMessage :=
432: ame_util.getMessage(applicationShortNameIn => 'PER',
433: messageNameIn => 'AME_400233_HAN_NO_TRANS_PER_ID');
434: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',
435: routineNameIn => 'handler',
436: exceptionNumberIn => errorCode,
437: exceptionStringIn => errorMessage);
438: raise_application_error(errorCode,

Line 444: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',

440: when topDogRequestorException then
441: errorCode := -20111;
442: errorMessage := ame_util.getMessage(applicationShortNameIn => 'PER',
443: messageNameIn => 'AME_400421_REQ_CANNOT_APPROVE');
444: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',
445: routineNameIn => 'handler',
446: exceptionNumberIn => errorCode,
447: exceptionStringIn => errorMessage);
448: raise_application_error(errorCode,

Line 451: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',

447: exceptionStringIn => errorMessage);
448: raise_application_error(errorCode,
449: errorMessage);
450: when others then
451: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',
452: routineNameIn => 'handler',
453: exceptionNumberIn => sqlcode,
454: exceptionStringIn => sqlerrm);
455: l_error_code := sqlcode;

Line 530: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',

526: when badParameterException then
527: errorCode := -20001;
528: errorMessage := ame_util.getMessage(applicationShortNameIn => 'PER',
529: messageNameIn => 'AME_400234_HAN_ACT_PAR_SIGN');
530: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',
531: routineNameIn => 'parseAndSortRules',
532: exceptionNumberIn => errorCode,
533: exceptionStringIn => errorMessage);
534: raise_application_error(errorCode,

Line 537: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',

533: exceptionStringIn => errorMessage);
534: raise_application_error(errorCode,
535: errorMessage);
536: when others then
537: ame_util.runtimeException(packageNameIn => 'ame_supervisory_handler',
538: routineNameIn => 'parseAndSortRules',
539: exceptionNumberIn => sqlcode,
540: exceptionStringIn => sqlerrm);
541: raise;

Line 543: end ame_supervisory_handler;

539: exceptionNumberIn => sqlcode,
540: exceptionStringIn => sqlerrm);
541: raise;
542: end parseAndSortRules;
543: end ame_supervisory_handler;