What is the Lookup's and what is the use of lookup's?
Answers were Sorted based on User's Feedback
Answer / kranthi kumar
Lookups are referred in more locations.
instead of storing the original value,we can store the
lookup codes.
this will reduce the space that is occupied in the database.
this is one reason.
the main reason is..
take an example...
in a table xx_emp there is one column gender.
possible values are
male m
female f
other o
define the above values in a lookup.
if u want to change the male to female ..u go and update
the lookups then automatically all the records referring to
that lookup will also change dynamically...
This saves time and complexity.
hope this clears the above question..........
| Is This Answer Correct ? | 42 Yes | 1 No |
Answer / shagul
Lookup's are generally used to refer the values ,
assume job , Manager alias MGR assign as lookup codes,
lookups are table values , if need to change just update the
MGR it ful fill the updatation,
update the look up
it ll saves times and complicity
hope u got the answer
| Is This Answer Correct ? | 8 Yes | 5 No |
Lookups are the tables where the client expected format is
found.
For example if we get the data like 'PROJECT MANAGER' and
the client wants that in the 'project manager' then these
lookups are used.
| Is This Answer Correct ? | 8 Yes | 20 No |
Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com
what is pay run id ?
I am insert in data to a table X .Which one is better while writing commit statement After each row inset or after all row insert to table.
Can you explain the difference between architecture followed in 10g & 11g?
Can function be overload?
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using >CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
What are the different components of soa suite?
What do you understand by concurrent programs?
In SQL Loader i have 100 Records to be loaded into my table. How do i load the first 30 Records and skip the last 10 Records within a single .ctl file ? So my total no.of records to be loaded would be 60. Could anybody help me in this ?
why r u transer the data base tables to flat file and what is use
Hi Anil, When we importing the journals in GL module we need to insert the one row into GL_INTERFACE_CONTROL for each group_id.Now my question is what is the use of inserting the data into GL_INTERFACE_CONTROL table and if I not inserted into GL_INTERFACE_CONTROL what will happen
what is the difference between %_all and %_f tables