DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on FA_MC_UPG3_PKG

Line 1: PACKAGE BODY FA_MC_UPG3_PKG AS

1: PACKAGE BODY FA_MC_UPG3_PKG AS
2: /* $Header: faxmcu3b.pls 115.7 2004/03/19 02:45:32 bridgway ship $ */
3:
4: -- Global types and variables
5:

Line 113: calling_fn => 'fa_mc_upg3_pkg.check_conversion_status',

109:
110: EXCEPTION
111: WHEN conversion_error THEN
112: fa_srvr_msg.add_message(
113: calling_fn => 'fa_mc_upg3_pkg.check_conversion_status',
114: name => 'FA_MRC_NO_CONVERSION',
115: token1 => 'BOOK',
116: value1 => p_book_type_code,
117: token2 => 'REPORTING_BOOK',

Line 123: calling_fn => 'fa_mc_upg3_pkg.check_conversion_status',

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',
124: name => 'FA_MRC_FIXED_RATE_CONVERSION',
125: token1 => 'REPORTING_BOOK',
126: value1 => G_rbook_name);
127: app_exception.raise_exception;

Line 131: calling_fn => 'fa_mc_upg3_pkg.check_conversion_status');

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');
132: app_exception.raise_exception;
133:
134: END check_conversion_status;
135:

Line 272: calling_fn => 'fa_mc_upg3_pkg.calculate_balances',

268:
269: EXCEPTION
270: WHEN book_info_error THEN
271: fa_srvr_msg.add_message(
272: calling_fn => 'fa_mc_upg3_pkg.calculate_balances',
273: name => 'FA_MRC_BOOK_NOT_ASSOCIATED',
274: token1 => 'REPORTING_BOOK',
275: value1 => G_rbook_name,
276: token2 => 'BOOK',

Line 282: calling_fn => 'fa_mc_upg3_pkg.calculate_balances');

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');
283: app_exception.raise_exception;
284:
285: END calculate_balances;
286:

Line 348: calling_fn => 'fa_mc_upg3_pkg.check_period_posted',

344:
345: EXCEPTION
346: WHEN unposted_error THEN
347: fa_srvr_msg.add_message(
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;

Line 355: calling_fn => 'fa_mc_upg3_pkg.check_period_posted');

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;
357:
358: END check_period_posted;
359:

Line 511: calling_fn => 'fa_mc_upg3_pkg.get_adj_balances');

507:
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:

Line 765: calling_fn => 'fa_mc_upg3_pkg.get_deprn_reserve_balances');

761: 'failure');
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

Line 778: calling_fn => 'fa_mc_upg3_pkg.get_deprn_reserve_balances');

774: 'Error Getting reserve for line num ',
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 (

Line 783: 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');
784: app_exception.raise_exception;
785:
786: END get_deprn_reserve_balances;
787:

Line 940: calling_fn => 'fa_mc_upg3_pkg.get_deprn_exp_balances');

936:
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:

Line 1057: calling_fn => 'fa_mc_upg3_pkg.get_reval_rsv_balances');

1053:
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:

Line 1189: calling_fn => 'fa_mc_upg3_pkg.get_reval_amort_balances');

1185:
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:

Line 1279: calling_fn => 'fa_mc_upg3_pkg.get_def_rsv_balances');

1275:
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:

Line 1369: calling_fn => 'fa_mc_upg3_pkg.get_def_exp_balances');

1365:
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:

Line 1419: calling_fn => 'fa_mc_upg3_pkg.find_ccid');

1415:
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:

Line 1519: calling_fn => 'fa_mc_upg3_pkg.get_coa_info');

1515:
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(

Line 1524: 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',
1525: name => 'FA_SHARED_FLEX_SEGCOLUMNS',
1526: token1 => 'STRUCT_ID',
1527: value1 => to_char(G_coa_id),
1528: token2 => 'FLEX_CODE',

Line 1534: calling_fn => 'fa_mc_upg3_pkg.get_coa_info');

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');
1535: app_exception.raise_exception;
1536:
1537: END get_coa_info;
1538:

Line 1655: calling_fn => 'fa_mc_upg3_pkg.insert_rec');

1651: glcc.chart_of_accounts_id = G_coa_id;
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:

Line 1856: calling_fn => 'fa_mc_upg3_pkg.insert_ret_earnings');

1852: end if;
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:

Line 1977: calling_fn => 'fa_mc_upg3_pkg.insert_balances');

1973: end if;
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:

Line 1982: END FA_MC_UPG3_PKG;

1978: app_exception.raise_exception;
1979:
1980: END insert_balances;
1981:
1982: END FA_MC_UPG3_PKG;