DBA Data[Home] [Help]

APPS.HZ_PURGE_GEN dependencies on OKL_TRX_AR_INVOICES_B

Line 1920: (select 'Y' from OKL_TRX_AR_INVOICES_B zz where zz.IBT_ID = yy.CUST_ACCT_SITE_ID )))

1916: (select 'Y' from HZ_CUST_ACCT_SITES_ALL
1917: yy where yy.PARTY_SITE_ID=xx.PARTY_SITE_ID
1918: and nvl(STATUS, 'A') in ('A','I')
1919: and exists
1920: (select 'Y' from OKL_TRX_AR_INVOICES_B zz where zz.IBT_ID = yy.CUST_ACCT_SITE_ID )))
1921:
1922: or exists (select 'Y' from HZ_PARTY_SITES
1923: xx where xx.PARTY_ID = temp.party_id
1924: and (nvl(STATUS, 'A') in ('A','I'))

Line 1997: (select 'Y' from OKL_TRX_AR_INVOICES_B zz where zz.IBT_ID = yy.CUST_ACCT_SITE_ID )))

1993: (select 'Y' from HZ_CUST_ACCT_SITES_ALL
1994: yy where yy.PARTY_SITE_ID=xx.PARTY_SITE_ID
1995: and nvl(STATUS, 'A') in ('A','I')
1996: and exists
1997: (select 'Y' from OKL_TRX_AR_INVOICES_B zz where zz.IBT_ID = yy.CUST_ACCT_SITE_ID )))
1998:
1999: or exists (select 'Y' from HZ_PARTY_SITES
2000: xx where xx.PARTY_ID = temp.party_id
2001: and (nvl(STATUS, 'A') in ('A','I'))