DBA Data[Home] [Help]

APPS.FARX_AD dependencies on FND_NUMBER

Line 1087: h_life_year_month_num := fnd_number.canonical_to_number(h_life_year_month);

1083: to_char(mod(h_life_months,12)))
1084: into h_life_year_month
1085: from dual;
1086:
1087: h_life_year_month_num := fnd_number.canonical_to_number(h_life_year_month);
1088:
1089: /* h_account_desc :=
1090: fa_rx_flex_pkg.get_description(
1091: p_application_id => 101,

Line 1893: h_life_year_month_num := fnd_number.canonical_to_number(h_life_year_month);

1889: to_char(mod(h_life_months,12)))
1890: into h_life_year_month
1891: from dual;
1892:
1893: h_life_year_month_num := fnd_number.canonical_to_number(h_life_year_month);
1894:
1895: h_mesg_name := 'FA_SHARED_INSERT_FAILED';
1896:
1897: insert into fa_addition_rep_itf (

Line 2434: h_life_year_month_num := fnd_number.canonical_to_number(h_life_year_month);

2430: to_char(mod(h_life_months,12)))
2431: into h_life_year_month
2432: from dual;
2433:
2434: h_life_year_month_num := fnd_number.canonical_to_number(h_life_year_month);
2435:
2436:
2437:
2438: mesg := 'concat_category';