DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on FA_DISTRIBUTION_HISTORY

Line 1775: FROM fa_distribution_history

1771:
1772: --This cursor is used to get all the active distributions for an asset
1773: CURSOR l_disthist_csr(p_asset_id NUMBER, p_book_type_code VARCHAR2) IS
1774: SELECT distribution_id, units_assigned, retirement_id, transaction_units
1775: FROM fa_distribution_history
1776: WHERE asset_id = p_asset_id
1777: AND book_type_code = p_book_type_code
1778: AND date_ineffective IS NULL
1779: AND transaction_header_id_out IS NULL

Line 3602: FROM fa_distribution_history

3598:
3599: -- This cursor is used to get all the active distributions for an asset
3600: CURSOR l_disthist_csr(p_asset_id NUMBER, p_book_type_code VARCHAR2) IS
3601: SELECT distribution_id, units_assigned, retirement_id, transaction_units
3602: FROM fa_distribution_history
3603: WHERE asset_id = p_asset_id
3604: AND book_type_code = p_book_type_code
3605: AND date_ineffective IS NULL
3606: AND transaction_header_id_out IS NULL