In Oracle Apps Some tables ends with TL,VL,what is the
significance of the TL and VL?
Answers were Sorted based on User's Feedback
Answer / ganesh
In Oracle Apps Which end with TL, they are support Multi
Language. And VL is a view and it also supports Multi
Language.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / nirmal
TL stands for Transalation Language but not Transaction.
This table contains Description column,we can store
description in different language.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / vipul maheshwari
TL STANDS FOR TRANSLATION LANGUAGE . IT CONTAINS lANGUAGE
AND DESCRIPTION . ITS A SYNONYM .
VL STANDS FOR VIEW.
IT ALSO SUPPORTS MULTI LANGUAGE. IT ALSO CONTAINS LANGUAGE
AND DESCRIPTION .
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / seenivasula reddy
Siva,
We are asking detailed explanation for -TL tables not
abbrevation.Ok....
Regards,
sreenivasula reddy
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / tri
tables with _tl are synonyms for tables and they contain
and they support multiple languages in description field...
replace v with view n all other are same as above for _vl
views
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / r@ng@
TL means transaction language, so they are language specific
tables.
VL means views
both supports multilanguages.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / abdul
1)The Significance of TL is Synonym and the significance of
VL is View.
2)TL's are stored in User_synonyms system table.
VL's are stored in User_views system_table
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / sivasankar
Hi,
TL Means transaction language.
IF any queries please let me know..
Thanks & Regards,
Siva
| Is This Answer Correct ? | 1 Yes | 7 No |
what are external tables? how can we use external table instead of sql * loader to load data from flat file to staging table?
what are the sql attributes?
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
What is workflow?Explain with a example?
What are the User PARAMETERS in the Reports?
what u did after ur btech(2009) till now? why did u prefer oracle apps technical?
How many typres of Purchase order and what are those.
can we use look up type instead of a pofile option?or valueset?is it possible how?
In hierarchical structure of a database? we have write query from where we should start?
what are the default arguments for pl/sql program?
what are centralized and decentralized level of control of item attributes?
what is the difference between procedure and function