DBA Data[Home] [Help]

APPS.FA_CUA_MASS_EXT_RET_PKG dependencies on FND_CONCURRENT

Line 1342: FND_CONCURRENT.AF_COMMIT;

1338:
1339: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
1340: -- x_return_status := FND_API.G_RET_STS_ERROR;
1341:
1342: FND_CONCURRENT.AF_COMMIT;
1343: x_return_status := 1;
1344:
1345: WHEN Validation_Error THEN
1346:

Line 1347: FND_CONCURRENT.AF_ROLLBACK;

1343: x_return_status := 1;
1344:
1345: WHEN Validation_Error THEN
1346:
1347: FND_CONCURRENT.AF_ROLLBACK;
1348: if(g_log_level_rec.statement_level) then
1349: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
1350: end if;
1351:

Line 1385: FND_CONCURRENT.AF_COMMIT;

1381: p_db_error => '',
1382: p_mode => 'W');
1383:
1384: end if;
1385: FND_CONCURRENT.AF_COMMIT;
1386: x_return_status := 1;
1387:
1388: WHEN Fully_Reserved_Error THEN
1389:

Line 1390: FND_CONCURRENT.AF_ROLLBACK;

1386: x_return_status := 1;
1387:
1388: WHEN Fully_Reserved_Error THEN
1389:
1390: FND_CONCURRENT.AF_ROLLBACK;
1391: if(g_log_level_rec.statement_level) then
1392: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
1393: end if;
1394:

Line 1413: FND_CONCURRENT.AF_COMMIT;

1409: p_app_short_name => 'OFA',
1410: p_db_error => '',
1411: p_mode => 'W');
1412:
1413: FND_CONCURRENT.AF_COMMIT;
1414: x_return_status := 1;
1415:
1416:
1417: WHEN OTHERS THEN

Line 1419: FND_CONCURRENT.AF_COMMIT;

1415:
1416:
1417: WHEN OTHERS THEN
1418:
1419: FND_CONCURRENT.AF_COMMIT;
1420:
1421: if(g_log_level_rec.statement_level) then
1422: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
1423: end if;

Line 1443: FND_CONCURRENT.AF_COMMIT;

1439: p_app_short_name => lv_message,
1440: p_db_error => SQLCODE,
1441: p_mode => 'W');
1442:
1443: FND_CONCURRENT.AF_COMMIT;
1444: x_return_status := 1;
1445:
1446: End; /* validation subblock ends */
1447:

Line 1480: FND_CONCURRENT.AF_COMMIT;

1476: WHEN done_exc then
1477: x_success_count := G_success_count;
1478: x_failure_count := G_failure_count;
1479: x_return_status := 0;
1480: FND_CONCURRENT.AF_COMMIT;
1481:
1482: if (g_log_level_rec.statement_level) then
1483: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
1484: end if;

Line 1489: FND_CONCURRENT.AF_COMMIT;

1485:
1486: -- msiddiqu Feb-24-2001
1487: WHEN pending_batch THEN
1488:
1489: FND_CONCURRENT.AF_COMMIT;
1490:
1491: UPDATE fa_mass_Ext_retirements
1492: SET review_status = 'ERROR',
1493: last_update_date = sysdate,

Line 1514: FND_CONCURRENT.AF_COMMIT;

1510: x_success_count := G_success_count;
1511: x_failure_count := G_failure_count;
1512:
1513: -- end of modification msiddiqu Feb-24-2001
1514: FND_CONCURRENT.AF_COMMIT;
1515: x_return_status := 2;
1516:
1517: if (g_log_level_rec.statement_level) then
1518: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);

Line 1524: FND_CONCURRENT.AF_COMMIT;

1520:
1521:
1522: WHEN Init_problem THEN
1523:
1524: FND_CONCURRENT.AF_COMMIT;
1525:
1526: write_message(
1527: p_asset_number => g_asset_number,
1528: p_book_type_code => g_book_type_code,

Line 1549: FND_CONCURRENT.AF_COMMIT;

1545:
1546:
1547: WHEN Others THEN
1548:
1549: FND_CONCURRENT.AF_COMMIT;
1550:
1551: write_message(
1552: p_asset_number => g_asset_number,
1553: p_book_type_code => g_book_type_code,