DBA Data[Home] [Help]

APPS.FA_TAX_UPLOAD_PKG dependencies on FA_TAX_INTERFACE

Line 234: from fa_tax_interface ti,

230: bk.global_attribute20) global_attribute20,
231: nvl(ti.global_attribute_category,
232: bk.global_attribute_category) global_attribute_category,
233: ti.group_asset_id
234: from fa_tax_interface ti,
235: fa_books bk,
236: fa_additions_b ad
237: where ti.book_type_code = p_book_type_code
238: and ti.posting_status = 'POST'

Line 755: update fa_tax_interface

751: raise data_error;
752: end if;
753:
754: -- flag interface record as posted
755: update fa_tax_interface
756: set posting_status = 'POSTED',
757: tax_request_id = l_request_id
758: where rowid = l_tax_rowid(l_loop_count);
759: