DBA Data[Home] [Help]

APPS.WF_LOV dependencies on WF_RESOURCES

Line 1970: from WF_RESOURCES

1966: -- From wf_core.get_message
1967: begin
1968: select TEXT
1969: into l_display_name
1970: from WF_RESOURCES
1971: where TYPE = 'WFTKN'
1972: and NAME = p_display_name_key
1973: and LANGUAGE = p_language
1974: and NAME not in ('WF_VERSION','WF_SYSTEM_GUID',

Line 1980: from WF_RESOURCES

1976: exception
1977: when NO_DATA_FOUND then
1978: select TEXT
1979: into l_display_name
1980: from WF_RESOURCES
1981: where TYPE = 'WFTKN'
1982: and NAME = p_display_name_key
1983: and LANGUAGE = 'US'
1984: and NAME in ('WF_VERSION','WF_SYSTEM_GUID',