DBA Data[Home] [Help]

APPS.FA_FASCC_XMLP_PKG dependencies on FA_BOOK_CONTROLS_MRC_V

Line 23: FROM FA_BOOK_CONTROLS_MRC_V bc,

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

Line 177: lp_fa_book_controls := 'FA_BOOK_CONTROLS_MRC_V';

173: END IF;
174:
175: IF upper(p_mrcsobtype) = 'R'
176: THEN
177: lp_fa_book_controls := 'FA_BOOK_CONTROLS_MRC_V';
178: lp_fa_asset_invoices := 'FA_ASSET_INVOICES_MRC_V';
179: lp_fa_books := 'FA_BOOKS_MRC_V';
180: lp_fa_books_bas := 'FA_BOOKS_BAS';
181: lp_fa_asset_invoices_bas := 'FA_ASSET_INVOICES_BAS';