DBA Data[Home] [Help]

APPS.AME_API7 dependencies on AME_ATTRIBUTE_PKG

Line 96: attributeValue1Out := ame_engine.getVariantAttributeValue(attributeIdIn => ame_attribute_pkg.getIdByName(

92: attributeNameIn = ame_util.nonDefPosStructureAttr or
93: attributeNameIn = ame_util.supStartingPointAttribute or
94: attributeNameIn = ame_util.firstStartingPointAttribute or
95: attributeNameIn = ame_util.secondStartingPointAttribute ) then
96: attributeValue1Out := ame_engine.getVariantAttributeValue(attributeIdIn => ame_attribute_pkg.getIdByName(
97: attributeNameIn => attributeNameIn),
98: itemClassIn => itemClass,
99: itemIdIn => itemId
100: );