DBA Data[Home] [Help]

APPS.FA_POLISH_PVT dependencies on FA_SRVR_MSG

Line 557: fa_srvr_msg.add_message(

553: -- If we are not calling this from a recognized program, then error.
554: if (FA_POLISH_PVT.calling_mode not in ('DEPRN', 'ADJUSTMENT',
555: 'PROJECT', 'WHATIF')) then
556:
557: fa_srvr_msg.add_message(
558: calling_fn => 'fa_polish_pvt.calc_polish_rate_cost',
559: name => '***FA_POLISH_INVALID_MODE***',
560: p_log_level_rec => p_log_level_rec);
561: raise polish_err;

Line 699: fa_srvr_msg.add_message(

695: -- data corruption. Needs to be fixed first.
696: if (l_prev_year_adjusted_cost is null) or
697: (l_prev_year_adj_rec_cost is null) then
698:
699: fa_srvr_msg.add_message(
700: calling_fn => 'fa_polish_pvt.calc_polish_rate_cost',
701: name => '***FA_POLISH_NULL_COST***',
702: p_log_level_rec => p_log_level_rec);
703: raise polish_err;

Line 816: fa_srvr_msg.add_message(

812: -- data corruption. Needs to be fixed first.
813: if (l_prev_year_adjusted_cost is null) or
814: (l_prev_year_adj_rec_cost is null) then
815:
816: fa_srvr_msg.add_message(
817: calling_fn => 'fa_polish_pvt.calc_polish_rate_cost',
818: name => '***FA_POLISH_NULL_COST***',
819: p_log_level_rec => p_log_level_rec);
820: raise polish_err;

Line 1080: fa_srvr_msg.add_sql_error (

1076: if (sqlcode <> 0) then
1077: fa_rx_conc_mesg_pkg.log(sqlerrm);
1078: end if;
1079:
1080: fa_srvr_msg.add_sql_error (
1081: calling_fn => 'fa_polish_pvt.Calc_Polish_Rate_Cost', p_log_level_rec => p_log_level_rec);
1082: x_Rate := 0;
1083: X_Success := 0;
1084:

Line 1091: fa_srvr_msg.add_sql_error (

1087: if (sqlcode <> 0) then
1088: fa_rx_conc_mesg_pkg.log(sqlerrm);
1089: end if;
1090:
1091: fa_srvr_msg.add_sql_error (
1092: calling_fn => 'fa_polish_pvt.Calc_Polish_Rate_Cost', p_log_level_rec => p_log_level_rec);
1093: x_Rate := 0;
1094: X_Success := 0;
1095:

Line 1131: fa_srvr_msg.add_sql_error (

1127: if (sqlcode <> 0) then
1128: fa_rx_conc_mesg_pkg.log(sqlerrm);
1129: end if;
1130:
1131: fa_srvr_msg.add_sql_error (
1132: calling_fn => 'fa_polish_pvt.Calc_Basis_Neg_Adj_Flag_Yes', p_log_level_rec => p_log_level_rec);
1133: return (FALSE);
1134: END Calc_Basis_Neg_Adj_Flag_Yes;
1135:

Line 1164: fa_srvr_msg.add_sql_error (

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

Line 1198: fa_srvr_msg.add_sql_error (

1194: if (sqlcode <> 0) then
1195: fa_rx_conc_mesg_pkg.log(sqlerrm);
1196: end if;
1197:
1198: fa_srvr_msg.add_sql_error (
1199: calling_fn => 'fa_polish_pvt.Calc_Basis_Partial_Ret', p_log_level_rec => p_log_level_rec);
1200: return (FALSE);
1201:
1202: END Calc_Basis_Partial_Ret;

Line 1313: fa_srvr_msg.add_sql_error (

1309: if (sqlcode <> 0) then
1310: fa_rx_conc_mesg_pkg.log(sqlerrm);
1311: end if;
1312:
1313: fa_srvr_msg.add_sql_error (
1314: calling_fn => 'fa_polish_pvt.Calc_Basis_Trxn', p_log_level_rec => p_log_level_rec);
1315: return (FALSE);
1316:
1317: WHEN OTHERS THEN

Line 1323: fa_srvr_msg.add_sql_error (

1319: if (sqlcode <> 0) then
1320: fa_rx_conc_mesg_pkg.log(sqlerrm);
1321: end if;
1322:
1323: fa_srvr_msg.add_sql_error (
1324: calling_fn => 'fa_polish_pvt.Calc_Basis_Trxn', p_log_level_rec => p_log_level_rec);
1325: return (FALSE);
1326: END Calc_Basis_Trxn;
1327:

Line 1554: fa_srvr_msg.add_message(

1550: -- data corruption. Needs to be fixed first.
1551: if (x_prev_basis is null) or
1552: (x_prev_adj_rec_cost is null) then
1553:
1554: fa_srvr_msg.add_message(
1555: calling_fn => 'fa_polish_pvt.calc_trxn_values',
1556: name => '***FA_POLISH_NULL_COST***',
1557: p_log_level_rec => p_log_level_rec);
1558:

Line 1656: fa_srvr_msg.add_message(

1652: -- data corruption. Needs to be fixed first.
1653: if (x_prev_basis is null) or
1654: (x_prev_adj_rec_cost is null) then
1655:
1656: fa_srvr_msg.add_message(
1657: calling_fn => 'fa_polish_pvt.calc_trxn_values',
1658: name => '***FA_POLISH_NULL_COST***',
1659: p_log_level_rec => p_log_level_rec);
1660:

Line 1825: fa_srvr_msg.add_message(

1821: -- data corruption. Needs to be fixed first.
1822: if (x_prev_basis is null) or
1823: (x_prev_adj_rec_cost is null) then
1824:
1825: fa_srvr_msg.add_message(
1826: calling_fn => 'fa_polish_pvt.calc_trxn_values',
1827: name => '***FA_POLISH_NULL_COST***',
1828: p_log_level_rec => p_log_level_rec);
1829:

Line 1913: fa_srvr_msg.add_message(

1909: -- data corruption. Needs to be fixed first.
1910: if (x_prev_basis is null) or
1911: (x_prev_adj_rec_cost is null) then
1912:
1913: fa_srvr_msg.add_message(
1914: calling_fn => 'fa_polish_pvt.calc_trxn_values',
1915: name => '***FA_POLISH_NULL_COST***',
1916: p_log_level_rec => p_log_level_rec);
1917:

Line 1998: fa_srvr_msg.add_sql_error (

1994: if (sqlcode <> 0) then
1995: fa_rx_conc_mesg_pkg.log(sqlerrm);
1996: end if;
1997:
1998: fa_srvr_msg.add_sql_error (
1999: calling_fn => 'fa_polish_pvt.Calc_Basis_Trxn', p_log_level_rec => p_log_level_rec);
2000: return (FALSE);
2001:
2002: WHEN OTHERS THEN

Line 2008: fa_srvr_msg.add_sql_error (

2004: if (sqlcode <> 0) then
2005: fa_rx_conc_mesg_pkg.log(sqlerrm);
2006: end if;
2007:
2008: fa_srvr_msg.add_sql_error (
2009: calling_fn => 'fa_polish_pvt.Calc_Basis_Trxn', p_log_level_rec => p_log_level_rec);
2010: return (FALSE);
2011: END Calc_Trxn_Values;
2012:

Line 2076: fa_srvr_msg.add_message(

2072:
2073: else
2074: -- Not one of the 5 Polish Mechanisms.
2075:
2076: fa_srvr_msg.add_message(
2077: calling_fn => 'fa_polish_pvt.calc_rate',
2078: name => '***FA_POLISH_INVALID_MECH***',
2079: p_log_level_rec => p_log_level_rec);
2080:

Line 2324: fa_srvr_msg.add_message(

2320: -- When switch is FR, rate is adj_rate
2321: x_adjusted_rate := p_adjusted_rate;
2322: else
2323: -- Unknown switch_code.
2324: fa_srvr_msg.add_message(
2325: calling_fn => 'fa_polish_pvt.calc_rate',
2326: name => '***FA_POLISH_INVALID_SWITCH_CODE***',
2327: p_log_level_rec => p_log_level_rec);
2328:

Line 2341: fa_srvr_msg.add_sql_error (

2337: if (sqlcode <> 0) then
2338: fa_rx_conc_mesg_pkg.log(sqlerrm);
2339: end if;
2340:
2341: fa_srvr_msg.add_sql_error (
2342: calling_fn => 'fa_polish_pvt.Calc_Rate', p_log_level_rec => p_log_level_rec);
2343: return (FALSE);
2344: WHEN OTHERS THEN
2345:

Line 2350: fa_srvr_msg.add_sql_error (

2346: if (sqlcode <> 0) then
2347: fa_rx_conc_mesg_pkg.log(sqlerrm);
2348: end if;
2349:
2350: fa_srvr_msg.add_sql_error (
2351: calling_fn => 'fa_polish_pvt.Calc_Rate', p_log_level_rec => p_log_level_rec);
2352: return (FALSE);
2353: END Calc_Rate;
2354: