DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_ADDITION_PVT

Line 210: if (NOT fa_addition_pvt.initialize (

206: raise add_err1;
207: end if;
208:
209: -- Initialize the incoming values.
210: if (NOT fa_addition_pvt.initialize (
211: px_trans_rec => px_trans_rec,
212: px_dist_trans_rec => px_dist_trans_rec,
213: px_asset_hdr_rec => px_asset_hdr_rec,
214: px_asset_desc_rec => px_asset_desc_rec,

Line 360: if (NOT fa_addition_pvt.initialize (

356: l_asset_fin_rec := NULL;
357: l_asset_deprn_rec_new := NULL;
358:
359: -- Initialize the incoming values.
360: if (NOT fa_addition_pvt.initialize (
361: px_trans_rec => l_trans_rec,
362: px_dist_trans_rec => px_dist_trans_rec,
363: px_asset_hdr_rec => l_asset_hdr_rec,
364: px_asset_desc_rec => px_asset_desc_rec,

Line 468: if (NOT fa_addition_pvt.initialize_jp (

464:
465: end if;
466: -- Bug 13022905
467: if NVL(l_japan_tax_reform,'N') = 'Y' then
468: if (NOT fa_addition_pvt.initialize_jp (
469: px_trans_rec => px_trans_rec,
470: px_asset_hdr_rec => px_asset_hdr_rec,
471: px_asset_fin_rec => l_asset_fin_rec_new,
472: px_asset_deprn_rec => px_asset_deprn_rec,

Line 727: if (NOT fa_addition_pvt.insert_asset (

723: G_release <> 11) then
724: l_mrc_asset_deprn_rec_new.prior_fy_expense := 0;
725: end if;
726:
727: if (NOT fa_addition_pvt.insert_asset (
728: p_trans_rec => l_trans_rec,
729: p_dist_trans_rec => px_dist_trans_rec,
730: p_asset_hdr_rec => l_mrc_asset_hdr_rec,
731: p_asset_desc_rec => px_asset_desc_rec,