DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTUAL_PREMIUM dependencies on FND_NUMBER

Line 115: 9-Jun-2005 nhunur 115.50 4383988 - do fnd_number.canonical_to_number() to the

111: 08-Sep-2004 tjesumic 115.46 fonm, global fonm_cvg_strt_dt reintialized from epe dt
112: 08-Sep-2004 tjesumic 115.47 fonm, caching clearence
113: 15-Nov-2004 kmahendr 115.48 Unrest. enh changes
114: 30-dec-2004 nhunur 115.49 4031733 - No need to open cursor c_state.
115: 9-Jun-2005 nhunur 115.50 4383988 - do fnd_number.canonical_to_number() to the
116: FF output before assigning to a number variable.
117: 03-Oct-05 ssarkar 115.51 4644867 - Added order by clause to cursoe c_asg to Query 'E' assignment first
118: and then others .
119: 10-Mar-06 swjain 115.52 In cursor c_asg, added condition to fetch active assignments only

Line 370: p_computed_val := fnd_number.canonical_to_number(l_outputs(l_outputs.first).value);

366: p_param2_value => fnd_date.date_to_canonical(p_fonm_cvg_strt_dt)
367: --- Eof FONM
368: );
369: --
370: p_computed_val := fnd_number.canonical_to_number(l_outputs(l_outputs.first).value);
371:
372: elsif p_mlt_cd = 'NSVU' then
373: -- Do nothing for NO STANDARD VALUE USED
374: -- Value used comes from Variable rates below.