DBA Data[Home] [Help]

APPS.FARX_CP dependencies on FA_BOOK_CONTROLS

Line 141: from fa_book_controls

137: h_mesg_name := 'FA_REC_SQL_ACCT_FLEX';
138:
139: select accounting_flex_structure
140: into h_acct_structure
141: from fa_book_controls
142: where book_type_code = h_book;
143:
144: h_mesg_name := 'FA_DYN_CURRENCY';
145:

Line 147: from fa_book_controls bc, gl_sets_of_books sob, fnd_currencies cur

143:
144: h_mesg_name := 'FA_DYN_CURRENCY';
145:
146: select cur.precision into h_precision
147: from fa_book_controls bc, gl_sets_of_books sob, fnd_currencies cur
148: where bc.book_type_code = h_book
149: and sob.set_of_books_id = bc.set_of_books_id
150: and sob.currency_code = cur.currency_code;
151: