DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on FA_BOOK_CONTROLS

Line 2453: fa_book_controls fbc,

2449: p_chr_id in number) is
2450: select fb.asset_id,
2451: fb.book_type_code
2452: from fa_books fb,
2453: fa_book_controls fbc,
2454: okc_k_items cim,
2455: okc_k_lines_b cleb_fa
2456: where fb.asset_id = cim.object1_id1
2457: and fb.book_type_code = fbc.book_type_code

Line 6631: fa_book_controls fbc,

6627: IS
6628: SELECT fab.asset_id,
6629: fab.book_type_code
6630: FROM fa_additions fad,
6631: fa_book_controls fbc,
6632: fa_books fab
6633: WHERE fad.asset_number = p_asset_number
6634: AND fab.asset_id = fad.asset_id
6635: AND fab.book_type_code = fbc.book_type_code