DBA Data[Home] [Help]

APPS.PV_BENFT_STATUS_CHANGE dependencies on FND_GLOBAL

Line 2014: lpad(l_prod_rec.amount, l_max_length_amount) || fnd_global.local_chr(10);

2010:
2011: elsif display_type = 'text/plain' then
2012:
2013: l_products_list := l_products_list || rpad(l_prod_rec.concat_cat_parentage, l_max_length_products + 5) ||
2014: lpad(l_prod_rec.amount, l_max_length_amount) || fnd_global.local_chr(10);
2015: end if;
2016: end loop;
2017:
2018: if l_has_products and display_type = 'text/html' then

Line 2024: fnd_global.local_chr(10) || l_products_list;

2020: l_label_amount || '' || l_products_list || '';
2021:
2022: elsif l_has_products and display_type = 'text/plain' then
2023: l_products_list := rpad(l_label_products, l_max_length_products+2) || lpad(l_label_amount, l_max_length_amount+2) ||
2024: fnd_global.local_chr(10) || l_products_list;
2025: end if;
2026:
2027: document := l_products_list;
2028: