DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_USER_RESP_GROUPS_ALL

Line 2975: from fnd_user_resp_groups_all

2971:
2972: /*Bug4600645 - Get actual start_date value*/
2973:
2974: select start_date into startdate
2975: from fnd_user_resp_groups_all
2976: where user_id = userid
2977: and responsibility_id = respid
2978: and responsibility_application_id = appid;
2979: