DBA Data[Home] [Help]

APPS.FARX_MAD dependencies on FA_BOOK_CONTROLS

Line 174: FROM FA_BOOK_CONTROLS BKC,

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

Line 192: FROM FA_BOOK_CONTROLS BC,

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