DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on FA_ASSET_VAL_PVT

Line 2976: ELSIF FA_ASSET_VAL_PVT.validate_period_of_addition

2972: IF x_add_to_asset_id is NULL THEN
2973: x_amort_flag := Null;
2974: l_amortization_start_date := NULL;
2975: /* If asset is in period of addition */
2976: ELSIF FA_ASSET_VAL_PVT.validate_period_of_addition
2977: (p_asset_id => x_add_to_asset_id,
2978: p_book => x_book_type_code,
2979: p_mode => 'ABSOLUTE',
2980: px_period_of_addition => x_period_of_addition) THEN

Line 3828: IF NOT FA_ASSET_VAL_PVT.validate_exp_after_amort(curr_add_to_asset_id,

3824: /* If asset in FA cannot be expensed and it allows amortization of adjustments
3825: then set the amortize_flag to 'Y' even if the corresponding asset in
3826: PA does not have 'amortize adjustments' checked. Else pass the value what
3827: ever is set at the asset level in PA */
3828: IF NOT FA_ASSET_VAL_PVT.validate_exp_after_amort(curr_add_to_asset_id,
3829: assetlinerec.book_type_code) THEN
3830: pa_debug.debug('Asset in FA cannot be expensed '||curr_add_to_asset_id);
3831: assetlinerec.amortize_flag := 'YES';
3832: l_amortize_flag := 'YES'; -- bug 4508689