DBA Data[Home] [Help]

APPS.FA_POLISH_PVT dependencies on FA_MC_ADJUSTMENTS

Line 1408: from fa_mc_adjustments

1404: select adjustment_amount,
1405: debit_credit_flag
1406: into x_adjustment_amount,
1407: l_debit_credit_flag
1408: from fa_mc_adjustments
1409: where book_type_code = p_Book_Type_Code
1410: and asset_id = p_Asset_Id
1411: and transaction_header_id = p_transaction_header_id
1412: and set_of_books_id = p_set_of_books_id

Line 1750: from fa_mc_adjustments

1746: select adjustment_amount,
1747: debit_credit_flag
1748: into x_retirement_amount,
1749: l_debit_credit_flag
1750: from fa_mc_adjustments
1751: where book_type_code = p_Book_Type_Code
1752: and asset_id = p_Asset_Id
1753: and transaction_header_id = p_transaction_header_id
1754: and source_type_code = 'RETIREMENT'