DBA Data[Home] [Help]

APPS.AME_TRANS_DATA_PURGE dependencies on AME_TEMP_TRANS_LOCKS

Line 173: delete from ame_temp_trans_locks

169: and transaction_id = transactionIds(ct)
170: and trans_deviation_flag is null or trans_deviation_flag = 'D';
171: end if;
172: end loop;
173: delete from ame_temp_trans_locks
174: where row_timestamp < sysdate - 1;
175: exception
176: when others then
177: FND_FILE.PUT_LINE(FND_FILE.LOG,sqlerrm);