DBA Data[Home] [Help]

APPS.FND_USER_RESP_GROUPS_API dependencies on FND_LANGUAGES

Line 1144: from fnd_languages

1140: from fnd_responsibility_tl
1141: where responsibility_id = respid
1142: and application_id = appid
1143: and language = (select language_code
1144: from fnd_languages
1145: where installed_flag = 'B');
1146: exception
1147: when no_data_found then
1148: /* This shouldn't normally happen, it's just for bad TL tables*/

Line 1162: from fnd_languages

1158: into secgrp_name
1159: from fnd_security_groups_tl
1160: where security_group_id = secgrpid
1161: and language = (select language_code
1162: from fnd_languages
1163: where installed_flag = 'B');
1164: exception
1165: when no_data_found then
1166: /* This shouldn't normally happen, it's just for bad TL tables*/