DBA Data[Home] [Help]

APPS.EAM_LINEAR_LOCATIONS_PUB dependencies on FND_RESPONSIBILITY_TL

Line 66: from fnd_responsibility_tl

62: l_appl_id := 426;
63: l_resp := 'Linear Asset Management User';
64:
65: select responsibility_id into l_resp_id
66: from fnd_responsibility_tl
67: where responsibility_name = l_resp
68: and application_id = l_appl_id
69: and language = l_lang;
70:

Line 1252: from fnd_responsibility_tl

1248: l_resp := 'Linear Asset Management User';
1249:
1250: select responsibility_id
1251: into l_resp_id
1252: from fnd_responsibility_tl
1253: where responsibility_name = l_resp
1254: and application_id = l_appl_id
1255: and language = l_lang;
1256: