DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on IBY_TRXN_SUMMARIES_ALL

Line 1693: or exists (select 'Y' from IBY_TRXN_SUMMARIES_ALL xx where xx.PAYERID = to_char(temp.party_id)

1689:
1690: exists (select 'Y' from IBY_ACCOUNT_OWNERS xx where xx.ACCOUNT_OWNER_PARTY_ID = temp.party_id
1691: )
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: )

Line 1708: or exists (select 'Y' from IBY_TRXN_SUMMARIES_ALL xx where xx.PAYERID = to_char(temp.party_id)

1704:
1705: exists (select 'Y' from IBY_ACCOUNT_OWNERS xx where xx.ACCOUNT_OWNER_PARTY_ID = temp.party_id
1706: )
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: )