DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_PKG dependencies on AME_STRING_VALUES

Line 3823: update ame_string_values

3819: processingDate := sysdate;
3820: currentUserId := ame_util.getCurrentUserId;
3821: attributeType := getType(attributeIdIn => attributeIdIn);
3822: if attributeType = ame_util.stringAttributeType then
3823: update ame_string_values
3824: set
3825: last_updated_by = currentUserId,
3826: last_update_date = processingDate,
3827: last_update_login = currentUserId,