DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_SECURITY_GROUPS

Line 2362: from fnd_security_groups

2358: where application_id = appid
2359: and responsibility_key = DelResp.resp_key;
2360:
2361: select security_group_id into secid
2362: from fnd_security_groups
2363: where security_group_key = DelResp.security_group;
2364:
2365: /*Bug4600645 - Get actual start_date value*/
2366:

Line 2443: from fnd_security_groups

2439: where application_id = appid
2440: and responsibility_key = AddResp.resp_key;
2441:
2442: select security_group_id into secid
2443: from fnd_security_groups
2444: where security_group_key = AddResp.security_group;
2445:
2446: exception
2447: when no_data_found then