DBA Data[Home] [Help]

APPS.FND_USER_RESP_GROUPS_API dependencies on FND_LANGUAGES

Line 1148: from fnd_languages

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

Line 1166: from fnd_languages

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