DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FA_DEPRN_SUMMARY

Line 1257: fa_deprn_summary ds

1253: l_book_type_code in varchar2) is
1254: select bc.book_type_code,nvl(bc.allow_backdated_transfers_flag,'Y')
1255: from fa_book_controls bc,
1256: fa_books bk,
1257: fa_deprn_summary ds
1258: where bk.asset_id = l_asset_id
1259: and bk.book_type_code = bc.book_type_code
1260: and bk.date_ineffective is null
1261: and nvl(bc.date_ineffective, sysdate+1) > sysdate