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 3594: FROM fa_distribution_history

3590:
3591: -- This cursor is used to get all the active distributions for an asset
3592: CURSOR l_disthist_csr(p_asset_id NUMBER, p_book_type_code VARCHAR2) IS
3593: SELECT distribution_id, units_assigned, retirement_id, transaction_units
3594: FROM fa_distribution_history
3595: WHERE asset_id = p_asset_id
3596: AND book_type_code = p_book_type_code
3597: AND date_ineffective IS NULL
3598: AND transaction_header_id_out IS NULL