Introduction
This Post Is About How to Delete Stuckked/corrupted Lock Box Transmission format.
Script to Delete Stuckked/corrupted Lock Box Transmission format :-
select * from APPS.AR_TRANSMISSIONS_ALL
where TRANSMISSION_NAME=’IMCC161107′;
delete from apps.ar_transmissions_all
where transmission_name=’IMCC161107′
select * from apps.ar_payments_interface_all
where ORG_ID=82
and TRANSMISSION_ID=12172459;
What we expect in the script.
This script helps us to comprehend how To Delete Stuckked/corrupted Lock Box Transmission format.
Summary
This Post described the script/logic required for how To Delete Stuckked/corrupted Lock Box Transmission format in Oracle EBS R12.
Got any queries?
Do drop a note by writing us at doyen.ebiz@gmail.com or use the comment section below to ask your questions.