DBA Data[Home] [Help]

APPS.OKL_COPY_ASSET_PVT dependencies on FA_ADDITIONS_B

Line 4309: from fa_additions_b

4305: --Bug# 2981308
4306: --cursor to fetch asset key ccid
4307: cursor l_fab_csr(p_asset_id in number) is
4308: select asset_key_ccid
4309: from fa_additions_b
4310: where asset_id = p_asset_id;
4311:
4312: --Bug# 3621663 : Flat rate support
4313: cursor l_life_in_months_csr (p_deprn_method in varchar2,