DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on OE_INVOICE_PUB

Line 325: l_cust_trx_type_id := OE_INVOICE_PUB.Get_Customer_Transaction_Type(l_line_rec);

321: ELSE
322: IF l_debug_level > 0 THEN
323: oe_debug_pub.add('In else part of commitment at line level id',4);
324: END IF;
325: l_cust_trx_type_id := OE_INVOICE_PUB.Get_Customer_Transaction_Type(l_line_rec);
326: END IF;
327: ELSE -- if level is header
328: BEGIN
329: SELECT NVL (ot.cust_trx_type_id, 0)