DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on FA_SRVR_MSG

Line 112: fa_srvr_msg.add_message(

108: END IF;
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,

Line 122: fa_srvr_msg.add_message(

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

Line 130: fa_srvr_msg.add_sql_error (

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

Line 271: fa_srvr_msg.add_message(

267: COMMIT;
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,

Line 281: fa_srvr_msg.add_sql_error (

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

Line 347: fa_srvr_msg.add_message(

343: END IF;
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);

Line 354: fa_srvr_msg.add_sql_error (

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

Line 510: fa_srvr_msg.add_sql_error (

506: **************************************************************************** */
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;

Line 764: fa_srvr_msg.add_sql_error (

760: 'Error Getting reserve ccid ',
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

Line 777: fa_srvr_msg.add_sql_error (

773: fa_debug_pkg.add('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

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

Line 939: fa_srvr_msg.add_sql_error (

935: **************************************************************************** */
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;

Line 1056: fa_srvr_msg.add_sql_error (

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

Line 1188: fa_srvr_msg.add_sql_error (

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

Line 1278: fa_srvr_msg.add_sql_error (

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

Line 1368: fa_srvr_msg.add_sql_error (

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

Line 1418: fa_srvr_msg.add_sql_error (

1414: END LOOP;
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;

Line 1518: fa_srvr_msg.add_sql_error (

1514: -- dbms_output.put_line('The COA structure is: ' || G_flex_buf);
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

Line 1523: fa_srvr_msg.add_message(

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

Line 1533: fa_srvr_msg.add_sql_error (

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

Line 1654: fa_srvr_msg.add_sql_error (

1650: WHERE glcc.code_combination_id = p_ccid AND
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;

Line 1855: fa_srvr_msg.add_sql_error (

1851: 'success');
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;

Line 1976: fa_srvr_msg.add_sql_error (

1972: 'success');
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;