DBA Data[Home] [Help]

APPS.FA_CALC_DEPRN_BASIS2_PKG dependencies on FA_SRVR_MSG

Line 202: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

198: end if;
199:
200: exception
201: when calc_basis_err then
202: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
203:
204: when others then
205: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
206: raise;

Line 205: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

201: when calc_basis_err then
202: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
203:
204: when others then
205: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
206: raise;
207:
208: end NON_STRICT_FLAT;
209:

Line 1318: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

1314: end if;
1315:
1316: exception
1317: when calc_basis_err then
1318: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
1319:
1320: when no_data_found then
1321: if p_log_level_rec.statement_level then
1322: fa_debug_pkg.add(fname=>'flat_extension',

Line 1328: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

1324: value=> SQLERRM, p_log_level_rec => p_log_level_rec);
1325: end if;
1326:
1327: when others then
1328: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
1329: raise;
1330:
1331: end FLAT_EXTENSION;
1332:

Line 1756: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

1752:
1753:
1754: exception
1755: when calc_basis_err then
1756: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
1757:
1758: when others then
1759: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
1760: raise;

Line 1759: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

1755: when calc_basis_err then
1756: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
1757:
1758: when others then
1759: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
1760: raise;
1761: end PERIOD_AVERAGE;
1762:
1763: --------------------------------------------------------------------------------

Line 2190: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

2186: end if;
2187:
2188: exception
2189: when calc_basis_err then
2190: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2191:
2192: when others then
2193: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2194: raise;

Line 2193: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

2189: when calc_basis_err then
2190: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2191:
2192: when others then
2193: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2194: raise;
2195: end YTD_AVERAGE;
2196:
2197: --------------------------------------------------------------------------------

Line 2709: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

2705: end if;
2706:
2707: exception
2708: when calc_basis_err then
2709: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2710:
2711: when call_reduction_amount_err then
2712: fa_srvr_msg.add_message (
2713: calling_fn => l_calling_fn,

Line 2712: fa_srvr_msg.add_message (

2708: when calc_basis_err then
2709: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2710:
2711: when call_reduction_amount_err then
2712: fa_srvr_msg.add_message (
2713: calling_fn => l_calling_fn,
2714: name => 'FA_SHARED_UNKNOWN_ERROR',
2715: translate => TRUE
2716: , p_log_level_rec => p_log_level_rec);

Line 2720: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

2716: , p_log_level_rec => p_log_level_rec);
2717: raise;
2718:
2719: when positive_reduction_err then
2720: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2721: raise;
2722:
2723: when others then
2724: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

Line 2724: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

2720: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2721: raise;
2722:
2723: when others then
2724: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2725: raise;
2726: end POSITIVE_REDUCTION;
2727:
2728: --------------------------------------------------------------------------------

Line 2810: fa_srvr_msg.add_message (

2806: x_second_half_cost_to_reduce => l_second_half_cost_to_reduce
2807: , p_log_level_rec => p_log_level_rec)
2808: then
2809:
2810: fa_srvr_msg.add_message (
2811: calling_fn => l_calling_fn,
2812: name => 'FA_SHARED_UNKNOWN_ERROR',
2813: translate => FALSE
2814: , p_log_level_rec => p_log_level_rec);

Line 2908: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

2904: end if;
2905:
2906: exception
2907: when calc_basis_err then
2908: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2909:
2910: when others then
2911: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2912: raise;

Line 2911: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

2907: when calc_basis_err then
2908: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2909:
2910: when others then
2911: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
2912: raise;
2913: end HALF_YEAR;
2914:
2915: --------------------------------------------------------------------------------

Line 3194: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

3190:
3191:
3192: exception
3193: when calc_basis_err then
3194: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
3195:
3196: when others then
3197: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
3198: end BEGINNING_PERIOD; --BEGINNING_PERIOD;

Line 3197: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

3193: when calc_basis_err then
3194: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
3195:
3196: when others then
3197: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
3198: end BEGINNING_PERIOD; --BEGINNING_PERIOD;
3199:
3200: end FA_CALC_DEPRN_BASIS2_PKG;