DBA Data[Home] [Help]

APPS.WFA_HTML dependencies on WF_LOOKUP_TYPES

Line 1851: from WF_LOOKUP_TYPES WLT

1847: -- Get displayed name of lookup
1848: begin
1849: select WLT.DISPLAY_NAME
1850: into dlookup
1851: from WF_LOOKUP_TYPES WLT
1852: where WLT.LOOKUP_TYPE = AttributeInfo.format;
1853: exception
1854: when no_data_found then
1855: dlookup := format;