DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FND_API

Line 901: if (nvl(px_asset_fin_rec_new.extended_deprn_flag,'X') in ('N','D',FND_API.G_MISS_CHAR)) then

897: -- assets... also changed passed value to be adj_rec_cost - BMR
898:
899: ---------Added by Satish Byreddy As part of Reverse Catch up calculation Bug No. 6951549
900:
901: if (nvl(px_asset_fin_rec_new.extended_deprn_flag,'X') in ('N','D',FND_API.G_MISS_CHAR)) then
902: l_reset_extend_flag := TRUE;
903: l_extended_flag := FALSE; -- Bug 6737486 don't need validations when resetting
904: ELSE
905: l_reset_extend_flag := FALSE;

Line 2683: -- If the value of p_asset_fin_rec_adj.reval_ceiling is FND_API.G_MISS_NUM then make it NULL

2679: */
2680:
2681:
2682: -- Adding this for the BUG 2620221
2683: -- If the value of p_asset_fin_rec_adj.reval_ceiling is FND_API.G_MISS_NUM then make it NULL
2684: -- And after this calculate the value of New Reval Ceiling differently when the Adjusted Reval
2685: -- Ceiling is NULL.
2686: if (p_asset_fin_rec_adj.reval_ceiling = FND_API.G_MISS_NUM) then
2687: l_reval_ceiling_adj := null;

Line 2686: if (p_asset_fin_rec_adj.reval_ceiling = FND_API.G_MISS_NUM) then

2682: -- Adding this for the BUG 2620221
2683: -- If the value of p_asset_fin_rec_adj.reval_ceiling is FND_API.G_MISS_NUM then make it NULL
2684: -- And after this calculate the value of New Reval Ceiling differently when the Adjusted Reval
2685: -- Ceiling is NULL.
2686: if (p_asset_fin_rec_adj.reval_ceiling = FND_API.G_MISS_NUM) then
2687: l_reval_ceiling_adj := null;
2688: else
2689: l_reval_ceiling_adj := p_asset_fin_rec_adj.reval_ceiling;
2690: end if;

Line 4746: nvl(px_asset_fin_rec_new.group_asset_id,FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM /* OR Commented and added above for ENH 12600386

4742: ( ((nvl(p_trans_rec.transaction_key, 'XX') not in ('MR', 'MS','GC')) and p_asset_type_rec.asset_type = 'GROUP')
4743: OR
4744: (p_asset_type_rec.asset_type = 'CAPITALIZED' and
4745: ((px_asset_fin_rec_new.depreciate_flag = 'YES' AND Nvl(fa_cache_pkg.fazcdbr_record.rule_name, 'ZZ') <> 'ENERGY PERIOD END BALANCE' ) OR
4746: nvl(px_asset_fin_rec_new.group_asset_id,FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM /* OR Commented and added above for ENH 12600386
4747: fa_cache_pkg.fazcdbr_record.rule_name <> 'ENERGY PERIOD END BALANCE' */ )) ) then
4748:
4749: if (nvl(p_asset_deprn_rec_adj.deprn_reserve,0) <> 0 OR
4750: nvl(p_asset_deprn_rec_adj.ytd_deprn,0) <> 0) then