DBA Data[Home] [Help]

APPS.JL_ZZ_FA_REVAL_RULES_PKG dependencies on FA_BOOKS

Line 95: -- those with fa_books.global_attribute1 = 'Y'. --

91: ------------------------------------------------------------
92: -- Cursor: adjustable_assets --
93: -- --
94: -- Fetch all the assets which can be inflation adjusted, --
95: -- those with fa_books.global_attribute1 = 'Y'. --
96: -- --
97: -- fa_additions.global_attribute1 stores the date when the--
98: -- asset has to start to be adjusted. --
99: ------------------------------------------------------------

Line 113: , fa_books b

109: rownum counter
110: FROM
111: fa_category_books c
112: , fa_additions a
113: , fa_books b
114: , fa_transaction_headers th
115: WHERE b.book_type_code = p_book_type_code
116: AND b.cost <> 0
117: AND b.global_attribute1 = 'Y'