DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on FA_ADDITIONS

Line 1522: FROM fa_additions

1518: /* To find the asset number */
1519:
1520: CURSOR c_asset_num IS
1521: SELECT asset_number
1522: FROM fa_additions
1523: WHERE asset_id=l_asset_hdr_rec.asset_id;
1524:
1525: /* get the closing det balances record */
1526: CURSOR c_closing_det_balances( p_old_dist IGI_IAC_ADJUSTMENTS.distribution_id%TYPE,

Line 1575: l_asset_num FA_ADDITIONS.asset_number%TYPE;

1571: l_adj_id IGI_IAC_ADJUSTMENTS.adjustment_id%TYPE;
1572: l_current_period_counter FA_DEPRN_PERIODS.period_counter%TYPE;
1573: l_start_period_counter FA_DEPRN_PERIODS.period_counter%TYPE;
1574:
1575: l_asset_num FA_ADDITIONS.asset_number%TYPE;
1576: l_units FA_DISTRIBUTION_HISTORY.units_assigned%TYPE;
1577: l_reval_reserve IGI_IAC_DET_BALANCES.reval_reserve_cost%TYPE;
1578: l_general_fund IGI_IAC_DET_BALANCES.general_fund_acc%TYPE;
1579: l_Backlog_deprn_reserve IGI_IAC_DET_BALANCES.deprn_reserve_backlog%TYPE;

Line 2201: FROM fa_additions

2197: /* To find the asset number */
2198:
2199: CURSOR c_asset_num IS
2200: SELECT asset_number
2201: FROM fa_additions
2202: WHERE asset_id=l_asset_hdr_rec.asset_id;
2203:
2204: /* get the closing det balances record */
2205: CURSOR c_closing_det_balances( p_old_dist IGI_IAC_ADJUSTMENTS.distribution_id%type,

Line 2253: l_asset_num FA_ADDITIONS.asset_number%type;

2249: l_adj_id IGI_IAC_ADJUSTMENTS.adjustment_id%type;
2250: l_current_period_counter FA_DEPRN_PERIODS.period_counter%type;
2251: l_start_period_counter FA_DEPRN_PERIODS.period_counter%type;
2252:
2253: l_asset_num FA_ADDITIONS.asset_number%type;
2254: l_units FA_DISTRIBUTION_HISTORY.units_assigned%type;
2255: l_reval_reserve IGI_IAC_DET_BALANCES.reval_reserve_cost%type;
2256: l_general_fund IGI_IAC_DET_BALANCES.general_fund_acc%type;
2257: l_Backlog_deprn_reserve IGI_IAC_DET_BALANCES.deprn_reserve_backlog%type;