New template to load Brazilian Fiscal Classifications

A new template to load Brazilian Fiscal Classifications is added.

Load BR Fiscal Classifications

Posted in Dataload, News, Templates, Templates Development, xls4oracle | Leave a comment

New template to Load Pricelist

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:

  • Pricelist name
  • item no
  • list price
  • start date

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.

the Load Pricelist Template

Posted in News, Templates, Templates Development, xls4oracle | Leave a comment

Template for Brazilian Tax Exemptions

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:

  • JL_ZZ_AR_TX_EXC_FSC_ALL
  • JL_ZZ_AR_TX_LGL_MSG_ALL

If you need this template now, pls. request one by mailing: info@xls4oracle.com.

Posted in Dataload, Templates, Templates Development, xls4oracle | Leave a comment

New template for updating People

Pls. chk: Update People

Posted in Templates | Leave a comment

Start Concurrent Requests: Added sql for extract

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.

Posted in Templates | Leave a comment

Open for Comments

Pls. use comment…

Posted in Uncategorized | Leave a comment

Updating descriptive flexfields and attribute category…

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.

Posted in Applications development | Leave a comment

password is case sensitive in release 12…

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.

Posted in Applications development | Leave a comment

Release 3.6.8.219 – requires new vstor.exe!!!

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.

Posted in Known Issues, installation, xls4oracle | Leave a comment

6 new customer templates added

  • update organizations – posted 05-02-2010
  • update locations – posted 05-02-2010
  • update party site – posted 05-02-2010
  • update cust account site – posted 05-02-2010
  • update cust account site use – posted 05-02-2010
  • update cust account – posted 05-02-2010

Extract scripts is included.

load customers

Posted in Templates, xls4oracle | Leave a comment