DBA Data[Home] [Help]

APPS.AME_API7 dependencies on AME_API7

Line 1: package body ame_api7 as

1: package body ame_api7 as
2: /* $Header: ameeapi7.pkb 120.0 2005/11/28 07:24:33 srpurani noship $ */
3: /*The following method validates itemClass for the current transaction*/
4: function validateItemClass(itemClassIn varchar2) return boolean as
5: itemClassNames ame_util.stringList;

Line 2: /* $Header: ameeapi7.pkb 120.0 2005/11/28 07:24:33 srpurani noship $ */

1: package body ame_api7 as
2: /* $Header: ameeapi7.pkb 120.0 2005/11/28 07:24:33 srpurani noship $ */
3: /*The following method validates itemClass for the current transaction*/
4: function validateItemClass(itemClassIn varchar2) return boolean as
5: itemClassNames ame_util.stringList;
6: begin

Line 113: ame_util.runtimeException(packageNameIn => 'ame_api7',

109: when invalidItemIdException then
110: errorCode := -20001;
111: errorMessage := ame_util.getMessage(applicationShortNameIn => 'PER',
112: messageNameIn => 'AME_400800_INVALID_ITEM_ID');
113: ame_util.runtimeException(packageNameIn => 'ame_api7',
114: routineNameIn => 'getAttributeValue',
115: exceptionNumberIn => errorCode,
116: exceptionStringIn => errorMessage);
117: raise_application_error(errorCode,

Line 120: ame_util.runtimeException(packageNameIn => 'ame_api7',

116: exceptionStringIn => errorMessage);
117: raise_application_error(errorCode,
118: errorMessage);
119: when others then
120: ame_util.runtimeException(packageNameIn => 'ame_api7',
121: routineNameIn => 'getAttributeValue',
122: exceptionNumberIn => sqlcode,
123: exceptionStringIn => sqlerrm);
124: raise;

Line 948: end ame_api7;

944: exceptionNumberIn => sqlcode,
945: exceptionStringIn => sqlerrm);
946: raise;
947: end getGroupMembers4;
948: end ame_api7;