DBA Data[Home] [Help]

APPS.FA_INVOICE_PVT dependencies on FA_UTILS_PKG

Line 1336: if not FA_UTILS_PKG.faxrnd(px_inv_rec.fixed_assets_cost,

1332:
1333: BEGIN
1334:
1335: -- Bug:5916116
1336: if not FA_UTILS_PKG.faxrnd(px_inv_rec.fixed_assets_cost,
1337: p_asset_hdr_rec.book_type_code) then
1338: raise error_found;
1339: end if;
1340:

Line 1368: if not FA_UTILS_PKG.faxrnd(px_inv_rec.payables_cost,

1364: */
1365:
1366: if (p_asset_hdr_rec.period_of_addition = 'Y') then
1367: -- Bug:5916116
1368: if not FA_UTILS_PKG.faxrnd(px_inv_rec.payables_cost,
1369: p_asset_hdr_rec.book_type_code) then
1370: raise error_found;
1371: end if;
1372:

Line 1378: if not FA_UTILS_PKG.faxrnd(px_inv_rec.fixed_assets_cost,

1374: nvl(px_inv_rec.payables_cost,
1375: nvl(px_inv_rec.fixed_assets_cost, 0));
1376: end if;
1377:
1378: if not FA_UTILS_PKG.faxrnd(px_inv_rec.fixed_assets_cost,
1379: p_asset_hdr_rec.book_type_code) then
1380: raise error_found;
1381: end if;
1382:

Line 1383: if not FA_UTILS_PKG.faxrnd(px_inv_rec.payables_cost,

1379: p_asset_hdr_rec.book_type_code) then
1380: raise error_found;
1381: end if;
1382:
1383: if not FA_UTILS_PKG.faxrnd(px_inv_rec.payables_cost,
1384: p_asset_hdr_rec.book_type_code) then
1385: raise error_found;
1386: end if;
1387:

Line 1388: if not FA_UTILS_PKG.faxrnd(px_inv_rec.cip_cost,

1384: p_asset_hdr_rec.book_type_code) then
1385: raise error_found;
1386: end if;
1387:
1388: if not FA_UTILS_PKG.faxrnd(px_inv_rec.cip_cost,
1389: p_asset_hdr_rec.book_type_code) then
1390: raise error_found;
1391: end if;
1392:

Line 1394: if not FA_UTILS_PKG.faxrnd(px_inv_rec.payables_cost,

1390: raise error_found;
1391: end if;
1392:
1393: /*
1394: if not FA_UTILS_PKG.faxrnd(px_inv_rec.payables_cost,
1395: p_asset_hdr_rec.book_type_code) then
1396: raise error_found;
1397: end if;
1398: */

Line 1422: if not FA_UTILS_PKG.faxrnd(px_inv_rec.ytd_deprn,

1418:
1419: -- Bug 4243541 : Load fin_rec_new from deprn_rec
1420: px_asset_fin_rec_new.reval_amortization_basis := px_asset_deprn_rec_new.reval_amortization_basis;
1421:
1422: if not FA_UTILS_PKG.faxrnd(px_inv_rec.ytd_deprn,
1423: p_asset_hdr_rec.book_type_code) then
1424: raise error_found;
1425: end if;
1426:

Line 1427: if not FA_UTILS_PKG.faxrnd(px_inv_rec.deprn_reserve ,

1423: p_asset_hdr_rec.book_type_code) then
1424: raise error_found;
1425: end if;
1426:
1427: if not FA_UTILS_PKG.faxrnd(px_inv_rec.deprn_reserve ,
1428: p_asset_hdr_rec.book_type_code) then
1429: raise error_found;
1430: end if;
1431:

Line 1432: if not FA_UTILS_PKG.faxrnd(px_inv_rec.bonus_ytd_deprn ,

1428: p_asset_hdr_rec.book_type_code) then
1429: raise error_found;
1430: end if;
1431:
1432: if not FA_UTILS_PKG.faxrnd(px_inv_rec.bonus_ytd_deprn ,
1433: p_asset_hdr_rec.book_type_code) then
1434: raise error_found;
1435: end if;
1436:

Line 1437: if not FA_UTILS_PKG.faxrnd(px_inv_rec.bonus_deprn_reserve ,

1433: p_asset_hdr_rec.book_type_code) then
1434: raise error_found;
1435: end if;
1436:
1437: if not FA_UTILS_PKG.faxrnd(px_inv_rec.bonus_deprn_reserve ,
1438: p_asset_hdr_rec.book_type_code) then
1439: raise error_found;
1440: end if;
1441:

Line 1442: if not FA_UTILS_PKG.faxrnd(px_inv_rec.reval_ytd_deprn ,

1438: p_asset_hdr_rec.book_type_code) then
1439: raise error_found;
1440: end if;
1441:
1442: if not FA_UTILS_PKG.faxrnd(px_inv_rec.reval_ytd_deprn ,
1443: p_asset_hdr_rec.book_type_code) then
1444: raise error_found;
1445: end if;
1446:

Line 1447: if not FA_UTILS_PKG.faxrnd(px_inv_rec.reval_deprn_reserve ,

1443: p_asset_hdr_rec.book_type_code) then
1444: raise error_found;
1445: end if;
1446:
1447: if not FA_UTILS_PKG.faxrnd(px_inv_rec.reval_deprn_reserve ,
1448: p_asset_hdr_rec.book_type_code) then
1449: raise error_found;
1450: end if;
1451:

Line 1452: if not FA_UTILS_PKG.faxrnd(px_inv_rec.reval_amortization_basis,

1448: p_asset_hdr_rec.book_type_code) then
1449: raise error_found;
1450: end if;
1451:
1452: if not FA_UTILS_PKG.faxrnd(px_inv_rec.reval_amortization_basis,
1453: p_asset_hdr_rec.book_type_code) then
1454: raise error_found;
1455: end if;
1456:

Line 1457: if not FA_UTILS_PKG.faxrnd( px_asset_fin_rec_new.reval_amortization_basis,

1453: p_asset_hdr_rec.book_type_code) then
1454: raise error_found;
1455: end if;
1456:
1457: if not FA_UTILS_PKG.faxrnd( px_asset_fin_rec_new.reval_amortization_basis,
1458: p_asset_hdr_rec.book_type_code) then
1459: raise error_found;
1460: end if;
1461: end if;