DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on PON_BIDDERS_LISTS

Line 1828: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_CONTACT_ID = temp.party_id

1824:
1825: or exists (select 'Y' from PON_AUCTION_EVENTS xx where xx.TRADING_PARTNER_ID = temp.party_id
1826: )
1827:
1828: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_CONTACT_ID = temp.party_id
1829: )
1830:
1831: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_ID = temp.party_id
1832: )

Line 1831: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_ID = temp.party_id

1827:
1828: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_CONTACT_ID = temp.party_id
1829: )
1830:
1831: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_ID = temp.party_id
1832: )
1833:
1834: or exists (select 'Y' from PON_ATTRIBUTE_LISTS xx where xx.TRADING_PARTNER_CONTACT_ID = temp.party_id
1835: )

Line 1864: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_CONTACT_ID = temp.party_id

1860:
1861: or exists (select 'Y' from PON_AUCTION_EVENTS xx where xx.TRADING_PARTNER_ID = temp.party_id
1862: )
1863:
1864: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_CONTACT_ID = temp.party_id
1865: )
1866:
1867: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_ID = temp.party_id
1868: )

Line 1867: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_ID = temp.party_id

1863:
1864: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_CONTACT_ID = temp.party_id
1865: )
1866:
1867: or exists (select 'Y' from PON_BIDDERS_LISTS xx where xx.TRADING_PARTNER_ID = temp.party_id
1868: )
1869:
1870: or exists (select 'Y' from PON_ATTRIBUTE_LISTS xx where xx.TRADING_PARTNER_CONTACT_ID = temp.party_id
1871: )