DBA Data[Home] [Help]

APPS.FARX_TAX_PKG dependencies on FA_BOOK_CONTROLS

Line 78: FROM fa_book_controls bc,

74: bc.accounting_flex_structure,
75: sob.currency_code,
76: cur.precision,
77: dp.period_counter
78: FROM fa_book_controls bc,
79: gl_sets_of_books sob,
80: fnd_currencies cur,
81: fa_deprn_periods dp
82: WHERE bc.book_type_code = h_book

Line 122: fa_book_controls bc,

118: fa_additions ad,
119: fa_distribution_history di,
120: gl_Code_combinations comcc,
121: fa_category_books cb,
122: fa_book_controls bc,
123: fa_categories fc
124: WHERE
125: bk.book_type_code = h_book
126: AND bk.asset_id = ad.asset_id

Line 211: from fa_book_controls bc, fa_system_controls

207: --dbms_output.enable (50000);
208:
209: select accounting_flex_structure, location_flex_structure, category_flex_structure, asset_key_flex_structure
210: into h_acct_structure, h_loc_structure, h_cat_structure, h_key_structure
211: from fa_book_controls bc, fa_system_controls
212: where book_type_code = h_book;
213:
214:
215: select fcr.last_update_login