check printing

There are many available reports in Oracle Apps so you can discuss the requirements related to these reports here.
Post Reply
ORACLE123
Posts: 1
Joined: Thu Sep 13, 2007 8:03 am
Location: India

check printing

Post by ORACLE123 »

hi
I have problem for check printing.i want to submit 3 request for check print first original copy ,second finance ,third file.fnd_request is not helpful can anybody give soln for this

Thanks
Avinash
anne simms
Posts: 8
Joined: Tue Sep 18, 2007 4:06 pm
Location: USA

Post by anne simms »

I have used the following in the past:

/*******************************************************
Update statement for applications
to print two copies for any report.
******************************************************/


UPDATE fnd_conc_pp_actions -- Table for applications
SET number_of_copies =2
WHERE concurrent_request_id = fnd_global.conc_request_id; -- By user request id
COMMIT;

Anne
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests