DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on IBY_CREDITCARD

Line 1696: or exists (select 'Y' from IBY_CREDITCARD xx where xx.CARD_OWNER_ID = temp.party_id

1692:
1693: or exists (select 'Y' from IBY_TRXN_SUMMARIES_ALL xx where xx.PAYERID = to_char(temp.party_id)
1694: )
1695:
1696: or exists (select 'Y' from IBY_CREDITCARD xx where xx.CARD_OWNER_ID = temp.party_id
1697: )
1698:
1699: or exists (select 'Y' from IBY_EXTERNAL_PAYERS_ALL xx where xx.PARTY_ID = temp.party_id
1700: );

Line 1711: or exists (select 'Y' from IBY_CREDITCARD xx where xx.CARD_OWNER_ID = temp.party_id

1707:
1708: or exists (select 'Y' from IBY_TRXN_SUMMARIES_ALL xx where xx.PAYERID = to_char(temp.party_id)
1709: )
1710:
1711: or exists (select 'Y' from IBY_CREDITCARD xx where xx.CARD_OWNER_ID = temp.party_id
1712: )
1713:
1714: or exists (select 'Y' from IBY_EXTERNAL_PAYERS_ALL xx where xx.PARTY_ID = temp.party_id
1715: );