DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_RESPONSIBILITY

Line 2964: from fnd_responsibility

2960: /* sysdate in call to fnd_user_resp_groups_api.update_assignment */
2961:
2962: select responsibility_id
2963: into respid
2964: from fnd_responsibility
2965: where application_id = appid
2966: and responsibility_key = DelResp.resp_key;
2967:
2968: select security_group_id into secid

Line 3045: from fnd_responsibility

3041: from fnd_application
3042: where application_short_name = AddResp.resp_app;
3043:
3044: select responsibility_id into respid
3045: from fnd_responsibility
3046: where application_id = appid
3047: and responsibility_key = AddResp.resp_key;
3048:
3049: select security_group_id into secid