DBA Data[Home] [Help]

APPS.FA_GROUP_RECLASS2_PVT dependencies on FA_MC_RETIREMENTS

Line 1942: from fa_mc_retirements ret

1938: and th1.transaction_type_code in ('PARTIAL RETIREMENT','FULL RETIREMENT'));
1939:
1940: cursor FA_RET_RSV_MRC is
1941: select sum(nvl(ret.reserve_retired,0) - nvl(ret.eofy_reserve,0))
1942: from fa_mc_retirements ret
1943: where ret.book_type_code = h_book_type_code
1944: and ret.asset_id = h_member_asset_id
1945: and ret.set_of_books_id = h_set_of_books_id
1946: and ret.transaction_header_id_in in