DBA Data[Home] [Help]

APPS.PV_CONTACT_USER_BATCH_PUB dependencies on JTF_UM_SUBSCRIPTION_RESP

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 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