DBA Data[Home] [Help]

APPS.FA_TRANSFER_PVT dependencies on FA_DEPRN_DETAIL

Line 614: -- Get information from FA_DEPRN_DETAIL for the Distribution requested

610: raise error_found;
611: end if;
612:
613:
614: -- Get information from FA_DEPRN_DETAIL for the Distribution requested
615:
616: begin
617: if (mrc_sob_type_code = 'R') then
618:

Line 643: FROM fa_deprn_detail dd

639: INTO dd_deprn_exp,
640: dd_reval_deprn_exp,
641: dd_reval_amo,
642: dd_bonus_deprn_exp
643: FROM fa_deprn_detail dd
644: WHERE dd.book_type_code = p_asset_hdr_rec.book_type_code
645: AND dd.asset_id = p_asset_hdr_rec.asset_id
646: AND dd.distribution_id = p_asset_dist_rec.distribution_id
647: AND dd.period_counter between

Line 1625: | Inserts a row into fa_deprn_detail for each row in the Adjustments |

1621: | fadpaa |
1622: | |
1623: | FA Depreciation Process Adjustments Array |
1624: | |
1625: | Inserts a row into fa_deprn_detail for each row in the Adjustments |
1626: | array; then inserts one row into fa_deprn_summary for |
1627: | sum of values in array |
1628: | |
1629: | NOTES |

Line 1640: | fa_deprn_detail table. |

1636: | |
1637: | FUNCTION |
1638: | Calculates adjusted depreciation for a specified asset_id and |
1639: | book_type and stores the distributed depreciation amounts in the |
1640: | fa_deprn_detail table. |
1641: | Returns the total amount of adjusted depreciation on the asset. |
1642: | |
1643: | NOTES |
1644: | This routine was rewritten to handle prior period transfers. Now |