DBA Data[Home] [Help]

APPS.FARX_AD dependencies on FND_NUMBER

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

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

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

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

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

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