DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on OKX_AST_CT_BK_DFS_V

Line 15: from okx_ast_ct_bk_dfs_v

11: bk okx_ast_bks_v.book_type_code%TYPE) IS
12: select life_in_months,
13: deprn_method,
14: adjusted_rate
15: from okx_ast_ct_bk_dfs_v
16: where category_id = ctId
17: and nvl(start_dpis, effDat) <= effDat
18: and nvl(end_dpis, effDat+1) > effDat
19: and book_type_code = bk;