DBA Data[Home] [Help]

APPS.BEN_CWB_WS_IMPORT_PKG dependencies on BENUTILS

Line 2350: return benutils.do_rounding(p_rounding_cd => p_rndg_cd,

2346: FUNCTION round_number(p_value in number,
2347: p_rndg_cd in varchar2)
2348: return number is
2349: begin
2350: return benutils.do_rounding(p_rounding_cd => p_rndg_cd,
2351: p_rounding_rl => null,
2352: p_assignment_id => null,
2353: p_value => to_number(p_value),
2354: p_effective_date => null);