Blitz Report Column Translation Upload
Description
Categories: Enginatics, Upload
Repository: Github
Repository: Github
Upload to maintain the Blitz Report column translations and number formats, which control how a report column heading is displayed in each language and how its values are formatted in Excel.
Translations are matched to reports by column name at run time, so one row here applies to every report producing a column of that name.
The Language parameter is required, because a single langu ... more
Translations are matched to reports by column name at run time, so one row here applies to every report producing a column of that name.
The Language parameter is required, because a single langu ... more
select null action_, null status_, null message_, null modified_columns_, xrc.column_name, xrc.number_format, flv.description language, xrct.translation, xxen_util.user_name(xrct.created_by) created_by, xxen_util.client_time(xrct.creation_date) creation_date, xxen_util.user_name(xrct.last_updated_by) last_updated_by, xxen_util.client_time(xrct.last_update_date) last_update_date, null delete_, null upload_row from fnd_languages_vl flv, xxen_report_columns xrc, (select xrct.* from xxen_report_columns_tl xrct where :p_upload_mode<>xxen_upload.action_create) xrct where 1=1 and flv.language_code=:language_code and nvl(:p_create_empty_file,'x')<>'Y' and xrc.column_id=xrct.column_id(+) and flv.language_code=xrct.language(+) |
| Parameter Name | SQL text | Validation | |
|---|---|---|---|
| Upload Mode | LOV | ||
| Language | LOV | ||
| Create Empty File | LOV | ||
| Missing Translations Only |
| LOV | |
| Column Name starts with |
| LOV |