DBA Data[Home] [Help]

APPS.FA_FAS402_XMLP_PKG dependencies on FA_BOOK_CONTROLS_MRC_V

Line 21: FROM FA_BOOK_CONTROLS_MRC_V bc,

17: INTO l_book,
18: l_accounting_flex_Structure,
19: l_currency_code,
20: l_precision
21: FROM FA_BOOK_CONTROLS_MRC_V bc,
22: GL_SETS_OF_BOOKS sob,
23: FND_CURRENCIES cur
24: WHERE bc.book_type_code = P_BOOK
25: AND sob.set_of_books_id = bc.set_of_books_id

Line 180: lp_fa_book_controls := 'FA_BOOK_CONTROLS_MRC_V';

176: THEN
177: lp_fa_deprn_summary := 'FA_DEPRN_SUMMARY_MRC_V';
178: lp_fa_deprn_detail := 'FA_DEPRN_DETAIL_MRC_V';
179: lp_fa_books := 'FA_BOOKS_MRC_V';
180: lp_fa_book_controls := 'FA_BOOK_CONTROLS_MRC_V';
181: lp_fa_deprn_periods := 'FA_DEPRN_PERIODS_MRC_V';
182: ELSE
183: lp_fa_deprn_summary := 'FA_DEPRN_SUMMARY';
184: lp_fa_deprn_detail := 'FA_DEPRN_DETAIL';