DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on FA_BOOK_CONTROLS

Line 2477: fa_book_controls fbc,

2473: p_chr_id in number) is
2474: select fb.asset_id,
2475: fb.book_type_code
2476: from fa_books fb,
2477: fa_book_controls fbc,
2478: okc_k_items cim,
2479: okc_k_lines_b cleb_fa
2480: where fb.asset_id = cim.object1_id1
2481: and fb.book_type_code = fbc.book_type_code

Line 6940: fa_book_controls fbc,

6936: IS
6937: SELECT fab.asset_id,
6938: fab.book_type_code
6939: FROM fa_additions fad,
6940: fa_book_controls fbc,
6941: fa_books fab
6942: WHERE fad.asset_number = p_asset_number
6943: AND fab.asset_id = fad.asset_id
6944: AND fab.book_type_code = fbc.book_type_code