DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on CSC_CUSTOMIZED_PLANS

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

2324:
2325: exists (select 'Y' from CSC_CUSTOMERS xx where xx.PARTY_ID = temp.party_id
2326: )
2327:
2328: or exists (select 'Y' from CSC_CUSTOMIZED_PLANS xx where xx.PARTY_ID = temp.party_id
2329: );
2330: else
2331: delete from hz_purge_gt temp where
2332:

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

2333:
2334: exists (select 'Y' from CSC_CUSTOMERS xx where xx.PARTY_ID = temp.party_id
2335: )
2336:
2337: or exists (select 'Y' from CSC_CUSTOMIZED_PLANS xx where xx.PARTY_ID = temp.party_id
2338: );
2339: end if;
2340:
2341: