DBA Data[Home] [Help]

APPS.BEN_RECN_REP dependencies on FND_CURRENCY

Line 863: l_format_mask := fnd_currency.get_format_mask(l_uom, 30);

859: if l_prtt_count = 0 then
860: l_report(l_grp_header_pos) := null;
861: end if;
862: --
863: l_format_mask := fnd_currency.get_format_mask(l_uom, 30);
864: if l_format_mask is not null then
865: for l_loop_count in (l_grp_header_pos + 1)..l_report.last loop
866: l_report(l_loop_count).col4 := to_char(to_number(l_report(l_loop_count).col4 ) ,l_format_mask); -- 'Coverage'
867: l_report(l_loop_count).col5 := to_char(to_number(l_report(l_loop_count).col5 ) ,l_format_mask); -- 'Participant Monthly Premium'

Line 1039: l_format_mask := fnd_currency.get_format_mask(l_uom, 30);

1035: --
1036: end if;
1037: --
1038: -- apply the format mask for number columns
1039: l_format_mask := fnd_currency.get_format_mask(l_uom, 30);
1040: if l_format_mask is not null then
1041: --
1042: for l_loop_count in (l_grp_header_pos + 1)..l_disc_report.last loop
1043: l_disc_report(l_loop_count).col4 := to_char(to_number(l_disc_report(l_loop_count).col4) ,l_format_mask);-- Coverage'

Line 1127: l_format_mask := fnd_currency.get_format_mask(l_uom, 30);

1123: if l_prtt_count = 0 then
1124: l_report(l_grp_header_pos) := null;
1125: end if;
1126: --
1127: l_format_mask := fnd_currency.get_format_mask(l_uom, 30);
1128: if l_format_mask is not null then
1129: for l_loop_count in (l_grp_header_pos + 1)..l_report.last loop
1130: l_report(l_loop_count).col6 := to_char(to_number(l_report(l_loop_count).col6 ),l_format_mask);-- 'Old Monthly Premium';
1131: l_report(l_loop_count).col7 := to_char(to_number(l_report(l_loop_count).col7 ),l_format_mask);-- 'New Monthly Premium';

Line 1237: l_format_mask := fnd_currency.get_format_mask(l_uom, 30);

1233: if l_prtt_count = 0 then
1234: l_report(l_grp_header_pos) := null;
1235: end if;
1236: --
1237: l_format_mask := fnd_currency.get_format_mask(l_uom, 30);
1238: if l_format_mask is not null then
1239: for l_loop_count in (l_grp_header_pos + 1)..l_report.last loop
1240: l_report(l_loop_count).col6 := to_char(to_number(l_report(l_loop_count).col6) ,l_format_mask);-- 'Participant Monthly Premium';
1241: l_report(l_loop_count).col7 := to_char(to_number(l_report(l_loop_count).col7) ,l_format_mask);-- 'Defined Amount';