DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on OE_PAYMENT_TYPES_VL

Line 2093: from oe_payment_types_vl

2089: l_receipt_number := c_payment_rec.check_number; -- bug 4724845
2090: IF l_receipt_method_id is null then
2091: Begin -- receipt_method_id selection
2092: select receipt_method_id into l_receipt_method_id
2093: from oe_payment_types_vl
2094: where payment_type_code = c_payment_rec.payment_type_code
2095: and rownum = 1;
2096: exception
2097: when others then