A new template to load Brazilian Fiscal Classifications is added.
Free Trial
4 steps to get started:
- Register
- Download and install the xls4oracle tool
- Receive a free 30 day trial key
- Select any of the xls4oracle templatesLinks
Meta
A new template to load Brazilian Fiscal Classifications is added.
New template added for extract existing pricelist, update existing or enddate existing and create new.
Just enter pricelist name on the bind sheet and execute the sql. Data sheet only need:
If you enter start date and item list price already exists, the existing list price will be end dated – otherwise list price will be updated.
A new template is on its way. The template will load tax exemptions and legal messages. There is no API for this, so data is loaded directly into base tables. The template is validating all codes and getting the id’s needed. We have now loaded to test environment and is waiting for validation.
Data is loaded into:
If you need this template now, pls. request one by mailing: info@xls4oracle.com.
You can now extract concurrent request from one environment and restart concurrent request on any environment, as many times as needed. Excellent for perfomance or unit testing.
Remember to fill in the attribute_category, when updating descriptive flexfields defined with context.
If you omit the attribute_category, the api will successed and database will be updated, but no value will be shown…
We just had a case where HZ_CUST_ACCOUNT_SITE_V2PUB.UPDATE_CUST_ACCT_SITE where completed successfully, but not value where shown and database was updated. We forgot to fill in the org_id in attribute_category and the DFF was setup with reference to $PROFILES$.ORG_ID.
Apparently the applications password is case sensitive in R12.
You can test using this script:
begin
if apps.fnd_user_pkg.validatelogin('<username>','<password>') then
dbms_output.put_line('ok');
else
dbms_output.put_line('failed');
end if;
end;
/
This is an issue for the xls4oracle tool o R12. A new release is on its way!!!
Updated 26-may-2010: New release 3.6.10.223 – fixed to handle R12 passwords.
The 3.6.8.219 release is checking for existense of this vstor.exe:
Microsoft Visual Studio 2005 Tools for Office Second Edition Runtime (build 8.0.50727.940) (x86)
Pls. install this vstor.exe before installing xls4oracle 3.6.8.219.
Extract scripts is included.