DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on FA_ASSET_VAL_PVT

Line 3338: ELSIF FA_ASSET_VAL_PVT.validate_period_of_addition

3334: IF x_add_to_asset_id is NULL THEN
3335: x_amort_flag := Null;
3336: l_amortization_start_date := NULL;
3337: /* If asset is in period of addition */
3338: ELSIF FA_ASSET_VAL_PVT.validate_period_of_addition
3339: (p_asset_id => x_add_to_asset_id,
3340: p_book => x_book_type_code,
3341: p_mode => 'ABSOLUTE',
3342: px_period_of_addition => x_period_of_addition) THEN

Line 4212: IF NOT FA_ASSET_VAL_PVT.validate_exp_after_amort(curr_add_to_asset_id,

4208: /* If asset in FA cannot be expensed and it allows amortization of adjustments
4209: then set the amortize_flag to 'Y' even if the corresponding asset in
4210: PA does not have 'amortize adjustments' checked. Else pass the value what
4211: ever is set at the asset level in PA */
4212: IF NOT FA_ASSET_VAL_PVT.validate_exp_after_amort(curr_add_to_asset_id,
4213: assetlinerec.book_type_code) THEN
4214: pa_debug.debug('Asset in FA cannot be expensed '||curr_add_to_asset_id);
4215: assetlinerec.amortize_flag := 'YES';
4216: l_amortize_flag := 'YES'; -- bug 4508689