[Home] [Help]
2006: l_receipt_number := c_payment_rec.check_number; -- bug 4724845
2007: IF l_receipt_method_id is null then
2008: Begin -- receipt_method_id selection
2009: select receipt_method_id into l_receipt_method_id
2010: from oe_payment_types_vl
2011: where payment_type_code = c_payment_rec.payment_type_code
2012: and rownum = 1;
2013: exception
2014: when others then