DBA Data[Home] [Help]

APPS.JL_ZZ_FA_DEPRN_ADJ_PKG dependencies on FA_CATEGORY_BOOKS

Line 1150: FROM fa_category_books c,

1146: GROUP BY b.code_combination_id,1
1147: UNION
1148: SELECT nvl(sum(a.period_adjustment_amount),0) adjst_amount,
1149: c.reval_reserve_account_ccid ccid, 2 ident
1150: FROM fa_category_books c,
1151: fa_additions b,
1152: jl_zz_fa_retiremnt_adjs a
1153: WHERE a.book_type_code = p_book_type_code
1154: AND a.period_counter = g_period_counter1