DBA Data[Home] [Help]

APPS.FA_GROUP_RECLASS2_PVT dependencies on FA_GROUP_RECLASS2_PVT

Line 1: PACKAGE BODY FA_GROUP_RECLASS2_PVT AS

1: PACKAGE BODY FA_GROUP_RECLASS2_PVT AS
2: /* $Header: FAVGRECB.pls 120.51.12010000.4 2009/02/21 00:38:11 bmaddine ship $ */
3:
4: TYPE num_tbl IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
5: TYPE date_tbl IS TABLE OF DATE INDEX BY BINARY_INTEGER;

Line 617: if not FA_GROUP_RECLASS2_PVT.do_adjustment

613: -- If the asset was moved out of a group, deduct the asset's cost from the old group
614: if (l_src_asset_type_rec.asset_type <> 'GROUP' and
615: nvl(l_dest_asset_fin_rec_old.tracking_method,'NONE') <> 'CALCULATE') or
616: px_group_reclass_options_rec.group_reclass_type = 'MANUAL' then
617: if not FA_GROUP_RECLASS2_PVT.do_adjustment
618: (px_trans_rec => px_src_trans_rec,
619: p_asset_hdr_rec => l_src_asset_hdr_rec,
620: p_asset_desc_rec => l_src_asset_desc_rec,
621: p_asset_type_rec => l_src_asset_type_rec,

Line 1057: if not FA_GROUP_RECLASS2_PVT.do_adjustment

1053: if (l_dest_asset_type_rec.asset_type <> 'GROUP' and
1054: nvl(l_src_asset_fin_rec_old.tracking_method,'NONE') <> 'CALCULATE' ) or
1055: (px_group_reclass_options_rec.group_reclass_type = 'MANUAL') then
1056: -- l_dest_asset_type_rec.asset_type = 'GROUP') then
1057: if not FA_GROUP_RECLASS2_PVT.do_adjustment
1058: (px_trans_rec => px_dest_trans_rec,
1059: p_asset_hdr_rec => l_dest_asset_hdr_rec,
1060: p_asset_desc_rec => l_dest_asset_desc_rec,
1061: p_asset_type_rec => l_dest_asset_type_rec,

Line 1486: if not fa_group_reclass2_pvt.populate_member_amounts

1482: if (p_log_level_rec.statement_level) then
1483: fa_debug_pkg.add(l_calling_fn, 'entering','populate member amounts logic', p_log_level_rec);
1484: end if;
1485:
1486: if not fa_group_reclass2_pvt.populate_member_amounts
1487: (p_trans_rec => px_trans_rec,
1488: p_asset_hdr_rec => p_asset_hdr_rec,
1489: p_asset_fin_rec_new => p_asset_fin_rec_new,
1490: p_mem_asset_hdr_rec => p_mem_asset_hdr_rec,

Line 1640: if not fa_group_reclass2_pvt.populate_member_amounts

1636: l_total_rsv_amount := nvl(px_group_reclass_options_rec.reserve_amount, 0);
1637: if nvl(px_group_reclass_options_rec.source_eofy_reserve,0) = 0 then
1638: l_group_reclass_options_rec := px_group_reclass_options_rec;
1639: -- Call populate member amounts to get eofy_reserve;
1640: if not fa_group_reclass2_pvt.populate_member_amounts
1641: (p_trans_rec => px_trans_rec,
1642: p_asset_hdr_rec => p_asset_hdr_rec,
1643: p_asset_fin_rec_new => p_asset_fin_rec_new,
1644: p_mem_asset_hdr_rec => p_mem_asset_hdr_rec,

Line 2465: END FA_GROUP_RECLASS2_PVT;

2461:
2462: end populate_member_amounts;
2463:
2464:
2465: END FA_GROUP_RECLASS2_PVT;