DBA Data[Home] [Help]

APPS.FA_FASCC_XMLP_PKG dependencies on FA_BOOK_CONTROLS

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 38: FROM FA_BOOK_CONTROLS bc,

34: INTO l_book,
35: l_accounting_flex_Structure,
36: l_currency_code,
37: l_precision
38: FROM FA_BOOK_CONTROLS bc,
39: GL_SETS_OF_BOOKS sob,
40: FND_CURRENCIES cur
41: WHERE bc.book_type_code = P_BOOK
42: 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';

Line 183: lp_fa_book_controls := 'FA_BOOK_CONTROLS';

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';
182: ELSE
183: lp_fa_book_controls := 'FA_BOOK_CONTROLS';
184: lp_fa_asset_invoices := 'FA_ASSET_INVOICES';
185: lp_fa_books := 'FA_BOOKS';
186: lp_fa_books_bas := 'FA_BOOKS';
187: lp_fa_asset_invoices_bas := 'FA_ASSET_INVOICES';