DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on APP_EXCEPTION

Line 119: app_exception.raise_exception;

115: token1 => 'BOOK',
116: value1 => p_book_type_code,
117: token2 => 'REPORTING_BOOK',
118: value2 => G_rbook_name);
119: app_exception.raise_exception;
120:
121: WHEN fixed_rate_error THEN
122: fa_srvr_msg.add_message(
123: calling_fn => 'fa_mc_upg3_pkg.check_conversion_status',

Line 127: app_exception.raise_exception;

123: calling_fn => 'fa_mc_upg3_pkg.check_conversion_status',
124: name => 'FA_MRC_FIXED_RATE_CONVERSION',
125: token1 => 'REPORTING_BOOK',
126: value1 => G_rbook_name);
127: app_exception.raise_exception;
128:
129: WHEN OTHERS THEN
130: fa_srvr_msg.add_sql_error (
131: calling_fn => 'fa_mc_upg3_pkg.check_conversion_status');

Line 132: app_exception.raise_exception;

128:
129: WHEN OTHERS THEN
130: fa_srvr_msg.add_sql_error (
131: calling_fn => 'fa_mc_upg3_pkg.check_conversion_status');
132: app_exception.raise_exception;
133:
134: END check_conversion_status;
135:
136:

Line 278: app_exception.raise_exception;

274: token1 => 'REPORTING_BOOK',
275: value1 => G_rbook_name,
276: token2 => 'BOOK',
277: value2 => p_book_type_code);
278: app_exception.raise_exception;
279:
280: WHEN OTHERS THEN
281: fa_srvr_msg.add_sql_error (
282: calling_fn => 'fa_mc_upg3_pkg.calculate_balances');

Line 283: app_exception.raise_exception;

279:
280: WHEN OTHERS THEN
281: fa_srvr_msg.add_sql_error (
282: calling_fn => 'fa_mc_upg3_pkg.calculate_balances');
283: app_exception.raise_exception;
284:
285: END calculate_balances;
286:
287:

Line 352: app_exception.raise_exception;

348: calling_fn => 'fa_mc_upg3_pkg.check_period_posted',
349: name => 'FA_MRC_PERIODS_NOT_POSTED',
350: token1 => 'BOOK',
351: value1 => p_book_type_code);
352: app_exception.raise_exception;
353: WHEN OTHERS THEN
354: fa_srvr_msg.add_sql_error (
355: calling_fn => 'fa_mc_upg3_pkg.check_period_posted');
356: app_exception.raise_exception;

Line 356: app_exception.raise_exception;

352: app_exception.raise_exception;
353: WHEN OTHERS THEN
354: fa_srvr_msg.add_sql_error (
355: calling_fn => 'fa_mc_upg3_pkg.check_period_posted');
356: app_exception.raise_exception;
357:
358: END check_period_posted;
359:
360:

Line 512: app_exception.raise_exception;

508: EXCEPTION
509: WHEN OTHERS THEN
510: fa_srvr_msg.add_sql_error (
511: calling_fn => 'fa_mc_upg3_pkg.get_adj_balances');
512: app_exception.raise_exception;
513:
514: END get_adj_balances;
515:
516:

Line 766: app_exception.raise_exception;

762: end if;
763:
764: fa_srvr_msg.add_sql_error (
765: calling_fn => 'fa_mc_upg3_pkg.get_deprn_reserve_balances');
766: app_exception.raise_exception;
767:
768: WHEN reserve_error THEN
769: if (g_print_debug) then
770: fa_debug_pkg.add('get_deprn_reserve_balances',

Line 779: app_exception.raise_exception;

775: l_line_num);
776: end if;
777: fa_srvr_msg.add_sql_error (
778: calling_fn => 'fa_mc_upg3_pkg.get_deprn_reserve_balances');
779: app_exception.raise_exception;
780:
781: WHEN OTHERS THEN
782: fa_srvr_msg.add_sql_error (
783: calling_fn => 'fa_mc_upg3_pkg.get_deprn_reserve_balances');

Line 784: app_exception.raise_exception;

780:
781: WHEN OTHERS THEN
782: fa_srvr_msg.add_sql_error (
783: calling_fn => 'fa_mc_upg3_pkg.get_deprn_reserve_balances');
784: app_exception.raise_exception;
785:
786: END get_deprn_reserve_balances;
787:
788:

Line 941: app_exception.raise_exception;

937: EXCEPTION
938: WHEN OTHERS THEN
939: fa_srvr_msg.add_sql_error (
940: calling_fn => 'fa_mc_upg3_pkg.get_deprn_exp_balances');
941: app_exception.raise_exception;
942:
943: END get_deprn_exp_balances;
944:
945:

Line 1058: app_exception.raise_exception;

1054: EXCEPTION
1055: WHEN OTHERS THEN
1056: fa_srvr_msg.add_sql_error (
1057: calling_fn => 'fa_mc_upg3_pkg.get_reval_rsv_balances');
1058: app_exception.raise_exception;
1059:
1060: END get_reval_rsv_balances;
1061:
1062:

Line 1190: app_exception.raise_exception;

1186: EXCEPTION
1187: WHEN OTHERS THEN
1188: fa_srvr_msg.add_sql_error (
1189: calling_fn => 'fa_mc_upg3_pkg.get_reval_amort_balances');
1190: app_exception.raise_exception;
1191:
1192: END get_reval_amort_balances;
1193:
1194:

Line 1280: app_exception.raise_exception;

1276: EXCEPTION
1277: WHEN OTHERS THEN
1278: fa_srvr_msg.add_sql_error (
1279: calling_fn => 'fa_mc_upg3_pkg.get_def_rsv_balances');
1280: app_exception.raise_exception;
1281: END get_def_rsv_balances;
1282:
1283:
1284:

Line 1370: app_exception.raise_exception;

1366: EXCEPTION
1367: WHEN OTHERS THEN
1368: fa_srvr_msg.add_sql_error (
1369: calling_fn => 'fa_mc_upg3_pkg.get_def_exp_balances');
1370: app_exception.raise_exception;
1371: END get_def_exp_balances;
1372:
1373:
1374:

Line 1420: app_exception.raise_exception;

1416: EXCEPTION
1417: WHEN OTHERS THEN
1418: fa_srvr_msg.add_sql_error (
1419: calling_fn => 'fa_mc_upg3_pkg.find_ccid');
1420: app_exception.raise_exception;
1421:
1422: END find_ccid;
1423:
1424: PROCEDURE get_coa_info(

Line 1520: app_exception.raise_exception;

1516: EXCEPTION
1517: WHEN coa_exception THEN
1518: fa_srvr_msg.add_sql_error (
1519: calling_fn => 'fa_mc_upg3_pkg.get_coa_info');
1520: app_exception.raise_exception;
1521:
1522: WHEN seginfo_exception THEN
1523: fa_srvr_msg.add_message(
1524: calling_fn => 'fa_mc_upg3_pkg.get_coa_info',

Line 1530: app_exception.raise_exception;

1526: token1 => 'STRUCT_ID',
1527: value1 => to_char(G_coa_id),
1528: token2 => 'FLEX_CODE',
1529: value2 => 'GL#');
1530: app_exception.raise_exception;
1531:
1532: WHEN OTHERS THEN
1533: fa_srvr_msg.add_sql_error (
1534: calling_fn => 'fa_mc_upg3_pkg.get_coa_info');

Line 1535: app_exception.raise_exception;

1531:
1532: WHEN OTHERS THEN
1533: fa_srvr_msg.add_sql_error (
1534: calling_fn => 'fa_mc_upg3_pkg.get_coa_info');
1535: app_exception.raise_exception;
1536:
1537: END get_coa_info;
1538:
1539:

Line 1656: app_exception.raise_exception;

1652: EXCEPTION
1653: WHEN OTHERS THEN
1654: fa_srvr_msg.add_sql_error (
1655: calling_fn => 'fa_mc_upg3_pkg.insert_rec');
1656: app_exception.raise_exception;
1657:
1658: END insert_rec;
1659:
1660: PROCEDURE insert_ret_earnings (

Line 1857: app_exception.raise_exception;

1853: EXCEPTION
1854: WHEN OTHERS THEN
1855: fa_srvr_msg.add_sql_error (
1856: calling_fn => 'fa_mc_upg3_pkg.insert_ret_earnings');
1857: app_exception.raise_exception;
1858:
1859: END insert_ret_earnings;
1860:
1861:

Line 1978: app_exception.raise_exception;

1974: EXCEPTION
1975: WHEN OTHERS THEN
1976: fa_srvr_msg.add_sql_error (
1977: calling_fn => 'fa_mc_upg3_pkg.insert_balances');
1978: app_exception.raise_exception;
1979:
1980: END insert_balances;
1981:
1982: END FA_MC_UPG3_PKG;