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 is flexfield qualifier?
1. when we r doing interface/conversion which things u will take care to improve the perfrmonce?(except bulk collect) 2. In conversion,u r loading the data using sql*loader,I dnt want to use sql*loader,& i have millions of records,Id der any way to load the data withing fraction of time considering best performance. 3. When u r doing conversion,taht using sql*loader u r loading data into staging table,u r writing control file bt I dnt want to use sql*loader,when u r creating con prog that time can we pass all values from flat file using paramere,valuset?how? 4. In flat file u got 50 records,out of 50 ,30 records are proceesed & inserted into base table,after taht clien understood that 1 item having wrong name e.g insted of ABC he given DCE, so can we delete?hw?(client permission is der) i have lot of wrong item name randomly spreaded,can we delete it?hw? 5.after doing validation hw u will follow approach to error out records?if i want to send all the error out records to client daily,whats ur approach? 6. In outbound interface is der any way to load the data(large data-millions of records) except UTL_FILE package? 7. what is parsing? 8. In technical doc.s which section will mention?except code? 9. Do u have any idea about code depository tool? 10.whats is performance tunning,DB link? 11, How u will do RMA?
name all status attributes.
please explain open interface import
Exception Handilings?
What are the User PARAMETERS in the Reports?
In thet custom.pll what are the events we can write.
in interface and conversion if 10 records are error out we can't load the records?if >10 we have to insert,if we not insert we need to gernerate error how u can achieve?
In Per_all_people_f table what is the significance of '_f ' ?
What are the Major differences between appcore.pll and appcore2.pll
5 Answers Infosys, Sierra Atlantica,
where u do setup of operating unit?
How can u call a standard interface program from sql or pl/sql code?