DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on OE_INVOICE_PUB

Line 286: l_cust_trx_type_id := OE_INVOICE_PUB.Get_Customer_Transaction_Type(p_line_rec);

282:
283: IF l_debug_level > 0 THEN
284: oe_debug_pub.add('In else part of commitment id',4);
285: END IF;
286: l_cust_trx_type_id := OE_INVOICE_PUB.Get_Customer_Transaction_Type(p_line_rec);
287: end if;
288: --code changes made for bug 1883552 end
289:
290: IF l_debug_level > 0 THEN