DBA Data[Home] [Help]

APPS.PV_CONTACT_USER_BATCH_PUB dependencies on JTF_UM_USERTYPE_SUBSCRIP

Line 287: select a.subscription_id from JTF_UM_USERTYPE_SUBSCRIP a,JTF_UM_SUBSCRIPTIONS_B b,JTF_UM_USERTYPES_B c

283:
284:
285:
286: CURSOR enrollment_id (user_type VARCHAR2) IS
287: select a.subscription_id from JTF_UM_USERTYPE_SUBSCRIP a,JTF_UM_SUBSCRIPTIONS_B b,JTF_UM_USERTYPES_B c
288: where a.subscription_id=b.subscription_id
289: and c.usertype_key=user_type
290: and a.usertype_id=c.usertype_id;
291:

Line 1400: select a.subscription_id from JTF_UM_USERTYPE_SUBSCRIP a,JTF_UM_SUBSCRIPTIONS_B b,JTF_UM_USERTYPES_B c

1396: CURSOR user_type_id (user_type VARCHAR2) IS
1397: select usertype_id ,nvl(approval_id,-1) from JTF_UM_USERTYPES_B where usertype_key=user_type;
1398:
1399: CURSOR enrollment_id (user_type VARCHAR2) IS
1400: select a.subscription_id from JTF_UM_USERTYPE_SUBSCRIP a,JTF_UM_SUBSCRIPTIONS_B b,JTF_UM_USERTYPES_B c
1401: where a.subscription_id=b.subscription_id
1402: and c.usertype_key=user_type
1403: and a.usertype_id=c.usertype_id;
1404:

Line 1487: from jtf_um_usertype_subscrip jtus, jtf_um_subscription_resp jtsr

1483: where jtur.usertype_id = l_usertype_id
1484: and (jtur.effective_end_date is null or jtur.effective_end_date > sysdate)
1485: union
1486: select responsibility_key
1487: from jtf_um_usertype_subscrip jtus, jtf_um_subscription_resp jtsr
1488: where jtus.usertype_id = l_usertype_id
1489: and (jtus.effective_end_date is null or jtus.effective_end_date > sysdate)
1490: and jtus.subscription_flag = 'IMPLICIT'
1491: and jtus.subscription_id = jtsr.subscription_id

Line 1501: from jtf_um_usertype_subscrip jtus, jtf_um_subscription_role jtsr

1497: where jtur.usertype_id = l_usertype_id
1498: and (jtur.effective_end_date is null or jtur.effective_end_date > sysdate)
1499: union
1500: select jtsr.principal_name
1501: from jtf_um_usertype_subscrip jtus, jtf_um_subscription_role jtsr
1502: where jtus.usertype_id = l_usertype_id
1503: and (jtus.effective_end_date is null or jtus.effective_end_date > sysdate)
1504: and jtus.subscription_flag = 'IMPLICIT'
1505: and jtus.subscription_id = jtsr.subscription_id

Line 2003: select a.subscription_id from JTF_UM_USERTYPE_SUBSCRIP a,JTF_UM_SUBSCRIPTIONS_B b,JTF_UM_USERTYPES_B c

1999: CURSOR get_user_id(l_user_name VARCHAR2) is
2000: select user_id from fnd_user where user_name=l_user_name;
2001:
2002: CURSOR enrollment_id (user_type VARCHAR2) IS
2003: select a.subscription_id from JTF_UM_USERTYPE_SUBSCRIP a,JTF_UM_SUBSCRIPTIONS_B b,JTF_UM_USERTYPES_B c
2004: where a.subscription_id=b.subscription_id
2005: and c.usertype_key=user_type
2006: and a.usertype_id=c.usertype_id;
2007:

Line 2095: from jtf_um_usertype_subscrip jtus, jtf_um_subscription_resp jtsr

2091: where jtur.usertype_id = l_usertype_id
2092: and (jtur.effective_end_date is null or jtur.effective_end_date > sysdate)
2093: union
2094: select responsibility_key
2095: from jtf_um_usertype_subscrip jtus, jtf_um_subscription_resp jtsr
2096: where jtus.usertype_id = l_usertype_id
2097: and (jtus.effective_end_date is null or jtus.effective_end_date > sysdate)
2098: and jtus.subscription_flag = 'IMPLICIT'
2099: and jtus.subscription_id = jtsr.subscription_id

Line 2109: from jtf_um_usertype_subscrip jtus, jtf_um_subscription_role jtsr

2105: where jtur.usertype_id = l_usertype_id
2106: and (jtur.effective_end_date is null or jtur.effective_end_date > sysdate)
2107: union
2108: select jtsr.principal_name
2109: from jtf_um_usertype_subscrip jtus, jtf_um_subscription_role jtsr
2110: where jtus.usertype_id = l_usertype_id
2111: and (jtus.effective_end_date is null or jtus.effective_end_date > sysdate)
2112: and jtus.subscription_flag = 'IMPLICIT'
2113: and jtus.subscription_id = jtsr.subscription_id