DBA Data[Home] [Help]

APPS.FARX_MAD dependencies on FA_BOOK_CONTROLS

Line 175: FROM FA_BOOK_CONTROLS BKC,

171: SELECT SOB.currency_code,
172: CUR.precision
173: INTO h_currency,
174: h_precision
175: FROM FA_BOOK_CONTROLS BKC,
176: GL_SETS_OF_BOOKS SOB,
177: FND_CURRENCIES CUR
178: WHERE BKC.book_type_code = h_book
179: AND BKC.date_ineffective is null

Line 193: FROM FA_BOOK_CONTROLS BC,

189: INTO h_loc_structure,
190: h_cat_structure,
191: h_key_structure,
192: h_acct_structure
193: FROM FA_BOOK_CONTROLS BC,
194: FA_SYSTEM_CONTROLS SC
195: WHERE BC.book_type_code = h_book;
196:
197: h_mesg_name := 'FA_RX_SEGNUMS';