DBA Data[Home] [Help]

APPS.AME_UTIL dependencies on AME_ADMIN_PKG

Line 3941: transactionType := ame_admin_pkg.getApplicationName(applicationIdIn => applicationIdIn);

3937: currencyOut := substrb(attributeValueIn, comma1Location + 1, comma2Location - comma1Location - 1);
3938: conversionTypeOut := substrb(attributeValueIn, comma2Location + 1, lengthb(attributeValueIn) - comma2Location);
3939: exception
3940: when badStaticCurUsageException then
3941: transactionType := ame_admin_pkg.getApplicationName(applicationIdIn => applicationIdIn);
3942: errorCode := -20001;
3943: errorMessage :=
3944: ame_util.getMessage(applicationShortNameIn => 'PER',
3945: messageNameIn => 'AME_400127_ENG_BAD_ST_USG',