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 357: app_exception.raise_exception;

353: calling_fn => 'fa_mc_upg3_pkg.check_period_posted',
354: name => 'FA_MRC_PERIODS_NOT_POSTED',
355: token1 => 'BOOK',
356: value1 => p_book_type_code);
357: app_exception.raise_exception;
358: WHEN OTHERS THEN
359: fa_srvr_msg.add_sql_error (
360: calling_fn => 'fa_mc_upg3_pkg.check_period_posted');
361: app_exception.raise_exception;

Line 361: app_exception.raise_exception;

357: app_exception.raise_exception;
358: WHEN OTHERS THEN
359: fa_srvr_msg.add_sql_error (
360: calling_fn => 'fa_mc_upg3_pkg.check_period_posted');
361: app_exception.raise_exception;
362:
363: END check_period_posted;
364:
365:

Line 521: app_exception.raise_exception;

517: EXCEPTION
518: WHEN OTHERS THEN
519: fa_srvr_msg.add_sql_error (
520: calling_fn => 'fa_mc_upg3_pkg.get_adj_balances');
521: app_exception.raise_exception;
522:
523: END get_adj_balances;
524:
525:

Line 775: app_exception.raise_exception;

771: end if;
772:
773: fa_srvr_msg.add_sql_error (
774: calling_fn => 'fa_mc_upg3_pkg.get_deprn_reserve_balances');
775: app_exception.raise_exception;
776:
777: WHEN reserve_error THEN
778: if (g_print_debug) then
779: fa_debug_pkg.add('get_deprn_reserve_balances',

Line 788: app_exception.raise_exception;

784: l_line_num);
785: end if;
786: fa_srvr_msg.add_sql_error (
787: calling_fn => 'fa_mc_upg3_pkg.get_deprn_reserve_balances');
788: app_exception.raise_exception;
789:
790: WHEN OTHERS THEN
791: fa_srvr_msg.add_sql_error (
792: calling_fn => 'fa_mc_upg3_pkg.get_deprn_reserve_balances');

Line 793: app_exception.raise_exception;

789:
790: WHEN OTHERS THEN
791: fa_srvr_msg.add_sql_error (
792: calling_fn => 'fa_mc_upg3_pkg.get_deprn_reserve_balances');
793: app_exception.raise_exception;
794:
795: END get_deprn_reserve_balances;
796:
797:

Line 950: app_exception.raise_exception;

946: EXCEPTION
947: WHEN OTHERS THEN
948: fa_srvr_msg.add_sql_error (
949: calling_fn => 'fa_mc_upg3_pkg.get_deprn_exp_balances');
950: app_exception.raise_exception;
951:
952: END get_deprn_exp_balances;
953:
954:

Line 1067: app_exception.raise_exception;

1063: EXCEPTION
1064: WHEN OTHERS THEN
1065: fa_srvr_msg.add_sql_error (
1066: calling_fn => 'fa_mc_upg3_pkg.get_reval_rsv_balances');
1067: app_exception.raise_exception;
1068:
1069: END get_reval_rsv_balances;
1070:
1071:

Line 1199: app_exception.raise_exception;

1195: EXCEPTION
1196: WHEN OTHERS THEN
1197: fa_srvr_msg.add_sql_error (
1198: calling_fn => 'fa_mc_upg3_pkg.get_reval_amort_balances');
1199: app_exception.raise_exception;
1200:
1201: END get_reval_amort_balances;
1202:
1203:

Line 1289: app_exception.raise_exception;

1285: EXCEPTION
1286: WHEN OTHERS THEN
1287: fa_srvr_msg.add_sql_error (
1288: calling_fn => 'fa_mc_upg3_pkg.get_def_rsv_balances');
1289: app_exception.raise_exception;
1290: END get_def_rsv_balances;
1291:
1292:
1293:

Line 1379: app_exception.raise_exception;

1375: EXCEPTION
1376: WHEN OTHERS THEN
1377: fa_srvr_msg.add_sql_error (
1378: calling_fn => 'fa_mc_upg3_pkg.get_def_exp_balances');
1379: app_exception.raise_exception;
1380: END get_def_exp_balances;
1381:
1382:
1383:

Line 1429: app_exception.raise_exception;

1425: EXCEPTION
1426: WHEN OTHERS THEN
1427: fa_srvr_msg.add_sql_error (
1428: calling_fn => 'fa_mc_upg3_pkg.find_ccid');
1429: app_exception.raise_exception;
1430:
1431: END find_ccid;
1432:
1433: PROCEDURE get_coa_info(

Line 1529: app_exception.raise_exception;

1525: EXCEPTION
1526: WHEN coa_exception THEN
1527: fa_srvr_msg.add_sql_error (
1528: calling_fn => 'fa_mc_upg3_pkg.get_coa_info');
1529: app_exception.raise_exception;
1530:
1531: WHEN seginfo_exception THEN
1532: fa_srvr_msg.add_message(
1533: calling_fn => 'fa_mc_upg3_pkg.get_coa_info',

Line 1539: app_exception.raise_exception;

1535: token1 => 'STRUCT_ID',
1536: value1 => to_char(G_coa_id),
1537: token2 => 'FLEX_CODE',
1538: value2 => 'GL#');
1539: app_exception.raise_exception;
1540:
1541: WHEN OTHERS THEN
1542: fa_srvr_msg.add_sql_error (
1543: calling_fn => 'fa_mc_upg3_pkg.get_coa_info');

Line 1544: app_exception.raise_exception;

1540:
1541: WHEN OTHERS THEN
1542: fa_srvr_msg.add_sql_error (
1543: calling_fn => 'fa_mc_upg3_pkg.get_coa_info');
1544: app_exception.raise_exception;
1545:
1546: END get_coa_info;
1547:
1548:

Line 1665: app_exception.raise_exception;

1661: EXCEPTION
1662: WHEN OTHERS THEN
1663: fa_srvr_msg.add_sql_error (
1664: calling_fn => 'fa_mc_upg3_pkg.insert_rec');
1665: app_exception.raise_exception;
1666:
1667: END insert_rec;
1668:
1669: PROCEDURE insert_ret_earnings (

Line 1866: app_exception.raise_exception;

1862: EXCEPTION
1863: WHEN OTHERS THEN
1864: fa_srvr_msg.add_sql_error (
1865: calling_fn => 'fa_mc_upg3_pkg.insert_ret_earnings');
1866: app_exception.raise_exception;
1867:
1868: END insert_ret_earnings;
1869:
1870:

Line 1987: app_exception.raise_exception;

1983: EXCEPTION
1984: WHEN OTHERS THEN
1985: fa_srvr_msg.add_sql_error (
1986: calling_fn => 'fa_mc_upg3_pkg.insert_balances');
1987: app_exception.raise_exception;
1988:
1989: END insert_balances;
1990:
1991: END FA_MC_UPG3_PKG;