DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on CSC_CUSTOMIZED_PLANS

Line 2194: or exists (select 'Y' from CSC_CUSTOMIZED_PLANS xx where xx.PARTY_ID = temp.party_id

2190:
2191: exists (select 'Y' from CSC_CUSTOMERS xx where xx.PARTY_ID = temp.party_id
2192: )
2193:
2194: or exists (select 'Y' from CSC_CUSTOMIZED_PLANS xx where xx.PARTY_ID = temp.party_id
2195: );
2196: else
2197: delete from hz_purge_gt temp where
2198:

Line 2203: or exists (select 'Y' from CSC_CUSTOMIZED_PLANS xx where xx.PARTY_ID = temp.party_id

2199:
2200: exists (select 'Y' from CSC_CUSTOMERS xx where xx.PARTY_ID = temp.party_id
2201: )
2202:
2203: or exists (select 'Y' from CSC_CUSTOMIZED_PLANS xx where xx.PARTY_ID = temp.party_id
2204: );
2205: end if;
2206:
2207: