75: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'The following Transaction IDs will be purged');
76: /* Recalculate the attribute use count */
77: for tempAttrUsage in attributeUsageCursor(applicationIdIn) loop
78: attributeId := tempAttrUsage.attribute_id;
79: ame_attribute_pkg.updateUseCount(attributeIdIn => attributeId,
80: applicationIdIn => applicationIdIn);
81: end loop;
82: /* Fetch all transactions which potentially need to be purged */
83: open tempTransaction;