DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FA_BOOK_CONTROLS

Line 229: from fa_book_controls

225:
226: h_mesg_name := 'FA_AMT_SEL_PERIODS';
227: /* fix for bug no.3803578. Added the following query to get the distribution_source_book*/
228: select distribution_source_book into h_distribution_source_book
229: from fa_book_controls
230: where book_type_code=h_book;
231:
232: select period_open_date
233: into h_period1_pod

Line 254: from fa_book_controls

250: h_mesg_name := 'FA_REC_SQL_ACCT_FLEX';
251:
252: select accounting_flex_structure
253: into h_acct_struct
254: from fa_book_controls
255: where book_type_code = h_book;
256:
257: h_mesg_name := 'FA_FA_LOOKUP_IN_SYSTEM_CTLS';
258:

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

269: CC_SEGNUM => h_cc_seg,
270: CALLING_FN => 'COST_ADJUST');
271:
272: select cur.precision into h_precision
273: from fa_book_controls bc, gl_sets_of_books sob, fnd_currencies cur
274: where bc.book_type_code = h_book
275: and sob.set_of_books_id = bc.set_of_books_id
276: and sob.currency_code = cur.currency_code;
277:

Line 903: ,fa_book_controls bc

899: /* SLA Changes */
900: ,xla_ae_headers headers
901: ,xla_ae_lines lines
902: ,xla_distribution_links links
903: ,fa_book_controls bc
904:
905: where bc.book_type_code = h_book and
906: it.book_type_code = h_book and
907: it.transaction_type = 'INVOICE TRANSFER' and

Line 994: from fa_book_controls

990: h_mesg_name := 'FA_REC_SQL_ACCT_FLEX';
991:
992: select accounting_flex_structure
993: into h_acct_struct
994: from fa_book_controls
995: where book_type_code = h_book;
996:
997: h_mesg_name := 'FA_RX_SEGNUMS';
998: