DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN_PKG dependencies on FARX_C_WD

Line 185: if (FARX_C_WD.mrc_sob_type in ('P','N')) then -- Enhancement Bug 3037321

181:
182: h_mesg_name := 'FA_WHATIF_ASSET_BOOKS';
183:
184: -- bug32118506
185: if (FARX_C_WD.mrc_sob_type in ('P','N')) then -- Enhancement Bug 3037321
186:
187: SELECT decode (mt.rate_source_rule,
188: 'CALCULATED', bk.prorate_date,
189: 'FORMULA', bk.prorate_date,

Line 701: dpr_row.mrc_sob_type_code := FARX_C_WD.mrc_sob_type; -- Enhancement Bug 3037321

697: dpr_row.asset_id := X_asset_id;
698: dpr_row.book := X_book;
699: dpr_row.dist_id := 0;
700: --dpr_row.mrc_sob_type_code := 'P';
701: dpr_row.mrc_sob_type_code := FARX_C_WD.mrc_sob_type; -- Enhancement Bug 3037321
702:
703: --fa_rx_conc_mesg_pkg.log('step 4');
704:
705: if not fa_cache_pkg.fazcbc_clr(X_BOOK => X_BOOK) then

Line 998: dpr_row.mrc_sob_type_code := FARX_C_WD.mrc_sob_type; -- Enhancement Bug 3037321

994: dpr_row.asset_id := X_asset_id;
995: dpr_row.book := X_book;
996: dpr_row.dist_id := 0;
997: --dpr_row.mrc_sob_type_code := 'P';
998: dpr_row.mrc_sob_type_code := FARX_C_WD.mrc_sob_type; -- Enhancement Bug 3037321
999:
1000: if not fa_cache_pkg.fazcbc_clr(X_BOOK => X_BOOK) then
1001: return (FALSE);
1002: end if;

Line 1498: if(FARX_C_WD.mrc_sob_type in ('P','N')) then -- Enhancement Bug 3037321

1494: -- SELECT CURRENT (BEFORE ADJUSTMENT) BOOK-LEVEL INFO
1495:
1496: h_mesg_name := 'FA_WHATIF_ASSET_DEPRN_INFO';
1497: -- bug32118506
1498: if(FARX_C_WD.mrc_sob_type in ('P','N')) then -- Enhancement Bug 3037321
1499:
1500: select cost, prorate_convention_code, deprn_method_code,
1501: life_in_months, basic_rate, adjusted_rate, salvage_value, bonus_rule,
1502: date_placed_in_service

Line 1621: where set_of_books_id = FARX_C_WD.sob_id;

1617: -- Enhancement bug 3037321
1618: select currency_code
1619: into h_currency
1620: from gl_sets_of_books
1621: where set_of_books_id = FARX_C_WD.sob_id;
1622:
1623: h_count := 0;
1624: loop -- for each period
1625: