DBA Data[Home] [Help]

APPS.FA_MC_UPG1_PKG dependencies on APP_EXCEPTION

Line 444: app_exception.raise_exception;

440: name => 'FA_MRC_NOT_SOURCE',
441: token1 => 'BOOK',
442: value1 => p_book_type_code);
443:
444: app_exception.raise_exception;
445:
446: WHEN rbook_setup_error THEN
447: fa_srvr_msg.add_message (
448: calling_fn => 'fa_mc_upg1_pkg.validate_setup',

Line 454: app_exception.raise_exception;

450: token1 => 'REPORTING_BOOK',
451: value1 => G_rbook_name,
452: token2 => 'BOOK',
453: value2 => p_book_type_code);
454: app_exception.raise_exception;
455:
456: WHEN rbook_converted_error THEN
457: fa_srvr_msg.add_message (
458: calling_fn => 'fa_mc_upg1_pkg.validate_setup',

Line 464: app_exception.raise_exception;

460: token1 => 'REPORTING_BOOK',
461: value1 => G_rbook_name,
462: token2 => 'BOOK',
463: value2 => p_book_type_code);
464: app_exception.raise_exception;
465:
466: WHEN rbook_disabled_error THEN
467: fa_srvr_msg.add_message (
468: calling_fn => 'fa_mc_upg1_pkg.validate_setup',

Line 474: app_exception.raise_exception;

470: token1 => 'REPORTING_BOOK',
471: value1 => G_rbook_name,
472: token2 => 'BOOK',
473: value2 => p_book_type_code);
474: app_exception.raise_exception;
475:
476: WHEN lock_error THEN
477: fa_srvr_msg.add_sql_error (
478: calling_fn => 'fa_mc_upg1_pkg.lock_book');

Line 479: app_exception.raise_exception;

475:
476: WHEN lock_error THEN
477: fa_srvr_msg.add_sql_error (
478: calling_fn => 'fa_mc_upg1_pkg.lock_book');
479: app_exception.raise_exception;
480:
481: WHEN OTHERS THEN
482: fa_srvr_msg.add_sql_error(
483: calling_fn => 'fa_mc_upg1_pkg.validate_setup');

Line 484: app_exception.raise_exception;

480:
481: WHEN OTHERS THEN
482: fa_srvr_msg.add_sql_error(
483: calling_fn => 'fa_mc_upg1_pkg.validate_setup');
484: app_exception.raise_exception;
485:
486: END validate_setup;
487:
488:

Line 565: app_exception.raise_exception;

561: WHEN fixed_rate_error THEN
562: fa_srvr_msg.add_message (
563: calling_fn => 'fa_mc_upg1_pkg.validate_rate',
564: name => 'FA_MRC_NOT_FIXED_RATE');
565: app_exception.raise_exception;
566:
567: WHEN conversion_basis_error THEN
568: fa_srvr_msg.add_message (
569: calling_fn => 'fa_mc_upg1_pkg.validate_rate',

Line 571: app_exception.raise_exception;

567: WHEN conversion_basis_error THEN
568: fa_srvr_msg.add_message (
569: calling_fn => 'fa_mc_upg1_pkg.validate_rate',
570: name => 'FA_MRC_NO_BASIS');
571: app_exception.raise_exception;
572:
573: WHEN OTHERS THEN
574: fa_srvr_msg.add_sql_error(
575: calling_fn => 'fa_mc_upg1_pkg.validate_rate');

Line 576: app_exception.raise_exception;

572:
573: WHEN OTHERS THEN
574: fa_srvr_msg.add_sql_error(
575: calling_fn => 'fa_mc_upg1_pkg.validate_rate');
576: app_exception.raise_exception;
577:
578: END validate_rate;
579:
580:

Line 824: app_exception.raise_exception;

820: calling_fn => 'fa_mc_upg1_pkg.get_conversion_info',
821: name => 'FA_MRC_CONV_INFO_ERROR',
822: token1 => 'REPORTING_BOOK',
823: value1 => G_rbook_name);
824: app_exception.raise_exception;
825:
826: WHEN first_mrc_period_error THEN
827: fa_srvr_msg.add_message (
828: calling_fn => 'fa_mc_upg1_pkg.get_conversion_info',

Line 832: app_exception.raise_exception;

828: calling_fn => 'fa_mc_upg1_pkg.get_conversion_info',
829: name => 'FA_MRC_NOT_FIRST_FUTURE',
830: token1 => 'FIRST_MRC_PERIOD',
831: value1 => l_first_mrc_period);
832: app_exception.raise_exception;
833:
834: WHEN prev_period_error THEN
835: fa_srvr_msg.add_message (
836: calling_fn => 'fa_mc_upg1_pkg.get_conversion_info',

Line 840: app_exception.raise_exception;

836: calling_fn => 'fa_mc_upg1_pkg.get_conversion_info',
837: name => 'FA_MRC_PREV_PERIOD_ERR',
838: token1 => 'FIRST_MRC_PERIOD',
839: value1 => l_first_mrc_period);
840: app_exception.raise_exception;
841:
842: WHEN period_info_error THEN
843: fa_srvr_msg.add_message (
844: calling_fn => 'fa_mc_upg1_pkg.get_conversion_info',

Line 846: app_exception.raise_exception;

842: WHEN period_info_error THEN
843: fa_srvr_msg.add_message (
844: calling_fn => 'fa_mc_upg1_pkg.get_conversion_info',
845: name => 'FA_SHARED_SEL_DEPRN_PERIODS');
846: app_exception.raise_exception;
847:
848: WHEN OTHERS THEN
849: fa_srvr_msg.add_sql_error (
850: calling_fn => 'fa_mc_upg1_pkg.get_conversion_info');

Line 851: app_exception.raise_exception;

847:
848: WHEN OTHERS THEN
849: fa_srvr_msg.add_sql_error (
850: calling_fn => 'fa_mc_upg1_pkg.get_conversion_info');
851: app_exception.raise_exception;
852:
853: END get_conversion_info;
854:
855:

Line 976: app_exception.raise_exception;

972: EXCEPTION
973: WHEN OTHERS THEN
974: fa_srvr_msg.add_sql_error (
975: calling_fn => 'fa_mc_upg1_pkg.set_conversion_status');
976: app_exception.raise_exception;
977:
978: END set_conversion_status;
979:
980:

Line 1182: app_exception.raise_exception;

1178: NULL,
1179: 'SE');
1180: fa_srvr_msg.add_sql_error (
1181: calling_fn => 'fa_mc_upg1_pkg.get_candidate_assets');
1182: app_exception.raise_exception;
1183:
1184: WHEN OTHERS THEN
1185: FND_CONCURRENT.AF_ROLLBACK ;
1186: set_conversion_status(

Line 1195: app_exception.raise_exception;

1191: NULL,
1192: 'SE');
1193: fa_srvr_msg.add_sql_error (
1194: calling_fn => 'fa_mc_upg1_pkg.get_candidate_assets');
1195: app_exception.raise_exception;
1196:
1197: END get_candidate_assets;
1198:
1199:

Line 1234: app_exception.raise_exception;

1230: EXCEPTION
1231: WHEN OTHERS THEN
1232: fa_srvr_msg.add_sql_error (
1233: calling_fn => 'fa_mc_upg1_pkg.get_currency_precision');
1234: app_exception.raise_exception;
1235:
1236: END get_currency_precision;
1237:
1238:

Line 1309: app_exception.raise_exception;

1305: token1 => 'REPORTING_BOOK',
1306: value1 => G_rbook_name);
1307: fa_srvr_msg.add_sql_error (
1308: calling_fn => 'fa_mc_upg1_pkg.get_rate_info');
1309: app_exception.raise_exception;
1310:
1311: END get_rate_info;
1312:
1313:

Line 1378: app_exception.raise_exception;

1374: token1 => 'BOOK',
1375: value1 => p_book_type_code,
1376: token2 => 'REPORTING_BOOK',
1377: value2 => G_rbook_name);
1378: app_exception.raise_exception;
1379:
1380: WHEN in_process THEN
1381: fa_srvr_msg.add_message (
1382: calling_fn => 'fa_mc_upg1_pkg.check_preview_status',

Line 1388: app_exception.raise_exception;

1384: token1 => 'BOOK',
1385: value1 => p_book_type_code,
1386: token2 => 'REPORTING_BOOK',
1387: value2 => G_rbook_name);
1388: app_exception.raise_exception;
1389:
1390: WHEN no_select THEN
1391: fa_srvr_msg.add_message (
1392: calling_fn => 'fa_mc_upg1_pkg.check_preview_status',

Line 1398: app_exception.raise_exception;

1394: token1 => 'BOOK',
1395: value1 => p_book_type_code,
1396: token2 => 'REPORTING_BOOK',
1397: value2 => G_rbook_name);
1398: app_exception.raise_exception;
1399:
1400: WHEN OTHERS THEN
1401: fa_srvr_msg.add_sql_error (
1402: calling_fn => 'fa_mc_upg1_pkg.check_preview_status');

Line 1403: app_exception.raise_exception;

1399:
1400: WHEN OTHERS THEN
1401: fa_srvr_msg.add_sql_error (
1402: calling_fn => 'fa_mc_upg1_pkg.check_preview_status');
1403: app_exception.raise_exception;
1404:
1405: END check_preview_status;
1406:
1407:

Line 1456: app_exception.raise_exception;

1452:
1453: when others then
1454: fa_srvr_msg.add_sql_error (
1455: calling_fn => 'fa_mc_upg1_pkg.convert_reporting_book=>validate_setup');
1456: app_exception.raise_exception;
1457:
1458: end;
1459:
1460: begin

Line 1478: app_exception.raise_exception;

1474:
1475: when others then
1476: fa_srvr_msg.add_sql_error (
1477: calling_fn => 'fa_mc_upg1_pkg.convert_reporting_book=>get_conversion_info');
1478: app_exception.raise_exception;
1479:
1480: end;
1481:
1482: begin

Line 1501: app_exception.raise_exception;

1497:
1498: when others then
1499: fa_srvr_msg.add_sql_error (
1500: calling_fn => 'fa_mc_upg1_pkg.convert_reporting_book=>get_rate_info');
1501: app_exception.raise_exception;
1502:
1503: end;
1504:
1505: begin

Line 1517: app_exception.raise_exception;

1513:
1514: when others then
1515: fa_srvr_msg.add_sql_error (
1516: calling_fn => 'fa_mc_upg1_pkg.convert_reporting_book=>get_currency_precision');
1517: app_exception.raise_exception;
1518:
1519: end;
1520:
1521: begin

Line 1534: app_exception.raise_exception;

1530:
1531: when others then
1532: fa_srvr_msg.add_sql_error (
1533: calling_fn => 'fa_mc_upg1_pkg.convert_reporting_book=>check_preview_status');
1534: app_exception.raise_exception;
1535:
1536: end;
1537:
1538: begin

Line 1552: app_exception.raise_exception;

1548:
1549: when others then
1550: fa_srvr_msg.add_sql_error (
1551: calling_fn => 'fa_mc_upg1_pkg.convert_reporting_book=>validate_rate');
1552: app_exception.raise_exception;
1553:
1554: end;
1555:
1556: begin

Line 1572: app_exception.raise_exception;

1568:
1569: when others then
1570: fa_srvr_msg.add_sql_error (
1571: calling_fn => 'fa_mc_upg1_pkg.convert_reporting_book=>set_conversion_status');
1572: app_exception.raise_exception;
1573:
1574: end;
1575:
1576: begin

Line 1594: app_exception.raise_exception;

1590:
1591: when others then
1592: fa_srvr_msg.add_sql_error (
1593: calling_fn => 'fa_mc_upg1_pkg.convert_reporting_book=>convert_assets');
1594: app_exception.raise_exception;
1595:
1596: end;
1597:
1598: EXCEPTION

Line 1602: app_exception.raise_exception;

1598: EXCEPTION
1599: WHEN OTHERS THEN
1600: fa_srvr_msg.add_sql_error (
1601: calling_fn => 'fa_mc_upg1_pkg.convert_reporting_book');
1602: app_exception.raise_exception;
1603: END convert_reporting_book;
1604:
1605:
1606: PROCEDURE convert_assets(

Line 1898: app_exception.raise_exception;

1894: value1 => to_char(l_assets_processed));
1895:
1896: fa_srvr_msg.add_sql_error (
1897: calling_fn => 'fa_mc_upg1_pkg.convert_assets');
1898: app_exception.raise_exception;
1899:
1900: END convert_assets;
1901:
1902: PROCEDURE Write_ErrMsg_Log(