I have to equate the value of organization_id(number)
of table msc_system_items
with the the value of lookup meaning (varchar2
).
i used the to_char(msi.organization_id =(select meaning from fnd_lookup_values ........)
but this is taking more time.
Any suggestions?