DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on OE_SYS_PARAMETERS_PVT

Line 247: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params;

243: l_precision
244: from fnd_currencies c
245: where c.currency_code = l_currency_code;
246:
247: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params;
248:
249: --code changes made for bug 1883552 begin
250: l_commitment_id := nvl(l_line_rec.commitment_id,0);
251: if l_commitment_id <> 0 then