DBA Data[Home] [Help]

APPS.FA_POLISH_PVT dependencies on FA_SRVR_MSG

Line 438: fa_srvr_msg.add_message(

434: -- If we are not calling this from a recognized program, then error.
435: if (FA_POLISH_PVT.calling_mode not in ('DEPRN', 'ADJUSTMENT',
436: 'PROJECT', 'WHATIF')) then
437:
438: fa_srvr_msg.add_message(
439: calling_fn => 'fa_polish_pvt.calc_polish_rate_cost',
440: name => '***FA_POLISH_INVALID_MODE***',
441: p_log_level_rec => p_log_level_rec);
442:

Line 569: fa_srvr_msg.add_message(

565: -- data corruption. Needs to be fixed first.
566: if (l_prev_year_adjusted_cost is null) or
567: (l_prev_year_adj_rec_cost is null) then
568:
569: fa_srvr_msg.add_message(
570: calling_fn => 'fa_polish_pvt.calc_polish_rate_cost',
571: name => '***FA_POLISH_NULL_COST***',
572: p_log_level_rec => p_log_level_rec);
573:

Line 671: fa_srvr_msg.add_message(

667: -- data corruption. Needs to be fixed first.
668: if (l_prev_year_adjusted_cost is null) or
669: (l_prev_year_adj_rec_cost is null) then
670:
671: fa_srvr_msg.add_message(
672: calling_fn => 'fa_polish_pvt.calc_polish_rate_cost',
673: name => '***FA_POLISH_NULL_COST***',
674: p_log_level_rec => p_log_level_rec);
675:

Line 930: fa_srvr_msg.add_sql_error (

926: if (sqlcode <> 0) then
927: fa_rx_conc_mesg_pkg.log(sqlerrm);
928: end if;
929:
930: fa_srvr_msg.add_sql_error (
931: calling_fn => 'fa_polish_pvt.Calc_Polish_Rate_Cost',
932: p_log_level_rec => p_log_level_rec);
933: x_Rate := 0;
934: X_Success := 0;

Line 942: fa_srvr_msg.add_sql_error (

938: if (sqlcode <> 0) then
939: fa_rx_conc_mesg_pkg.log(sqlerrm);
940: end if;
941:
942: fa_srvr_msg.add_sql_error (
943: calling_fn => 'fa_polish_pvt.Calc_Polish_Rate_Cost',
944: p_log_level_rec => p_log_level_rec);
945:
946: x_Rate := 0;

Line 984: fa_srvr_msg.add_sql_error (

980: if (sqlcode <> 0) then
981: fa_rx_conc_mesg_pkg.log(sqlerrm);
982: end if;
983:
984: fa_srvr_msg.add_sql_error (
985: calling_fn => 'fa_polish_pvt.Calc_Basis_Neg_Adj_Flag_Yes',
986: p_log_level_rec => p_log_level_rec);
987: return (FALSE);
988: END Calc_Basis_Neg_Adj_Flag_Yes;

Line 1018: fa_srvr_msg.add_sql_error (

1014: if (sqlcode <> 0) then
1015: fa_rx_conc_mesg_pkg.log(sqlerrm);
1016: end if;
1017:
1018: fa_srvr_msg.add_sql_error (
1019: calling_fn => 'fa_polish_pvt.Calc_Basis_Neg_Adj_Flag_No',
1020: p_log_level_rec => p_log_level_rec);
1021: return (FALSE);
1022:

Line 1053: fa_srvr_msg.add_sql_error (

1049: if (sqlcode <> 0) then
1050: fa_rx_conc_mesg_pkg.log(sqlerrm);
1051: end if;
1052:
1053: fa_srvr_msg.add_sql_error (
1054: calling_fn => 'fa_polish_pvt.Calc_Basis_Partial_Ret',
1055: p_log_level_rec => p_log_level_rec);
1056: return (FALSE);
1057:

Line 1166: fa_srvr_msg.add_sql_error (

1162: if (sqlcode <> 0) then
1163: fa_rx_conc_mesg_pkg.log(sqlerrm);
1164: end if;
1165:
1166: fa_srvr_msg.add_sql_error (
1167: calling_fn => 'fa_polish_pvt.Calc_Basis_Trxn',
1168: p_log_level_rec => p_log_level_rec);
1169: return (FALSE);
1170:

Line 1177: fa_srvr_msg.add_sql_error (

1173: if (sqlcode <> 0) then
1174: fa_rx_conc_mesg_pkg.log(sqlerrm);
1175: end if;
1176:
1177: fa_srvr_msg.add_sql_error (
1178: calling_fn => 'fa_polish_pvt.Calc_Basis_Trxn',
1179: p_log_level_rec => p_log_level_rec);
1180: return (FALSE);
1181: END Calc_Basis_Trxn;

Line 1397: fa_srvr_msg.add_message(

1393: -- data corruption. Needs to be fixed first.
1394: if (x_prev_basis is null) or
1395: (x_prev_adj_rec_cost is null) then
1396:
1397: fa_srvr_msg.add_message(
1398: calling_fn => 'fa_polish_pvt.calc_trxn_values',
1399: name => '***FA_POLISH_NULL_COST***',
1400: p_log_level_rec => p_log_level_rec);
1401:

Line 1485: fa_srvr_msg.add_message(

1481: -- data corruption. Needs to be fixed first.
1482: if (x_prev_basis is null) or
1483: (x_prev_adj_rec_cost is null) then
1484:
1485: fa_srvr_msg.add_message(
1486: calling_fn => 'fa_polish_pvt.calc_trxn_values',
1487: name => '***FA_POLISH_NULL_COST***',
1488: p_log_level_rec => p_log_level_rec);
1489:

Line 1645: fa_srvr_msg.add_message(

1641: -- data corruption. Needs to be fixed first.
1642: if (x_prev_basis is null) or
1643: (x_prev_adj_rec_cost is null) then
1644:
1645: fa_srvr_msg.add_message(
1646: calling_fn => 'fa_polish_pvt.calc_trxn_values',
1647: name => '***FA_POLISH_NULL_COST***',
1648: p_log_level_rec => p_log_level_rec);
1649:

Line 1727: fa_srvr_msg.add_message(

1723: -- data corruption. Needs to be fixed first.
1724: if (x_prev_basis is null) or
1725: (x_prev_adj_rec_cost is null) then
1726:
1727: fa_srvr_msg.add_message(
1728: calling_fn => 'fa_polish_pvt.calc_trxn_values',
1729: name => '***FA_POLISH_NULL_COST***',
1730: p_log_level_rec => p_log_level_rec);
1731:

Line 1812: fa_srvr_msg.add_sql_error (

1808: if (sqlcode <> 0) then
1809: fa_rx_conc_mesg_pkg.log(sqlerrm);
1810: end if;
1811:
1812: fa_srvr_msg.add_sql_error (
1813: calling_fn => 'fa_polish_pvt.Calc_Basis_Trxn',
1814: p_log_level_rec => p_log_level_rec);
1815: return (FALSE);
1816:

Line 1823: fa_srvr_msg.add_sql_error (

1819: if (sqlcode <> 0) then
1820: fa_rx_conc_mesg_pkg.log(sqlerrm);
1821: end if;
1822:
1823: fa_srvr_msg.add_sql_error (
1824: calling_fn => 'fa_polish_pvt.Calc_Basis_Trxn',
1825: p_log_level_rec => p_log_level_rec);
1826: return (FALSE);
1827: END Calc_Trxn_Values;

Line 1892: fa_srvr_msg.add_message(

1888:
1889: else
1890: -- Not one of the 5 Polish Mechanisms.
1891:
1892: fa_srvr_msg.add_message(
1893: calling_fn => 'fa_polish_pvt.calc_rate',
1894: name => '***FA_POLISH_INVALID_MECH***',
1895: p_log_level_rec => p_log_level_rec);
1896:

Line 2138: fa_srvr_msg.add_message(

2134: -- When switch is FR, rate is adj_rate
2135: x_adjusted_rate := p_adjusted_rate;
2136: else
2137: -- Unknown switch_code.
2138: fa_srvr_msg.add_message(
2139: calling_fn => 'fa_polish_pvt.calc_rate',
2140: name => '***FA_POLISH_INVALID_SWITCH_CODE***',
2141: p_log_level_rec => p_log_level_rec);
2142:

Line 2155: fa_srvr_msg.add_sql_error (

2151: if (sqlcode <> 0) then
2152: fa_rx_conc_mesg_pkg.log(sqlerrm);
2153: end if;
2154:
2155: fa_srvr_msg.add_sql_error (
2156: calling_fn => 'fa_polish_pvt.Calc_Rate',
2157: p_log_level_rec => p_log_level_rec);
2158: return (FALSE);
2159: WHEN OTHERS THEN

Line 2165: fa_srvr_msg.add_sql_error (

2161: if (sqlcode <> 0) then
2162: fa_rx_conc_mesg_pkg.log(sqlerrm);
2163: end if;
2164:
2165: fa_srvr_msg.add_sql_error (
2166: calling_fn => 'fa_polish_pvt.Calc_Rate',
2167: p_log_level_rec => p_log_level_rec);
2168: return (FALSE);
2169: END Calc_Rate;