DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_SECURITY_GROUPS

Line 2969: from fnd_security_groups

2965: where application_id = appid
2966: and responsibility_key = DelResp.resp_key;
2967:
2968: select security_group_id into secid
2969: from fnd_security_groups
2970: where security_group_key = DelResp.security_group;
2971:
2972: /*Bug4600645 - Get actual start_date value*/
2973:

Line 3050: from fnd_security_groups

3046: where application_id = appid
3047: and responsibility_key = AddResp.resp_key;
3048:
3049: select security_group_id into secid
3050: from fnd_security_groups
3051: where security_group_key = AddResp.security_group;
3052:
3053: exception
3054: when no_data_found then