DBA Data[Home] [Help]

APPS.OE_ORDER_UPGRADE_UTIL dependencies on FND_USER_RESP_GROUPS

Line 225: from fnd_user_resp_groups

221:
222: cursor C_RES(l_user_id NUMBER) is
223: select DISTINCT responsibility_id,
224: responsibility_application_id application_id
225: from fnd_user_resp_groups
226: where user_id = l_user_id;
227:
228: --
229: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;