DBA Data[Home] [Help]

APPS.BIV_DBI_TMPL_UTIL dependencies on FND_LOOKUP_VALUES

Line 1463: from fnd_lookup_values

1459: -- the max function enables the to rows to be returned via a single fetch
1460: select
1461: max(decode(lookup_code,'Y',meaning,null))
1462: , max(decode(lookup_code,'N',meaning,null))
1463: from fnd_lookup_values
1464: where lookup_type = 'YES_NO'
1465: and view_application_id = 0
1466: and language = userenv('LANG');
1467: