DBA Data[Home] [Help]

APPS.FND_HELP dependencies on FND_LANGUAGES_VL

Line 68: fnd_languages_vl l

64: hd.language lang,
65: hd.title title,
66: hd.file_name fn
67: from fnd_help_documents hd,
68: fnd_languages_vl l
69: where hd.file_name = file
70: and hd.application = app
71: and l.language_code = hd.language
72: order by l.description;

Line 165: fnd_languages_vl l

161: hd.title title,
162: hd.file_name fn
163: from fnd_help_targets ht,
164: fnd_help_documents hd,
165: fnd_languages_vl l
166: where ht.file_id = hd.file_id
167: and ht.target_name = target
168: and hd.application = app
169: and l.language_code = hd.language