DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on HZ_CUST_ACCT_SITES_ALL

Line 415: HZ_CUST_ACCT_SITES_ALL b

411: From dual
412: where Exists (
413: Select a.cust_acct_site_id
414: From HZ_CUST_SITE_USES_ALL a,
415: HZ_CUST_ACCT_SITES_ALL b
416: Where b.cust_acct_site_id = a.cust_acct_site_id
417: and a.site_use_id = siteId
418: and a.site_use_code = rleCode
419: and b.cust_account_id = accntId);