DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_RESPONSIBILITY

Line 2357: from fnd_responsibility

2353: /* sysdate in call to fnd_user_resp_groups_api.update_assignment */
2354:
2355: select responsibility_id
2356: into respid
2357: from fnd_responsibility
2358: where application_id = appid
2359: and responsibility_key = DelResp.resp_key;
2360:
2361: select security_group_id into secid

Line 2438: from fnd_responsibility

2434: from fnd_application
2435: where application_short_name = AddResp.resp_app;
2436:
2437: select responsibility_id into respid
2438: from fnd_responsibility
2439: where application_id = appid
2440: and responsibility_key = AddResp.resp_key;
2441:
2442: select security_group_id into secid