Any Best Practices to code a PL/SQL program for Global Instance (with UK and German teritories)
Want to know what are the best practices to code a Interface program to work in a Global instance?
e.g. we have a custom Journal Interface program to import the Journals from a CSV file. users from UK and German will be using the same program, my queries are
1. Can we have the data files in English and German? i.e. can the date be specified as '1-DEC-2012' for UK login and '1-DEZ-2012' for German file?
2. similarly the number values cab be "12,457.87" in UK file and "34.497,35" in German file? or have Dates and Numbers in single format for all territories?