Fixed Assets - EBS (MOSC)

MOSC Banner

tax interface

edited Jun 23, 2011 8:11PM in Fixed Assets - EBS (MOSC) 2 commentsAnswered
I have defined my tax book .
Current period is set as 2011 .
Now i have copied all the assets from coorp book to this tax book .

Now i want to update just two columns YTD DEPRN and deprn reserve 
for the assets in tax book thru fa_tax interface .

I am using below script for the same 

insert into fa_tax_interface
(asset_number, book_type_code,ytd_deprn,DEPRN_RESERVE, posting_status)
values (trim('abc'),trim('abc'),5,5,trim('POST'));

after having run upload tax interface i m not getting these values there ..
Can any one help me what i am doing wrong here .. 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center