DBA Data[Home] [Help]

APPS.FA_MASSADD_PKG dependencies on FA_UTIL_PVT

Line 1465: if not FA_UTIL_PVT.get_asset_desc_rec

1461: l_trans_rec.transaction_name := null;
1462: l_trans_rec.amortization_start_date := null;
1463:
1464: -- get the assets current units
1465: if not FA_UTIL_PVT.get_asset_desc_rec
1466: (p_asset_hdr_rec => l_asset_hdr_rec,
1467: px_asset_desc_rec => l_asset_desc_rec
1468: ) then
1469: raise error_found_trx;

Line 2359: if not FA_UTIL_PVT.get_period_rec

2355:
2356: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
2357:
2358: -- get corp period info
2359: if not FA_UTIL_PVT.get_period_rec
2360: (p_book => p_book_type_code,
2361: p_period_counter => fa_cache_pkg.fazcbc_record.last_period_counter + 1,
2362: x_period_rec => l_period_rec
2363: ) then

Line 2368: if not FA_UTIL_PVT.get_period_rec

2364: raise massadd_err;
2365: end if;
2366:
2367: -- get corp period info
2368: if not FA_UTIL_PVT.get_period_rec
2369: (p_book => p_book_type_code,
2370: p_period_counter => fa_cache_pkg.fazcbc_record.last_period_counter + 1,
2371: x_period_rec => l_period_rec
2372: ) then