DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on INV_CONVERT

Line 3881: inv_convert.inv_um_convert(

3877: ROUND((NVL(xdl.unrounded_entered_dr,0) - NVL(xdl.unrounded_entered_cr,0)) / p_round_unit) * p_round_unit,
3878: decode(aida.corrected_invoice_dist_id,
3879: NULL, decode(aida.quantity_invoiced,
3880: NULL, NULL,
3881: inv_convert.inv_um_convert(
3882: pol.item_id,
3883: 20,
3884: round(aida.quantity_invoiced,20),
3885: NULL,