Search found 2 matches

by kamlesh3659
Thu Mar 19, 2009 2:49 am
Forum: Business Intelligence (BI)
Topic: Request completes normal, but the o/p is not a pdf
Replies: 6
Views: 5137

Hi ,

I think there is no template registred for the data defination.
Check the is there template or not ? check is there data defination ..?

If above all is ok then..Check for options menu what is the output format for the CP while submitting.


Regards,
Kamlesh Nikhade.
by kamlesh3659
Thu Mar 19, 2009 2:38 am
Forum: Purchasing & Inventory
Topic: Query to get receipt number from serial or lot num
Replies: 3
Views: 4366

Hi Anand ,

You can try the following querry :-

select c.receipt_num from
mtl_serial_numbers am,
rcv_transactions b,
rcv_shipment_headers c
where am.LAST_TRANSACTION_ID=b.TRANSACTION_ID and
b.SHIPMENT_HEADER_ID=c.SHIPMENT_HEADER_ID

Regards,
Kamlesh Nikhade