DBA Data[Home] [Help]

APPS.JTF_UM_UTIL_PVT dependencies on JTF_UM_USERTYPE_RESP

Line 1365: jtf_um_usertype_resp resp,

1361: -- select default responsibility for the usertype
1362: cursor c_default_resp(p_user_id in number) is
1363: select fnd.responsibility_id, fnd.application_id
1364: from jtf_um_usertype_reg reg,
1365: jtf_um_usertype_resp resp,
1366: fnd_responsibility fnd
1367: where reg.user_id = p_user_id
1368: and reg.usertype_id = resp.usertype_id
1369: and resp.responsibility_key = fnd.responsibility_key