DBA Data[Home] [Help]

APPS.JL_ZZ_FA_REVAL_RULES_PKG dependencies on FA_ADDITIONS

Line 97: -- fa_additions.global_attribute1 stores the date when the--

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: ------------------------------------------------------------
100:
101: CURSOR adjustable_assets(l_country_code IN VARCHAR2) IS

Line 112: , fa_additions a

108: b.cost cost,
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