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 352: fa_srvr_msg.add_message(

348: END IF;
349:
350: EXCEPTION
351: WHEN unposted_error THEN
352: fa_srvr_msg.add_message(
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);

Line 359: fa_srvr_msg.add_sql_error (

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;
362:
363: END check_period_posted;

Line 519: fa_srvr_msg.add_sql_error (

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

Line 773: fa_srvr_msg.add_sql_error (

769: 'Error Getting reserve ccid ',
770: 'failure');
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

Line 786: fa_srvr_msg.add_sql_error (

782: fa_debug_pkg.add('get_deprn_reserve_balances',
783: 'Error Getting reserve for line num ',
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

Line 791: 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');
793: app_exception.raise_exception;
794:
795: END get_deprn_reserve_balances;

Line 948: fa_srvr_msg.add_sql_error (

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

Line 1065: fa_srvr_msg.add_sql_error (

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

Line 1197: fa_srvr_msg.add_sql_error (

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

Line 1287: fa_srvr_msg.add_sql_error (

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

Line 1377: fa_srvr_msg.add_sql_error (

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

Line 1427: fa_srvr_msg.add_sql_error (

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

Line 1527: fa_srvr_msg.add_sql_error (

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

Line 1532: fa_srvr_msg.add_message(

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',
1534: name => 'FA_SHARED_FLEX_SEGCOLUMNS',
1535: token1 => 'STRUCT_ID',
1536: value1 => to_char(G_coa_id),

Line 1542: fa_srvr_msg.add_sql_error (

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');
1544: app_exception.raise_exception;
1545:
1546: END get_coa_info;

Line 1663: fa_srvr_msg.add_sql_error (

1659: WHERE glcc.code_combination_id = p_ccid AND
1660: glcc.chart_of_accounts_id = G_coa_id;
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;

Line 1864: fa_srvr_msg.add_sql_error (

1860: 'success');
1861: end if;
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;

Line 1985: fa_srvr_msg.add_sql_error (

1981: 'success');
1982: end if;
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;