DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on FA_ADDITIONS

Line 1489: FROM fa_additions

1485: /* To find the asset number */
1486:
1487: CURSOR c_asset_num IS
1488: SELECT asset_number
1489: FROM fa_additions
1490: WHERE asset_id=l_asset_hdr_rec.asset_id;
1491:
1492: /* get the closing det balances record */
1493: CURSOR c_closing_det_balances( p_old_dist IGI_IAC_ADJUSTMENTS.distribution_id%TYPE,

Line 1542: l_asset_num FA_ADDITIONS.asset_number%TYPE;

1538: l_adj_id IGI_IAC_ADJUSTMENTS.adjustment_id%TYPE;
1539: l_current_period_counter FA_DEPRN_PERIODS.period_counter%TYPE;
1540: l_start_period_counter FA_DEPRN_PERIODS.period_counter%TYPE;
1541:
1542: l_asset_num FA_ADDITIONS.asset_number%TYPE;
1543: l_units FA_DISTRIBUTION_HISTORY.units_assigned%TYPE;
1544: l_reval_reserve IGI_IAC_DET_BALANCES.reval_reserve_cost%TYPE;
1545: l_general_fund IGI_IAC_DET_BALANCES.general_fund_acc%TYPE;
1546: l_Backlog_deprn_reserve IGI_IAC_DET_BALANCES.deprn_reserve_backlog%TYPE;

Line 2168: FROM fa_additions

2164: /* To find the asset number */
2165:
2166: CURSOR c_asset_num IS
2167: SELECT asset_number
2168: FROM fa_additions
2169: WHERE asset_id=l_asset_hdr_rec.asset_id;
2170:
2171: /* get the closing det balances record */
2172: CURSOR c_closing_det_balances( p_old_dist IGI_IAC_ADJUSTMENTS.distribution_id%type,

Line 2220: l_asset_num FA_ADDITIONS.asset_number%type;

2216: l_adj_id IGI_IAC_ADJUSTMENTS.adjustment_id%type;
2217: l_current_period_counter FA_DEPRN_PERIODS.period_counter%type;
2218: l_start_period_counter FA_DEPRN_PERIODS.period_counter%type;
2219:
2220: l_asset_num FA_ADDITIONS.asset_number%type;
2221: l_units FA_DISTRIBUTION_HISTORY.units_assigned%type;
2222: l_reval_reserve IGI_IAC_DET_BALANCES.reval_reserve_cost%type;
2223: l_general_fund IGI_IAC_DET_BALANCES.general_fund_acc%type;
2224: l_Backlog_deprn_reserve IGI_IAC_DET_BALANCES.deprn_reserve_backlog%type;