Is there any standard program to delete attachments on AR Collections Form?
Oracle EBS - Oracle Applications : 12.2.7
Collections Form
Oracle Applications : 12.2.7
Query : Is there any standard program to delete attachments on AR Collections Form?
I have used the below to test, but it didn't delete any record,
fnd_attached_documents2_pkg.delete_attachments('HZ_PARTIES',
'6399123',
'16185406',
NULL,
NULL,
NULL,
'Y',
'N');
commit;
Regards
Venkat J