DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on FA_MC_ADJUSTMENTS

Line 375: from FA_MC_ADJUSTMENTS will give the accounted balances.

371: EXPENSE, RESERVE and REVAL RESERVE CCID's. The total debit and credit
372: amounts for each CCID retrieved is stored in an array and each CCID
373: will have 1 entry in the array and running total is maintained. The
374: sum from FA_ADJUSTMENTS will give the entered balances and the sum
375: from FA_MC_ADJUSTMENTS will give the accounted balances.
376: ************************************************************************ */
377: -- join conditions added to the cursor inorder to resolve MRC Upgrade issue
378: CURSOR adj_bal IS
379: SELECT nvl(sum(maj.adjustment_amount),0),

Line 384: fa_mc_adjustments maj,

380: nvl(sum(aj.adjustment_amount),0),
381: aj.code_combination_id,
382: aj.debit_credit_flag
383: FROM
384: fa_mc_adjustments maj,
385: fa_adjustments aj,
386: fa_mc_conversion_rates cr
387: WHERE
388: cr.set_of_books_id = p_rsob_id AND