DBA Data[Home] [Help]

APPS.PV_CONTACT_USER_BATCH_PUB dependencies on JTF_UM_SUBSCRIPTION_ROLE

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