DBA Data[Home] [Help]

APPS.AME_TEST_PKG dependencies on AME_TEST_PKG

Line 1: package body ame_test_pkg as

1: package body ame_test_pkg as
2: /* $Header: ameotest.pkb 120.0 2005/07/26 06:05:34 mbocutt noship $ */
3: function getTestTransactionId return varchar2 is
4: tempId integer;
5: begin

Line 11: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

7: return(to_char(tempId));
8: exception
9: when others then
10: rollback;
11: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
12: routineNameIn => 'getTestTransactionId',
13: exceptionNumberIn => sqlcode,
14: exceptionStringIn => sqlerrm);
15: raise;

Line 45: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

41: return(false);
42: exception
43: when others then
44: rollback;
45: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
46: routineNameIn => 'isTestItemIdDuplicate',
47: exceptionNumberIn => sqlcode,
48: exceptionStringIn => sqlerrm);
49: raise;

Line 70: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

66: commit;
67: exception
68: when others then
69: rollback;
70: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
71: routineNameIn => 'deleteTestItems',
72: exceptionNumberIn => sqlcode,
73: exceptionStringIn => sqlerrm);
74: raise;

Line 138: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

134: isMandatoryOut := ame_util.emptyStringList;
135: attributeValues1Out := ame_util.emptyAttributeValueList;
136: attributeValues2Out := ame_util.emptyAttributeValueList;
137: attributeValues3Out := ame_util.emptyAttributeValueList;
138: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
139: routineNameIn => 'getAllAttributeValues',
140: exceptionNumberIn => sqlcode,
141: exceptionStringIn => sqlerrm);
142: raise;

Line 210: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

206: isMandatoryOut := ame_util.emptyStringList;
207: attributeValues1Out := ame_util.emptyAttributeValueList;
208: attributeValues2Out := ame_util.emptyAttributeValueList;
209: attributeValues3Out := ame_util.emptyAttributeValueList;
210: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
211: routineNameIn => 'getAllAttributeValues2',
212: exceptionNumberIn => sqlcode,
213: exceptionStringIn => sqlerrm);
214: raise;

Line 285: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

281: itemIdsOut := ame_util.emptyStringList;
282: ruleTypesOut := ame_util.emptyIdList;
283: ruleIdsOut := ame_util.emptyIdList;
284: ruleDescriptionsOut := ame_util.emptyStringList;
285: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
286: routineNameIn => 'getApplicableRules',
287: exceptionNumberIn => sqlcode,
288: exceptionStringIn => sqlerrm);
289: raise;

Line 334: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

330: when others then
331: attributeIdsOut := ame_util.emptyIdList;
332: attributeNamesOut := ame_util.emptyStringList;
333: approverTypeIdsOut := ame_util.emptyIdList;
334: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
335: routineNameIn => 'getApproverAttributes',
336: exceptionNumberIn => sqlcode,
337: exceptionStringIn => sqlerrm);
338: raise;

Line 375: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

371: errorCode := -20001;
372: errorMessage :=
373: ame_util.getMessage(applicationShortNameIn => 'PER',
374: messageNameIn =>'AME_400452_APPR_STAGE_INT');
375: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
376: routineNameIn => 'getApproverList',
377: exceptionNumberIn => errorCode,
378: exceptionStringIn => errorMessage);
379: raise_application_error(errorCode,

Line 382: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

378: exceptionStringIn => errorMessage);
379: raise_application_error(errorCode,
380: errorMessage);
381: when others then
382: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
383: routineNameIn => 'getApproverList',
384: exceptionNumberIn => sqlcode,
385: exceptionStringIn => sqlerrm);
386: approverListOut := ame_util.emptyApproversTable2;

Line 448: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

444: attributeValue3Out => attributeValuesOut3(outputIndex));
445: end loop;
446: exception
447: when others then
448: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
449: routineNameIn => 'getItemAttributeValues',
450: exceptionNumberIn => sqlcode,
451: exceptionStringIn => sqlerrm);
452: attributeNamesOut := ame_util.emptyStringList;

Line 483: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

479: close itemIdCursor;
480: exception
481: when others then
482: rollback;
483: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
484: routineNameIn => 'getitemIds',
485: exceptionNumberIn => sqlcode,
486: exceptionStringIn => sqlerrm);
487: itemIdsOut := ame_util.emptyStringList;

Line 527: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

523: ame_engine.getTransVariableValues(transVariableValuesOut => variableValuesOut);
524: exception
525: when others then
526: rollback;
527: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
528: routineNameIn => 'getTransactionProductions',
529: exceptionNumberIn => sqlcode,
530: exceptionStringIn => sqlerrm);
531: variableNamesOut := ame_util.emptyStringList;

Line 614: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

610: errorCode := -20001;
611: errorMessage :=
612: ame_util.getMessage(applicationShortNameIn => 'PER',
613: messageNameIn =>'AME_400443_TEST_NO_AU_EXST');
614: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
615: routineNameIn => 'initializeTestTrans',
616: exceptionNumberIn => errorCode,
617: exceptionStringIn => errorMessage);
618: raise_application_error(errorCode,

Line 622: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

618: raise_application_error(errorCode,
619: errorMessage);
620: when others then
621: rollback;
622: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
623: routineNameIn => 'initializeTestTrans',
624: exceptionNumberIn => sqlcode,
625: exceptionStringIn => sqlerrm);
626: raise;

Line 692: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

688: commit;
689: exception
690: when others then
691: rollback;
692: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
693: routineNameIn => 'setAllAttributeValues',
694: exceptionNumberIn => sqlcode,
695: exceptionStringIn => sqlerrm);
696: raise;

Line 757: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',

753: commit;
754: exception
755: when others then
756: rollback;
757: ame_util.runtimeException(packageNameIn => 'ame_test_pkg',
758: routineNameIn => 'setAttributeValues',
759: exceptionNumberIn => sqlcode,
760: exceptionStringIn => sqlerrm);
761: raise;

Line 763: end ame_test_pkg;

759: exceptionNumberIn => sqlcode,
760: exceptionStringIn => sqlerrm);
761: raise;
762: end setAttributeValues;
763: end ame_test_pkg;