DBA Data[Home] [Help]

APPS.OE_ORDER_CACHE dependencies on OE_INVOICE_PUB

Line 2569: OE_INVOICE_PUB.Get_Customer_Transaction_Type(p_line_rec);

2565: g_line_type_rec.calculate_tax_flag is null )
2566: Then
2567:
2568: l_cust_trx_type_id :=
2569: OE_INVOICE_PUB.Get_Customer_Transaction_Type(p_line_rec);
2570:
2571: load_cust_trx_type(l_cust_trx_type_id);
2572:
2573: l_calculate_tax_flag := g_cust_trx_rec.tax_calculation_flag;