Upload Tax Book Interface program for updating the CORP book.
Hi All,
I'm trying to use the Upload Tax Book Interface program for updating the CORP book.
Below is what I did:-
Step 1. Configure the program to be used for CORPORATE book.
1. Navigate to Concurrent Program Define using the System Administrator responsibility
2. Query the "Upload Tax Book Interface" program.
3. Click on Parameters
4. Set the cursor on the value set field for Book parameter.
5. Open the available list of values
6. Pick FA_BOOK_TYPE value set
7. Save the changes.
Step 2. insert into fa_tax_interface
(asset_number, book_type_code, cost, posting_status)
values ('488067','CORPORATE',0, 'POST');
Step 3. Run the Upload Tax Book Interface program.